-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.5 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
48
49
50
51
52
53
{
"name": "4d-react",
"version": "0.1.0",
"private": true,
"proxy": "https://guarded-tor-80082.herokuapp.com/",
"dependencies": {
"@blueprintjs/core": "^1.31.0",
"axios": "^0.18.0",
"elemental": "^0.6.1",
"enzyme": "^3.9.0",
"enzyme-adapter-react-16": "^1.12.1",
"firebase-admin": "^6.1.0",
"firebase-functions": "^2.1.0",
"http2": "^3.3.7",
"install": "^0.12.2",
"lodash": "^4.17.4",
"material-ui": "^0.19.4",
"node-sass-chokidar": "0.0.3",
"npm": "^6.4.1",
"npm-run-all": "^4.1.1",
"react": "^16.2.0",
"react-addons-css-transition-group": "^15.6.2",
"react-dom": "^16.2.1",
"react-firestore": "^0.8.1",
"react-mailchimp-subscribe": "^1.0.2",
"react-router-dom": "^4.2.2",
"react-scripts": "1.0.14",
"react-scroll": "^1.7.10",
"react-spinners": "^0.4.5",
"react-test-renderer": "^16.8.6",
"react-vertical-timeline-component": "^2.1.5",
"semantic-ui-react": "^0.74.2"
},
"scripts": {
"test": "react-scripts test --env=jsdom",
"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",
"eject": "react-scripts eject",
"watch": "npm-watch"
},
"watch": {
"build": "src/"
},
"engines": {
"node": "7.10.0"
},
"devDependencies": {
"npm-watch": "^0.4.0"
}
}