-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 633 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 633 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
{
"dependencies": {
"@tailwindcss/vite": "^4.1.7",
"loglevel": "^1.9.2",
"tailwindcss": "^4.1.7",
"vue": "^3.5.13",
"vue-router": "^4.5.1"
},
"devDependencies": {
"@types/bun": "latest",
"@vitejs/plugin-vue": "^5.2.1",
"rollup-plugin-visualizer": "^6.0.0",
"vite-plugin-compression2": "^1.4.0",
"vite-plugin-minify": "^2.1.0"
},
"name": "tarzan",
"peerDependencies": {
"typescript": "^5"
},
"private": true,
"scripts": {
"build": "vite build",
"lint": "oxlint --fix --fix-suggestions",
"preview": "vite preview",
"start": "vite"
},
"type": "module"
}