-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 930 Bytes
/
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
{
"name": "nuxt-app",
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "HOST=0.0.0.0 nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"devDependencies": {
"@nuxt/devtools": "latest",
"@nuxt/image": "^1.7.0",
"@nuxtjs/plausible": "^0.2.1",
"@nuxtjs/tailwindcss": "^6.8.0",
"@tailwindcss/container-queries": "^0.1.1",
"@types/aos": "^3.0.7",
"@types/node": "^18.17.0",
"nuxt": "^3.9.1",
"nuxt-simple-sitemap": "^4.1.10",
"tailwindcss-text-fill-stroke": "^2.0.0-beta.1",
"typescript": "^5.4.2",
"vite-plugin-vsharp": "^1.6.0"
},
"dependencies": {
"@lucien144/vue3-parallaxy": "^0.1.1",
"@nuxt/content": "^2.12.1",
"altcha": "^1.1.1",
"altcha-lib": "^1.2.0",
"aos": "^2.3.4",
"nuxt-route-meta": "^5.0.1",
"swiper": "^11.1.3",
"vee-validate": "^4.12.4"
}
}