-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
97 lines (97 loc) · 2.94 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
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
{
"name": "h5ds-web-v5",
"version": "5.0.0",
"description": "Flexible expansion h5 web editor.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "npm run dev",
"dev": "webpack-dev-server --config webpackset/webpack.config.dev.js --open",
"build": "webpack --config webpackset/webpack.config.prod.js --colors --display-error-details --progress"
},
"repository": {
"type": "git",
"url": "https://gitee.com/h5ds/h5ds-editor.git"
},
"keywords": [
"h5ds",
"editor"
],
"author": "h5ds team",
"license": "OTHER",
"devDependencies": {
"@babel/core": "^7.4.0",
"@babel/plugin-proposal-class-properties": "^7.4.0",
"@babel/plugin-proposal-decorators": "^7.4.0",
"@babel/plugin-proposal-object-rest-spread": "^7.4.0",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/plugin-transform-runtime": "^7.4.0",
"@babel/preset-env": "^7.4.2",
"@babel/preset-react": "^7.0.0",
"autoprefixer": "^9.5.0",
"babel-eslint": "^10.0.1",
"babel-loader": "^8.0.5",
"babel-plugin-add-module-exports": "^1.0.0",
"babel-plugin-import": "^1.11.0",
"babel-preset-react": "^6.24.1",
"case-sensitive-paths-webpack-plugin": "^2.2.0",
"clean-webpack-plugin": "^2.0.1",
"copy-webpack-plugin": "^5.0.2",
"css-loader": "^2.1.1",
"cssnano": "^4.1.10",
"eslint": "^5.16.0",
"eslint-plugin-react": "^7.12.4",
"file-loader": "^3.0.1",
"html-inject-webpack-plugin": "^1.0.0",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"internal-ip": "^4.3.0",
"less": "^3.9.0",
"less-loader": "^4.1.0",
"mini-css-extract-plugin": "^0.5.0",
"optimize-css-assets-webpack-plugin": "^5.0.1",
"postcss-loader": "^3.0.0",
"precss": "^4.0.0",
"style-loader": "^0.23.1",
"terser-webpack-plugin": "^1.3.0",
"uglifyjs-webpack-plugin": "^2.1.2",
"url-loader": "^2.0.0",
"webpack": "^4.29.6",
"webpack-cli": "^3.3.0",
"webpack-dev-server": "^3.2.1",
"webpack-merge": "^4.2.1",
"webpack-node-externals": "^1.7.2"
},
"dependencies": {
"@antv/g2": "^3.5.7",
"@babel/polyfill": "^7.4.0",
"antd": "^3.20.2",
"classnames": "^2.2.6",
"dayjs": "^1.8.11",
"dom-to-image": "^2.6.0",
"echarts": "^4.2.1",
"events": "^3.0.0",
"history": "^4.9.0",
"jsoneditor": "^6.1.0",
"localforage": "^1.7.3",
"lodash": "^4.17.11",
"mobx": "^5.9.4",
"mobx-react": "^5.4.3",
"moment": "^2.24.0",
"pretty": "^2.0.0",
"pubsub-js": "^1.7.0",
"qrcode.react": "^0.9.3",
"react": "^16.8.6",
"react-color": "^2.17.0",
"react-dom": "^16.8.6",
"react-hot-loader": "^4.8.2",
"react-id-swiper": "^2.1.2",
"react-loadable": "^5.5.0",
"react-router": "^5.0.0",
"react-router-dom": "^5.0.0",
"react-syntax-highlighter": "^10.2.1",
"requirejs": "^2.3.6",
"tinycolor2": "^1.4.1",
"url-parse": "^1.4.7"
}
}