forked from ciderapp/cider.sh
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.23 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
{
"name": "nuxt-app",
"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.2",
"@nuxt/content": "^2.12.1",
"@nuxt/image": "^1.6.0",
"@tailwindcss/typography": "^0.5.13",
"@vee-validate/nuxt": "^4.12.6",
"nuxt": "^3.11.2",
"nuxt-swiper": "^1.2.2",
"radix-vue": "^1.7.3",
"tailwind-variants": "^0.2.1",
"vue": "^3.4.26",
"vue-router": "^4.3.2",
"vue-use-active-scroll": "^1.1.1"
},
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "^4.2.1",
"@nuxtjs/color-mode": "^3.4.1",
"@nuxtjs/tailwindcss": "^6.12.0",
"@vueuse/core": "^10.9.0",
"@vueuse/math": "^10.9.0",
"@vueuse/nuxt": "^10.9.0",
"nuxt-icon": "^0.6.10",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.14",
"sass": "^1.75.0",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.4.5"
},
"trustedDependencies": [
"@morev/vue-transitions",
"esbuild",
"sharp",
"vue-demi"
],
"packageManager": "[email protected]+sha1.648f6014eb363abb36618f2ba59282a9eeb3e879"
}