generated from aichner/react-mdb-template
-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
44 lines (44 loc) · 1.02 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": "react-mdb-firebase-template",
"version": "1.3.0",
"private": true,
"license": "(EUPL-1.2)",
"homepage": ".",
"dependencies": {
"firebase": "^7.24.0",
"gh-pages": "^2.2.0",
"js-sha256": "^0.9.0",
"mdbreact": "^4.27.0",
"node-sass": "^4.14.1",
"react-redux": "^7.2.2",
"react-redux-firebase": "^2.5.1",
"react-router-dom": "^5.2.0",
"redux": "^4.0.4",
"redux-firestore": "^0.15.0",
"redux-thunk": "^2.3.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aichner/React-MDB-Firebase-Template.git"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"predeploy": "yarn run build",
"deploy": "gh-pages -d build",
"eject": "react-scripts eject"
},
"devDependencies": {
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-scripts": "^3.4.4",
"renamer": "^1.0.0",
"rimraf": "^2.6.2"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}