-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.6 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": "schroedinger-nuxt-template",
"type": "module",
"private": true,
"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": {
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"radix-vue": "^1.9.10",
"tailwind-merge": "^2.5.5",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@antfu/eslint-config": "^3.11.2",
"@iconify-json/carbon": "^1.2.4",
"@nuxt/devtools": "^1.6.1",
"@nuxt/icon": "^1.9.0",
"@nuxt/test-utils": "^3.14.4",
"@nuxtjs/color-mode": "^3.5.2",
"@nuxtjs/tailwindcss": "^6.12.2",
"@vue/test-utils": "^2.4.6",
"@vueuse/nuxt": "^12.0.0",
"eslint": "^9.16.0",
"happy-dom": "^15.11.7",
"nuxt": "^3.14.1592",
"nuxt-svgo": "4.0.9",
"shadcn-nuxt": "^0.11.3",
"simple-git-hooks": "^2.11.1",
"stylelint": "^16.11.0",
"stylelint-config-idiomatic-order": "^10.0.0",
"stylelint-config-recommended-vue": "^1.5.0",
"stylelint-config-standard-scss": "^14.0.0",
"vitest": "^2.1.6",
"vitest-environment-nuxt": "^1.0.1",
"vue": "^3.5.13",
"vue-router": "^4.5.0"
},
"simple-git-hooks": {
"pre-commit": "pnpm run lint:fix"
},
"packageManager": "[email protected]+sha512.38dc6fba8dba35b39340b9700112c2fe1e12f10b17134715a4aa98ccf7bb035e76fd981cf0bb384dfa98f8d6af5481c2bef2f4266a24bfa20c34eb7147ce0b5e",
"version": "2.0.0"
}