-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.77 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
{
"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",
"@simonwep/pickr": "^1.9.1",
"@tailwindcss/vite": "^4.0.0",
"@tinymce/tinymce-vue": "^6.1.0",
"@vueuse/core": "^12.4.0",
"ali-oss": "^6.22.0",
"ant-design-vue": "^4.2.6",
"axios": "^1.7.9",
"dhtmlx-gantt": "^9.0.3",
"echarts": "^5.6.0",
"lodash": "^4.17.21",
"nprogress": "^0.2.0",
"qs": "^6.14.0",
"socket.io-client": "^4.8.1",
"tailwindcss": "^4.0.0",
"tinymce": "^7.6.0",
"vant": "^4.9.16",
"vue": "^3.5.13",
"vue-echarts": "^7.0.3",
"vue-pdf-embed": "^2.1.2",
"vue-router": "^4.5.0"
},
"devDependencies": {
"@vant/auto-import-resolver": "^1.2.1",
"@vitejs/plugin-legacy": "^6.0.0",
"@vitejs/plugin-vue": "^5.2.1",
"@vue/compiler-sfc": "^3.5.13",
"autoprefixer": "^10.4.20",
"daisyui": "^4.12.23",
"prettier-plugin-tailwindcss": "^0.6.10",
"unplugin-auto-import": "^19.0.0",
"unplugin-vue-components": "^28.0.0",
"vite": "^6.0.9",
"vite-plugin-svg-icons": "^2.0.1",
"vite-plugin-vue-devtools": "^7.7.0"
},
"packageManager": "[email protected]+sha512.5383cc12567a95f1d668fbe762dfe0075c595b4bfff433be478dbbe24e05251a8e8c3eb992a986667c1d53b6c3a9c85b8398c35a960587fbd9fa3a0915406728"
}