-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.08 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
{
"name": "bigdata-analysis",
"version": "1.0.0",
"description": "Real-time analysis platform of big data based on flow processing",
"main": "index.js",
"scripts": {
"watch-dev": "webpack -w --config ./webpack.config.js"
},
"repository": {
"type": "git",
"url": "https://github.com/yuanbaba/bigdata-analysis.git"
},
"keywords": [
"real-time",
"flow",
"processing",
"big-data",
"analysis"
],
"author": "yuanjun",
"license": "ISC",
"dependencies": {
"babel-preset-react": "^6.24.1",
"react-dragula": "^1.1.17"
},
"devDependencies": {
"antd": "^3.1.0",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"copy-webpack-plugin": "^4.3.1",
"css-loader": "^0.28.8",
"html-webpack-plugin": "^2.30.1",
"node-sass": "^4.7.2",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"style-loader": "^0.19.1",
"url-loader": "^0.6.2",
"webpack": "^3.10.0"
}
}