-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.33 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.33 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
{
"name": "app",
"description": "app",
"version": "1.0",
"commit": "00000000",
"scripts": {
"dev": "bun --bun vite",
"build": "bun --bun vite build --mode production",
"preview": "bun --bun vite preview --port 4173",
"typecheck": "vue-tsc --noEmit --skipLibCheck",
"lint": "eslint --cache .",
"update": "bun update --latest"
},
"dependencies": {
"notiwind": "^2.1.0",
"nprogress": "^0.2.0",
"pinia": "^3.0.4",
"vue": "^3.5.26",
"vue-router": "^4.6.4",
"vue-tsc": "^3.2.1"
},
"devDependencies": {
"@eslint/js": "^9.39.2",
"@protobuf-ts/plugin": "^2.11.1",
"@tailwindcss/vite": "^4.1.18",
"@types/nprogress": "^0.2.3",
"@vitejs/plugin-vue": "^6.0.3",
"@vueuse/core": "^14.1.0",
"eslint": "^9.39.2",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-no-relative-import-paths": "^1.6.1",
"eslint-plugin-prettier": "^5.5.4",
"eslint-plugin-unused-imports": "^4.3.0",
"eslint-plugin-vue": "^10.6.2",
"ip-address": "^10.1.0",
"ipaddr.js": "^2.3.0",
"prettier": "^3.7.4",
"prettier-plugin-tailwindcss": "^0.7.2",
"sass": "^1.97.1",
"tailwindcss": "^4.1.18",
"typescript": "^5.9.3",
"typescript-eslint": "^8.50.1",
"vite": "^7.3.0",
"vite-plugin-svg-icons": "^2.0.1",
"vite-plugin-vue-devtools": "^8.0.5"
}
}