-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.12 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.12 KB
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
{
"name": "d3-react-es6",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"watch": "node ./node_modules/webpack/bin/webpack --watch"
},
"dependencies": {
"@types/d3": "^5.7.2",
"@types/lodash": "^4.14.134",
"@types/react": "^16.8.22",
"@types/react-dom": "^16.8.4",
"@types/react-redux": "^7.1.0",
"@types/redux": "^3.6.0",
"@types/socket.io-client": "^1.4.32",
"body-parser": "^1.19.0",
"cookie-parser": "~1.4.3",
"d3": "^5.9.2",
"debug": "^4.1.1",
"ejs": "^2.6.2",
"express": "^4.17.1",
"less-middleware": "^3.1.0",
"lodash": "^4.17.21",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"serve-favicon": "^2.5.0",
"socket.io": "^2.4.0"
},
"devDependencies": {
"@babel/core": "^7.4.5",
"@babel/preset-es2015": "^7.0.0-beta.53",
"awesome-typescript-loader": "^5.2.1",
"babel-polyfill": "^6.20.0",
"morgan": "^1.9.1",
"nodemon": "^1.19.1",
"source-map-loader": "^0.2.4",
"typescript": "^3.5.2",
"uglifyjs-webpack-plugin": "^2.1.3",
"webpack": "^4.35.0",
"webpack-cli": "^3.3.5"
}
}