-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.22 KB
/
Copy pathpackage.json
File metadata and controls
45 lines (45 loc) · 1.22 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
{
"name": "elaphure-dap.js",
"private": true,
"version": "0.0.1",
"type": "module",
"scripts": {
"dev": "vite --host 0.0.0.0",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@elaphurelink/dapjs": "^2.3.10",
"@icon-park/vue-next": "^1.4.2",
"@vueuse/core": "^10.9.0",
"crc-32": "^1.2.2",
"element-plus": "^2.6.1",
"llvm-objcopy-wasm": "^0.0.3",
"restructure": "^3.0.1",
"vue": "^3.4.21",
"vue-i18n": "^9.10.2"
},
"devDependencies": {
"@eslint/js": "^9.2.0",
"@stylistic/eslint-plugin": "^2.1.0",
"@stylistic/eslint-plugin-js": "^2.1.0",
"@vitejs/plugin-vue": "^5.0.4",
"animate.css": "^4.1.1",
"autoprefixer": "^10.4.18",
"eslint": "^8.57.0",
"eslint-plugin-vue": "^9.26.0",
"fast-xml-parser": "^4.3.6",
"globals": "^15.2.0",
"postcss": "^8.4.35",
"tailwindcss": "^3.4.1",
"typescript-eslint": "^7.9.0",
"unplugin-auto-import": "^0.17.5",
"unplugin-vue-components": "^0.26.0",
"vite": "^5.1.6",
"vite-multiple-assets": "^1.2.10",
"vite-plugin-arraybuffer": "^0.0.7",
"vite-plugin-top-level-await": "^1.4.1",
"vite-plugin-wasm": "^3.3.0",
"vite-svg-loader": "^5.1.0"
}
}