-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
43 lines (43 loc) · 1.09 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
{
"name": "nuxt-app",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build --dotenv .env",
"dev": "nuxt dev --dotenv .env",
"generate": "nuxt generate --dotenv .env",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"dependencies": {
"@nuxt/image": "^1.8.0",
"@nuxtjs/i18n": "^8.5.2",
"@nuxtjs/robots": "^4.1.6",
"animate.css": "^4.1.1",
"aos": "^2.3.4",
"bootstrap-icons": "^1.11.3",
"nuxt": "^3.13.1",
"nuxt-aos": "^1.2.5",
"ohash": "^1.1.4",
"swiper": "^11.1.12",
"taos": "^1.0.5",
"vue": "latest",
"vue-animate-onscroll": "^1.0.8",
"vue3-marquee": "^4.2.2",
"vue3-smooth-scroll": "^0.8.1"
},
"devDependencies": {
"@bootstrap-vue-next/nuxt": "^0.24.12",
"@nuxtjs/tailwindcss": "^6.12.1",
"@types/aos": "^3.0.7",
"@types/node": "^22.5.4",
"autoprefixer": "^10.4.20",
"bootstrap": "^5.3.3",
"bootstrap-vue-next": "^0.24.12",
"less": "^4.2.0",
"postcss": "^8.4.45",
"sass": "^1.78.0",
"tailwindcss": "^3.4.10"
},
"packageManager": "[email protected]+sha256.355a8ab8dbb6ad41befbef39bc4fd6b5df85e12761d2724bd01f13e878de4b13"
}