-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 976 Bytes
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 976 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
34
35
36
37
38
{
"dependencies": {
"@radix-icons/vue": "^1.0.0",
"@vue/reactivity": "^3.4.34",
"@vueuse/core": "^10.11.0",
"lucide-vue-next": "^0.394.0",
"pinia": "^2.1.7",
"radix-vue": "^1.9.3",
"tailwind-merge": "^2.4.0",
"tailwindcss": "^3.4.9",
"tailwindcss-animate": "^1.0.7",
"vite": "^5.3.5",
"vue": "^3.4.34"
},
"description": "Crisp and precise introduction to Krutt collective",
"devDependencies": {
"@biomejs/biome": "^2.5.2",
"@vitejs/plugin-vue": "^5.1.0",
"autoprefixer": "^10.4.20",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"typescript": "^5.5.4",
"unplugin-auto-import": "^0.18.2",
"vite-svg-loader": "^5.1.0",
"vite-tsconfig-paths": "^4.2.0",
"vue-tsc": "^2.0.29"
},
"name": "krutt-github-io",
"packageManager": "yarn@6.0.0-rc.19",
"private": true,
"scripts": {
"build": "vue-tsc -b && vite build",
"dev": "vite",
"format": "biome format --write .",
"preview": "vite preview"
},
"type": "module"
}