generated from aichner/react-mdb-template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
41 lines (41 loc) · 916 Bytes
/
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
{
"name": "sonnenarm-homepage",
"version": "1.0.0",
"private": true,
"license": "(EUPL-1.2)",
"dependencies": {
"axios": "^0.19.0",
"gh-pages": "^3.0.0",
"mdbreact": "mdbreact-4.26.1.tgz",
"node-sass": "^4.12.0",
"react-router-dom": "^5.0.1",
"react-scripts": "^3.4.1",
"react-scroll-parallax": "^2.1.3"
},
"repository": {
"type": "git",
"url": "https://github.com/aichner/Sonnenarm-Homepage.git"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"predeploy": "yarn run build",
"deploy": "gh-pages -d build",
"eject": "react-scripts eject"
},
"devDependencies": {
"renamer": "^1.0.0",
"rimraf": "^2.6.2",
"react": "^16.8.6",
"react-dom": "^16.8.6"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"prettier": {
"useTabs": false
}
}