-
Notifications
You must be signed in to change notification settings - Fork 58
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 824 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 824 Bytes
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
{
"name": "ehunter",
"version": "3.1.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"build-only": "vite build",
"preview": "vite preview",
"build-dev": "vite build",
"build-prod": "vite build --config vite.config.prod.ts",
"type-check": "vue-tsc --noEmit"
},
"dependencies": {
"fflate": "^0.8.2",
"markdown-it": "^8.4.2",
"vite-plugin-css-injected-by-js": "^3.5.2",
"vue": "^3.5.28"
},
"devDependencies": {
"@tsconfig/node22": "^22.0.5",
"@types/node": "^22.19.11",
"@vitejs/plugin-vue": "^5.2.4",
"@vue/tsconfig": "^0.8.1",
"less": "^4.5.1",
"less-loader": "^12.3.1",
"npm-run-all": "^4.1.5",
"sass": "^1.97.3",
"typescript": "^5.9.3",
"vite": "^6.4.1",
"vite-svg-loader": "^5.1.0",
"vue-tsc": "^3.2.4"
}
}