forked from CSPW-Go/Go-Green
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.58 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
54
55
56
57
58
{
"name": "go-green",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack-dev-server -d",
"dev": "concurrently \"webpack-dev-server --open\" \"nodemon src/server/server.js\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/panda-whale-29/Go-Green.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/panda-whale-29/Go-Green/issues"
},
"homepage": "https://github.com/panda-whale-29/Go-Green#readme",
"devDependencies": {
"@babel/core": "^7.5.5",
"@types/react": "^16.8.23",
"@types/react-dom": "^16.8.5",
"@types/react-router-dom": "^4.3.4",
"antd": "^3.20.7",
"body-parser": "^1.19.0",
"clean-webpack-plugin": "^3.0.0",
"concurrently": "^4.1.1",
"cookie-parser": "^1.4.4",
"cors": "^2.8.5",
"css-loader": "^3.1.0",
"express": "^4.17.1",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"jsonwebtoken": "^8.5.1",
"mongoose": "^5.6.7",
"raw-loader": "^3.1.0",
"source-map-loader": "^0.2.4",
"style-loader": "^0.23.1",
"svg-inline-loader": "^0.8.0",
"ts-loader": "^6.0.4",
"typescript": "^3.5.3",
"webpack": "^4.38.0",
"webpack-cli": "^3.3.6",
"webpack-dev-server": "^3.7.2"
},
"dependencies": {
"chart.js": "^2.8.0",
"d3": "^5.9.7",
"dotenv": "^8.0.0",
"react": "^16.8.6",
"react-chartjs-2": "^2.7.6",
"react-dom": "^16.8.6",
"react-router-dom": "^5.0.1",
"styled-components": "^4.3.2"
}
}