-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
44 lines (44 loc) · 1.39 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": "destonge",
"version": "0.1.0",
"private": true,
"dependencies": {
"axios": "^0.16.2",
"bootstrap": "^3.3.7",
"font-awesome": "^4.7.0",
"gsap": "^1.20.2",
"moment": "^2.18.1",
"moment-timezone": "^0.5.13",
"momentjs": "^2.0.0",
"node-sass-chokidar": "^0.0.3",
"npm-run-all": "^4.1.1",
"react": "^15.6.1",
"react-burger-menu": "^2.1.9",
"react-date-range": "^0.9.4",
"react-dom": "^15.6.1",
"react-gsap-enhancer": "^0.3.0",
"react-images": "^0.5.11",
"react-motion": "^0.5.1",
"react-photo-gallery": "^6.0.16",
"react-redux": "^5.0.6",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
"react-scripts": "0.9.x",
"react-slick": "^0.15.4",
"react-time": "^4.3.0",
"react-transition-group": "1.1.3",
"redux": "^3.7.2",
"redux-thunk": "^2.2.0",
"sass": "^1.0.0-beta.2"
},
"devDependencies": {},
"scripts": {
"build-css": "node-sass-chokidar --include-path ./src --include-path ./node_modules src/ -o src/",
"watch-css": "npm run build-css && node-sass-chokidar --include-path ./src --include-path ./node_modules src/ -o src/ --watch --recursive",
"start-js": "react-scripts start",
"build": "npm run build-css && react-scripts build",
"start": "npm-run-all -p watch-css start-js",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}