-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.57 KB
/
package.json
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
{
"name": "app",
"description": "app",
"version": "1.0",
"commit": "00000000",
"scripts": {
"dev": "VITE_CJS_IGNORE_WARNING=true bunx vite",
"build": "VITE_CJS_IGNORE_WARNING=true bun vite build --mode production",
"preview": "VITE_CJS_IGNORE_WARNING=true bunx vite preview --port 4173",
"typecheck": "bunx vue-tsc --noEmit --skipLibCheck",
"lint": "eslint --cache .",
"update": "bun update --latest"
},
"dependencies": {
"notiwind": "^2.0.2",
"nprogress": "^0.2.0",
"pinia": "^2.1.7",
"vue": "^3.4.31",
"vue-router": "^4.4.0",
"vue-tsc": "^2.0.26"
},
"devDependencies": {
"@bufbuild/buf": "^1.34.0",
"@eslint/js": "^9.6.0",
"@protobuf-ts/plugin": "^2.9.4",
"@types/nprogress": "^0.2.3",
"@types/uuid": "^10.0.0",
"@vitejs/plugin-vue": "^5.0.5",
"@vueuse/core": "^10.11.0",
"autoprefixer": "^10.4.19",
"cssnano": "^7.0.4",
"eslint": "^9.6.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-no-relative-import-paths": "^1.5.5",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-unused-imports": "^4.0.0",
"eslint-plugin-vue": "^9.27.0",
"ip-address": "^9.0.5",
"ipaddr.js": "^2.2.0",
"postcss": "^8.4.39",
"postcss-import": "^16.1.0",
"postcss-nesting": "^12.1.5",
"prettier": "^3.3.2",
"prettier-plugin-tailwindcss": "^0.6.5",
"sass": "^1.77.7",
"tailwindcss": "^3.4.4",
"typescript": "^5.5.3",
"typescript-eslint": "^7.16.0",
"vite": "^5.3.3",
"vite-plugin-svg-icons": "^2.0.1",
"vite-plugin-vue-devtools": "^7.3.5"
}
}