-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1009 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 1009 Bytes
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
{
"name": "tg",
"version": "1.0.0",
"description": "",
"scripts": {
"start": "webpack-dev-server --open"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/polyfill": "^7.8.7",
"@babel/core": "^7.9.6",
"@babel/preset-env": "^7.9.6",
"@babel/preset-react": "^7.9.4",
"babel-loader": "^8.1.0",
"cookie-parser": "^1.4.5",
"css-loader": "^3.5.3",
"express-session": "^1.17.1",
"mini-css-extract-plugin": "^0.9.0",
"node-sass": "^4.14.0",
"sass": "^1.26.5",
"sass-loader": "^8.0.2",
"style-loader": "^1.2.1",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.10.3"
},
"dependencies": {
"copy-webpack-plugin": "^5.1.1",
"cors": "^2.8.5",
"express": "latest",
"express-mysql-session": "^2.1.4",
"express-ws": "^4.0.0",
"http-status-codes": "^1.4.0",
"morgan": "latest",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-router-dom": "^5.1.2"
}
}