-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
72 lines (72 loc) · 2.08 KB
/
package.json
File metadata and controls
72 lines (72 loc) · 2.08 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "asset-studio-web",
"type": "module",
"version": "0.0.0",
"private": true,
"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",
"lint": "eslint",
"lint:fix": "eslint --fix",
"format": "prettier --write src/"
},
"dependencies": {
"@arkntools/unity-js": "^5.1.0",
"@guolao/vue-monaco-editor": "^1.6.0",
"@iconify-json/ep": "^1.2.3",
"@jimp/core": "^1.6.0",
"@jimp/wasm-png": "^1.6.0",
"@tsuk1ko/fsa-promises": "^2.0.2",
"@ungap/with-resolvers": "^0.1.0",
"@vueuse/core": "^14.1.0",
"buffer": "^6.0.3",
"comlink": "^4.4.2",
"element-plus": "^2.13.1",
"empty-module": "^0.0.2",
"es-toolkit": "^1.44.0",
"eventemitter3": "^5.0.1",
"file-saver": "^2.0.5",
"human-readable": "^0.2.1",
"idb-keyval": "^6.2.2",
"js-md5": "^0.8.3",
"monaco-editor": "^0.55.1",
"natsort": "^2.0.3",
"pinia": "^3.0.4",
"uid": "^2.0.2",
"vue": "^3.5.26",
"vxe-table": "~4.6.25"
},
"devDependencies": {
"@antfu/eslint-config": "^7.0.1",
"@arkntools/as-web-repo": "^1.2.0",
"@tsconfig/node20": "^20.1.8",
"@tsuk1ko/eslint-config": "^2.0.1",
"@types/file-saver": "^2.0.7",
"@types/js-md5": "^0.8.0",
"@types/node": "^22.19.7",
"@types/wicg-file-system-access": "^2023.10.7",
"@vitejs/plugin-vue": "^6.0.3",
"@vue/tsconfig": "^0.8.1",
"@vxecli/import-unplugin-vue-components": "^1.0.4",
"eslint": "^9.39.2",
"eslint-config-prettier": "^10.1.8",
"jiti": "^2.6.1",
"npm-run-all2": "^8.0.4",
"prettier": "^3.8.0",
"sass": "^1.97.2",
"typescript": "^5.9.3",
"unplugin-auto-import": "^21.0.0",
"unplugin-icons": "^23.0.1",
"unplugin-vue-components": "^31.0.0",
"vite": "^7.3.1",
"vite-plugin-node-polyfills": "^0.25.0",
"vite-plugin-pwa": "^1.2.0",
"vite-plugin-vue-devtools": "^8.0.5",
"vite-svg-loader": "^5.1.0",
"vue-tsc": "^3.2.2"
}
}