-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 998 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
{
"name": "kompas-park",
"version": "0.1.0",
"private": true,
"homepage": "https://vitalik7.github.io/kompas-park/",
"scripts": {
"build:css": "node-sass src/ -o src/",
"watch:css": "npm run build:css && node-sass src/ -o src/ --watch --recursive",
"start:js": "react-scripts start",
"start": "npm-run-all -p watch:css start:js",
"build": "react-scripts build",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
},
"dependencies": {
"axios": "^0.18.0",
"gh-pages": "^2.0.1",
"immutability-helper": "^2.7.1",
"react": "^16.8",
"react-dom": "^16.8",
"react-player": "^1.11.1",
"react-redux": "^5.0.7",
"react-router": "^4.3.1",
"react-router-dom": "^4.3.1",
"redux": "^3.7.2",
"redux-persist": "^5.10.0",
"redux-thunk": "^2.3.0"
},
"devDependencies": {
"node-sass": "^4.9.3",
"npm-run-all": "^4.1.3",
"react-scripts": "^1.1.5",
"snazzy": "^7.1.1",
"standard": "^11.0.1"
}
}