-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
55 lines (55 loc) · 1.57 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
{
"name": "cider-website",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"dependencies": {
"@morev/vue-transitions": "^3.0.5",
"@nuxt/content": "npm:@nuxt/content-edge@latest",
"@nuxt/fonts": "^0.10.3",
"@nuxt/image": "^1.9.0",
"@nuxtjs/seo": "2.0.3",
"@tailwindcss/forms": "^0.5.10",
"@tailwindcss/typography": "^0.5.16",
"@vee-validate/nuxt": "4.15.0",
"nuxt": "^3.15.1",
"nuxt-swiper": "^2.0.0",
"radix-vue": "1.9.12",
"remark-code-blocks": "^2.0.1",
"remark-gfm": "^4.0.0",
"tailwind-variants": "^0.3.0",
"vue": "^3.5.13",
"vue-router": "^4.5.0",
"vue-use-active-scroll": "^1.1.3"
},
"devDependencies": {
"@css-inline/css-inline": "^0.14.3",
"@ianvs/prettier-plugin-sort-imports": "^4.4.1",
"@iconify-json/heroicons": "^1.2.2",
"@iconify-json/lucide": "^1.2.23",
"@iconify-json/mdi": "^1.2.2",
"@iconify-json/simple-icons": "^1.2.20",
"@nuxt/icon": "^1.10.3",
"@nuxtjs/color-mode": "^3.5.2",
"@nuxtjs/mdc": "^0.12.1",
"@nuxtjs/tailwindcss": "^6.13.1",
"@vueuse/core": "^12.4.0",
"@vueuse/math": "^12.4.0",
"@vueuse/nuxt": "^12.4.0",
"autoprefixer": "^10.4.20",
"postcss": "^8.5.1",
"prettier": "^3.4.2",
"prettier-plugin-tailwindcss": "^0.6.9",
"sass": "^1.83.4",
"tailwindcss": "^3.4.17",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.7.3"
},
"packageManager": "[email protected]"
}