-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.79 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
61
62
63
{
"name": "as-web",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "run-p type-check \"build-only {@}\" --",
"preview": "vite preview",
"build-only": "vite build",
"type-check": "vue-tsc --build --force",
"analyze": "bunx vite-bundle-visualizer",
"format": "prettier --write src/"
},
"dependencies": {
"@arkntools/jimp-png": "^1.0.0",
"@arkntools/unity-js": "^3.2.0",
"@guolao/vue-monaco-editor": "^1.5.4",
"@iconify-json/ep": "^1.2.2",
"@vueuse/core": "^12.2.0",
"comlink": "^4.4.2",
"element-plus": "^2.9.1",
"eventemitter3": "^5.0.1",
"file-saver": "^2.0.5",
"is-json": "^2.0.1",
"js-md5": "^0.8.3",
"jszip": "^3.10.1",
"lodash-es": "^4.17.21",
"monaco-editor": "^0.52.2",
"pinia": "^2.3.0",
"splitpanes": "^3.1.5",
"uid": "^2.0.2",
"vue": "^3.5.13",
"vxe-table": "~4.6.25"
},
"devDependencies": {
"@antfu/eslint-config": "^3.12.1",
"@tsconfig/node20": "^20.1.4",
"@types/file-saver": "^2.0.7",
"@types/js-md5": "^0.7.2",
"@types/lodash-es": "^4.17.12",
"@types/node": "^22.10.2",
"@types/splitpanes": "^2.2.6",
"@vitejs/plugin-vue": "^5.2.1",
"@vue/eslint-config-prettier": "^10.1.0",
"@vue/eslint-config-typescript": "^14.2.0",
"@vue/tsconfig": "^0.7.0",
"@vxecli/import-unplugin-vue-components": "^1.0.4",
"eslint": "^9.17.0",
"npm-run-all2": "^7.0.2",
"prettier": "^3.4.2",
"sass": "^1.83.0",
"typescript": "^5.7.2",
"unplugin-auto-import": "^0.19.0",
"unplugin-icons": "^0.22.0",
"unplugin-vue-components": "^0.28.0",
"vite": "^6.0.6",
"vite-plugin-comlink": "^5.1.0",
"vite-plugin-pwa": "^0.21.1",
"vite-svg-loader": "^5.1.0",
"vue-tsc": "^2.2.0"
}
}