forked from aisuda/amis-editor-demo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.55 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
{
"name": "amis-editor-demo",
"version": "1.0.0",
"description": "amis 可视化编辑器",
"main": "index.js",
"scripts": {
"dev": "amis dev",
"build": "amis build",
"format": "prettier --write \"src/**/**/*.{js,jsx,ts,tsx,vue,scss,json}\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/aisuda/amis-editor-demo.git"
},
"keywords": [
"amis",
"editor"
],
"author": "fex",
"license": "ISC",
"bugs": {
"url": "https://github.com/aisuda/amis-editor-demo/issues"
},
"homepage": "https://github.com/aisuda/amis-editor-demo#readme",
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.3",
"amis": "6.0.0",
"amis-core": "6.0.0",
"amis-formula": "6.0.0",
"amis-ui": "6.0.0",
"amis-editor": "6.0.0",
"amis-editor-core": "6.0.0",
"axios": "0.21.2",
"copy-to-clipboard": "^3.2.0",
"mobx": "4.15.7",
"mobx-react": "6.3.1",
"mobx-state-tree": "3.17.3",
"qs": "6.5.3",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-hook-form": "^7.39.3",
"react-router": "5.0.1",
"react-router-dom": "5.0.1"
},
"devDependencies": {
"@types/lodash": "^4.14.123",
"@types/node": "^11.13.8",
"@types/qs": "^6.5.3",
"@types/react": "^16.9.0",
"@types/react-dom": "^16.9.0",
"@types/react-router": "5.0.1",
"@types/react-router-dom": "^5.3.3",
"acorn": "^8.8.2",
"amis-widget-cli": "^3.2.0",
"monaco-editor-webpack-plugin": "6.0.0",
"prettier": "^2.2.1",
"sass": "^1.63.4",
"typescript": "^4.5.5"
}
}