-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1003 Bytes
/
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
{
"name": "vue3-amis-editor-example",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@fortawesome/fontawesome-free": "6.3.0",
"amis": "3.6.3",
"amis-editor": "5.6.2",
"amis-editor-core": "5.6.2",
"axios": "^1.6.2",
"copy-to-clipboard": "3.3.1",
"mobx-react": "^6.3.1",
"moment-timezone": "^0.5.43",
"monaco-editor": "0.33.0",
"pinia": "^2.1.7",
"react": "16.14.0",
"react-dom": "16.14.0",
"sass": "^1.60.0",
"veaury": "2.3.12",
"vite-plugin-monaco-editor": "1.1.0",
"vue": "^3.3.8",
"vue3-amis-widget": "^3.2.0",
"wodetian-ui": "^0.10.0",
"zustand-pub": "^1.0.0-beta.19",
"zustand-vue": "^1.0.0-beta.20"
},
"devDependencies": {
"@vitejs/plugin-react": "^4.2.0",
"@vitejs/plugin-vue": "^4.5.0",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"less": "^4.2.0",
"typescript": "^5.2.2",
"vite": "^4.5.0",
"vue-tsc": "^1.8.22"
}
}