-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 886 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
{
"name": "tokr-web-app",
"version": "0.1.0",
"private": true,
"dependencies": {
"axios": "^0.17.1",
"classnames": "^2.2.5",
"font-awesome": "^4.7.0",
"moment": "^2.20.1",
"primereact": "^1.4.1",
"react": "^16.2.0",
"react-burger-menu": "^2.2.3",
"react-dates": "^16.3.6",
"react-dom": "^16.2.0",
"react-notifications": "^1.4.3",
"react-redux": "^5.0.6",
"react-router-dom": "^4.2.2",
"react-scripts": "1.1.1",
"react-transition-group": "^2.2.1",
"redux": "^3.7.2",
"redux-thunk": "^2.2.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"build-css": "node-sass-chokidar src/ -o src/",
"watch-css": "npm run build-css && node-sass-chokidar src/ -o src/ --watch --recursive"
}
}