-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
105 lines (105 loc) · 2.94 KB
/
package.json
File metadata and controls
105 lines (105 loc) · 2.94 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
{
"name": "components",
"version": "1.0.0",
"description": "a project based on react and antd",
"main": "./src/index.js",
"scripts": {
"lint": "./node_modules/.bin/eslint --ext .js src",
"deploy": "./node_modules/.bin/webpack -p --colors --profile",
"dll": "./node_modules/.bin/webpack --config webpack.dll.config.js -p --colors --profile",
"dev": "./node_modules/.bin/webpack-dev-server --colors"
},
"repository": {
"type": "git",
"url": "https://lizhihu@git.yfb.sunline.cn/edsp/edsp-openapi-ui.git"
},
"keywords": [
"react",
"react-dom",
"react-router",
"babel-core",
"babel-eslint",
"happypack",
"jest",
"less",
"gulp",
"lodash",
"webpack",
"antd"
],
"author": "zhihu",
"license": "MIT",
"devDependencies": {
"babel-core": "^6.24.1",
"babel-eslint": "^7.2.3",
"babel-loader": "^6.4.1",
"babel-plugin-import": "^1.1.1",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-polyfill": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"clean-webpack-plugin": "^0.1.16",
"copy-webpack-plugin": "^4.0.1",
"css-loader": "^0.12.1",
"del": "^2.2.2",
"es3ify-loader": "^0.2.0",
"eslint": "^3.19.0",
"eslint-loader": "^1.7.1",
"eslint-plugin-react": "^7.0.1",
"extract-text-webpack-plugin": "^2.1.0",
"file-loader": "^0.10.1",
"gulp": "^3.9.1",
"gulp-gzip": "^1.4.0",
"gulp-tar": "^2.0.0",
"gulp-zip": "^4.0.0",
"hasha": "^3.0.0",
"html-webpack-plugin": "^2.28.0",
"jest": "^18.1.0",
"less": "^2.7.2",
"less-loader": "^2.2.3",
"run-sequence": "^1.2.2",
"style-loader": "^0.13.2",
"through2": "^2.0.3",
"url-loader": "^0.5.8",
"vinyl-paths": "^2.1.0",
"webpack": "^2.5.1",
"webpack-dev-server": "^2.4.5"
},
"dependencies": {
"ant-design-pro": "^1.3.0",
"antd": "^3.3.1",
"copy-to-clipboard": "^3.0.5",
"crypto-browserify": "^3.12.0",
"crypto-js": "^3.1.9-1",
"dompurify": "^0.8.9",
"echarts": "^3.5.3",
"element-resize-event": "^2.0.9",
"g2": "^2.3.9",
"g2-react": "^1.3.0",
"immutable": "^3.8.1",
"isomorphic-fetch": "^2.2.1",
"jsondiffpatch-for-react": "^1.0.1",
"jwt-decode": "^2.2.0",
"lodash": "^4.17.4",
"prop-types": "^15.5.10",
"pubsub-js": "^1.5.6",
"react": "^15.6.1",
"react-addons-perf": "^15.4.2",
"react-addons-shallow-compare": "^15.6.0",
"react-codemirror": "^0.3.0",
"react-dnd": "^2.4.0",
"react-dnd-html5-backend": "^2.4.1",
"react-dom": "^15.6.1",
"react-graph-vis": "^1.0.2",
"react-json-syntax-highlighter": "^0.1.15",
"react-lz-editor": "^0.11.2",
"react-router": "^3.0.5",
"react-router-dom": "^4.2.2",
"react-sortablejs": "^1.3.4",
"react-split-pane": "^0.1.66",
"screenfull": "^3.3.2",
"socket.io-client": "^2.0.4",
"sortablejs": "^1.5.0-rc1"
}
}