forked from sagarkharabe/diet-monitoring-webapp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 817 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": "easycal",
"version": "0.1.0",
"private": true,
"dependencies": {
"client": "0.0.1",
"hoek": "^5.0.3",
"immutability-helper": "^2.6.6",
"jwt-decode": "^2.2.0",
"lodash": "^4.17.11",
"moment": "^2.22.1",
"npm": "^6.4.1",
"query-string": "^6.0.0",
"react": "^16.3.1",
"react-day-picker": "^7.1.5",
"react-dom": "^16.3.1",
"react-favicon": "0.0.14",
"react-highcharts": "^16.0.2",
"react-router-dom": "^4.2.2",
"react-scripts": "1.1.4",
"react-select": "^2.4.2"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"copybuild": "copyfiles -a -u 1 \"./build/**/*\" ./server/public/",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"devDependencies": {}
}