forked from Open-Federation/json-schema-editor-visual
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.18 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": "json-schema-editor-visual",
"version": "2.0.0",
"description": "jsonschema editor",
"main": "package/index.js",
"license": "MIC",
"scripts": {
"start": "ykit s -p 8082",
"demo": "NODE_ENV=production ykit pack -m",
"build": "NODE_ENV=production webpack"
},
"dependencies": {
"@ant-design/icons": "^4.2.1",
"antd": "^4",
"brace": "^0.10.0",
"generate-schema": "^2.6.0",
"moox": "^1.0.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-redux": "^5.0.6",
"redux": "^4.1.2",
"underscore": "^1.8.3"
},
"devDependencies": {
"autoprefixer": "^7.2.1",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.4",
"babel-plugin-import": "^1.7.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"babel-preset-react-app": "^3.1.0",
"cross-env": "^5.1.1",
"css-loader": "^0.28.11",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"less": "^2.7.2",
"less-loader": "^4.1.0",
"style-loader": "^0.20.3",
"webpack": "^4.5.0",
"webpack-cli": "^4.9.1",
"ykit-config-antd": "^2"
}
}