-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.07 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.07 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
{
"name": "stealthimweb",
"version": "0.0.1",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint . --fix"
},
"dependencies": {
"stealthimjssdk": "^0.1.1",
"@element-plus/icons-vue": "^2.3.1",
"@tanstack/vue-virtual": "^3.13.12",
"ace-builds": "^1.43.2",
"element-plus": "^2.10.4",
"github-markdown-css": "^5.8.1",
"markdown-it": "^14.1.0",
"pinia": "^3.0.3",
"unplugin-auto-import": "^19.3.0",
"unplugin-vue-components": "^28.8.0",
"vue": "^3.5.17",
"vue-i18n": "^12.0.0-alpha.3",
"vue-router": "^4.5.1",
"vue3-ace-editor": "^2.2.4"
},
"devDependencies": {
"@eslint/js": "^9.29.0",
"@types/estree": "^1.0.8",
"@types/json-schema": "^7.0.15",
"@vitejs/plugin-vue": "^6.0.0",
"eslint": "^9.29.0",
"eslint-plugin-vue": "~10.2.0",
"globals": "^16.2.0",
"vite": "^7.0.0",
"vite-plugin-node-polyfills": "^0.24.0",
"vite-plugin-singlefile": "^2.3.0",
"vite-plugin-vue-devtools": "latest"
}
}