generated from Schroedinger-Hat/schroedinger-nuxt-template
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.61 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
54
55
56
57
58
{
"name": "nuxt-app",
"type": "module",
"private": true,
"packageManager": "[email protected]",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"lint:scss": "stylelint \"./**/*.{css,scss,sass,vue}\"",
"postinstall": "nuxt prepare",
"test": "vitest",
"preview": "nuxt preview"
},
"dependencies": {
"@iconify-json/logos": "^1.1.44",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"lucide-vue-next": "^0.408.0",
"radix-vue": "^1.9.1",
"tailwind-merge": "^2.4.0",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@antfu/eslint-config": "^2.22.2",
"@iconify-json/carbon": "^1.1.36",
"@nuxt/content": "^2.13.2",
"@nuxt/devtools": "^1.3.9",
"@nuxt/icon": "^1.0.0",
"@nuxt/image": "^1.7.0",
"@nuxt/test-utils": "^3.13.1",
"@nuxtjs/color-mode": "^3.4.2",
"@nuxtjs/tailwindcss": "^6.12.1",
"@unocss/nuxt": "^0.58.9",
"@vue/test-utils": "^2.4.6",
"@vueuse/nuxt": "^10.11.0",
"eslint": "^9.5.0",
"happy-dom": "^14.12.3",
"nuxt": "^3.12.2",
"nuxt-svgo": "^4.0.2",
"sass": "^1.77.8",
"shadcn-nuxt": "^0.10.4",
"simple-git-hooks": "^2.11.1",
"stylelint": "^16.7.0",
"stylelint-config-idiomatic-order": "^10.0.0",
"stylelint-config-recommended-vue": "^1.5.0",
"stylelint-config-standard-scss": "^13.1.0",
"vitest": "^2.0.2",
"vitest-environment-nuxt": "^1.0.0",
"vue": "^3.4.31",
"vue-router": "^4.4.0"
},
"simple-git-hooks": {
"pre-commit": "pnpm run lint:fix"
}
}