-
-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
52 lines (52 loc) · 1.37 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
{
"name": "cider-sh",
"private": false,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"dependencies": {
"@morev/vue-transitions": "^3.0.2",
"@nuxt/content": "^2.13.2",
"@nuxt/image": "^1.7.0",
"@nuxtjs/seo": "2.0.0-rc.10",
"@tailwindcss/typography": "^0.5.14",
"@vee-validate/nuxt": "4.12.8",
"nuxt": "3.12.4",
"nuxt-swiper": "^1.2.2",
"radix-vue": "1.8.1",
"tailwind-variants": "^0.2.1",
"vue": "^3.4.38",
"vue-router": "^4.4.3",
"vue-use-active-scroll": "^1.1.1"
},
"devDependencies": {
"@css-inline/css-inline": "^0.14.1",
"@ianvs/prettier-plugin-sort-imports": "^4.3.1",
"@nuxtjs/color-mode": "^3.4.4",
"@nuxtjs/tailwindcss": "^6.12.1",
"@vueuse/core": "^10.11.1",
"@vueuse/math": "^10.11.1",
"@vueuse/nuxt": "^10.11.1",
"nuxt-icon": "^0.6.10",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.5.14",
"sass": "^1.77.8",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.5.4"
},
"trustedDependencies": [
"@fortawesome/fontawesome-common-types",
"@fortawesome/free-regular-svg-icons",
"@fortawesome/free-solid-svg-icons",
"@morev/vue-transitions",
"esbuild",
"json-editor-vue",
"sharp",
"vue-demi"
]
}