-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.49 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "your-app",
"version": "0.1.0",
"private": true,
"// If You want to install mdbreact from our GitLab repository, please replace '4.14.0' with gitURL provided here ->": "git+https://oauth2:<YOUR-TOKEN-GOES-HERE>@git.mdbootstrap.com/mdb/react/re-pro.git",
"dependencies": {
"@fortawesome/free-solid-svg-icons": "^5.8.2",
"@fortawesome/react-fontawesome": "^0.1.4",
"apollo-boost": "^0.4.2",
"graphql": "^14.3.1",
"graphql-tag": "^2.10.1",
"mdbreact": "./mdbreact-4.14.0.tgz",
"node-sass": "^4.12.0",
"react": "^16.8.6",
"react-apollo": "^2.5.6",
"react-autosuggest": "^9.4.3",
"react-country-flag": "^1.0.2",
"react-dom": "^16.8.6",
"react-facebook-login": "^4.1.1",
"react-icons": "^3.7.0",
"react-password-strength": "^2.4.0",
"react-scripts": "3.0.1",
"react-spinners": "^0.5.4",
"validate-vat": "^0.5.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"rename": "renamer --find App-clear.js --replace App.js ./src/App-clear.js && renamer --find style.css --replace index.css ./src/style.css ",
"remove-demo": "rimraf ./src/assets ./src/components ./src/pages ./src/Routes.js ./src/App.js ./src/index.css && npm run rename"
},
"devDependencies": {
"renamer": "^1.0.0",
"rimraf": "^2.6.2"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}