-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.33 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
{
"dependencies": {
"@radix-icons/vue": "^1.0.0",
"@vitejs/plugin-vue": "^5.1.0",
"@vue/reactivity": "^3.4.34",
"@vueuse/core": "^10.11.0",
"autoprefixer": "^10.4.20",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"lucide-vue-next": "^0.394.0",
"pinia": "^2.1.7",
"prettier": "^3.3.3",
"radix-vue": "^1.9.3",
"tailwind-merge": "^2.4.0",
"tailwindcss": "^3.4.9",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.5.4",
"unplugin-auto-import": "^0.18.2",
"vite": "^5.3.5",
"vite-svg-loader": "^5.1.0",
"vite-tsconfig-paths": "^4.2.0",
"vue": "^3.4.34",
"vue-tsc": "^2.0.29"
},
"description": "Crisp and precise introduction to Krutt collective",
"engines": {
"pnpm": "^9.2.0"
},
"name": "krutt-github-io",
"prettier": {
"arrowParens": "avoid",
"bracketSpacing": true,
"endOfLine": "lf",
"printWidth": 100,
"proseWrap": "preserve",
"quoteProps": "as-needed",
"requirePragma": false,
"semi": false,
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "es5",
"useTabs": false,
"vueIndentScriptAndStyle": false
},
"scripts": {
"dev": "vite",
"fmt": "prettier --write .",
"build": "vue-tsc -b && vite build",
"preview": "vite preview"
},
"type": "module",
"version": "0.0.1"
}