-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
47 lines (47 loc) · 1.37 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
45
46
47
{
"name": "snipstory",
"version": "0.2.2",
"repository": "oSoc17/snipstory",
"license": "MIT",
"dependencies": {
"bootstrap": "^4.0.0-alpha.6",
"connected-react-router": "^4.2.3",
"deep-equal": "^1.0.1",
"firebase": "^4.1.3",
"flexibility": "^2.0.1",
"google-map-react": "^0.24.0",
"jquery": "^3.2.1",
"moment": "^2.18.1",
"node-sass-chokidar": "^0.0.3",
"query-string": "^5.0.0",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"react-feather": "^1.0.4",
"react-helmet": "^5.1.3",
"react-modal": "^2.2.2",
"react-redux": "^5.0.5",
"react-router-dom": "^4.1.1",
"react-router-hash-link": "^1.1.0",
"react-scripts": "1.0.10",
"react-share": "^1.15.0",
"react-youtube": "^7.4.0",
"redux": "^3.7.1",
"redux-devtools-extension": "^2.13.2",
"redux-form": "^7.0.0",
"redux-thunk": "^2.2.0"
},
"scripts": {
"build-css": "node-sass-chokidar src/ -o src/",
"watch-css": "npm run build-css && node-sass-chokidar src/ -o src/ --watch --recursive",
"start-js": "react-scripts start",
"start": "npm-run-all -p watch-css start-js",
"build": "npm run build-css && react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"lint": "eslint src/"
},
"devDependencies": {
"node-sass": "^4.5.3",
"npm-run-all": "^4.0.2"
}
}