-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 1.4 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
{
"version": "1.0.0",
"private": true,
"createByTafnsGenerator": "0.4.0",
"scripts": {
"dev": "cross-env BABEL_ENV=client NODE_ENV=development webpack-dev-server --host 0.0.0.0 --content-base build/"
},
"dependencies": {
"@babel/core": "^7.1.6",
"@babel/plugin-proposal-class-properties": "^7.0.0",
"@babel/plugin-proposal-decorators": "^7.0.0",
"@babel/plugin-proposal-object-rest-spread": "^7.0.0",
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
"@babel/plugin-transform-parameters": "^7.2.0",
"@babel/polyfill": "^7.2.5",
"@babel/preset-env": "^7.0.0",
"@babel/preset-react": "^7.0.0",
"babel-loader": "^8.0.0",
"babel-plugin-import": "^1.11.0",
"babel-plugin-transform-remove-strict-mode": "0.0.2",
"clean-webpack-plugin": "^0.1.19",
"css-loader": "^0.28.7",
"d3": "^5.9.2",
"es6-object-assign": "^1.1.0",
"es6-promise": "^4.2.5",
"file-loader": "^2.0.0",
"hammerjs": "^2.0.8",
"jquery": "^3.4.1",
"mini-css-extract-plugin": "^0.4.5",
"optimize-css-assets-webpack-plugin": "^5.0.0",
"prop-types": "^15.5.10",
"regenerator-runtime": "^0.12.1",
"sockjs-client": "^1.3.0",
"style-loader": "^0.16.1",
"uglifyjs-webpack-plugin": "^1.3.0",
"url-loader": "^1.1.1",
"webpack": "^4.17.0",
"webpack-bundle-analyzer": "^3.0.3",
"webpack-cli": "^3.1.0",
"webpack-dev-server": "^3.1.5"
}
}