-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.72 KB
/
Copy pathpackage.json
File metadata and controls
57 lines (57 loc) · 1.72 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
{
"version": "2.0.0",
"name": "webkit1412-sample",
"author": "mizuki1412",
"license": "MIT",
"repository": "https://github.com/mizuki1412/webkit-sample",
"scripts": {
"dev": "vite --mode dev",
"build": "vite build --mode pro",
"update-dep": "npx npm-check-updates -i",
"demo_up2lib": "rm -r ../../webkit-sample/lib/* && cp -r lib/* ../../webkit-sample/lib/",
"demo_up4lib": "rm -r lib/* && cp -r ../../webkit-sample/lib/* lib/"
},
"publishConfig": {
"registry": "https://registry.npmmirror.com"
},
"dependencies": {
"@ant-design/icons-vue": "^7.0.1",
"@form-create/ant-design-vue": "^3.2.37",
"@form-create/antd-designer": "^3.4.0",
"@simonwep/pickr": "^1.9.1",
"@tailwindcss/vite": "^4.3.0",
"@tinymce/tinymce-vue": "^6.3.0",
"@vueuse/core": "^14.3.0",
"ali-oss": "^6.23.0",
"ant-design-vue": "^4.2.6",
"axios": "^1.16.1",
"dhtmlx-gantt": "^9.1.4",
"echarts": "^6.1.0",
"lodash": "^4.18.1",
"nprogress": "^0.2.0",
"qs": "^6.15.2",
"socket.io-client": "^4.8.3",
"tailwindcss": "^4.3.0",
"tinymce": "^8.5.1",
"vant": "^4.9.24",
"vue": "^3.5.34",
"vue-echarts": "^8.0.1",
"vue-pdf-embed": "^2.1.4",
"vue-router": "^5.0.7"
},
"devDependencies": {
"@vant/auto-import-resolver": "^1.3.0",
"@vitejs/plugin-legacy": "^8.0.2",
"@vitejs/plugin-vue": "^6.0.7",
"@vue/compiler-sfc": "^3.5.34",
"autoprefixer": "^10.5.0",
"daisyui": "^5.5.20",
"fast-glob": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.8.0",
"unplugin-auto-import": "^21.0.0",
"unplugin-vue-components": "^32.1.0",
"vite": "^8.0.14",
"vite-plugin-svg-icons": "^2.0.1",
"vite-plugin-vue-devtools": "^8.1.2"
}
}