-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
executable file
·46 lines (46 loc) · 1.16 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
{
"name": "bigfive",
"version": "1.0.0",
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"devDependencies": {
"@nuxt/devtools": "latest",
"@nuxt/image": "^1.0.0-rc.1",
"@nuxtjs/pwa": "^3.3.5",
"@types/node": "^20.3.1",
"bootstrap": "^5.3.0",
"bootstrap-vue": "^2.23.1",
"core-js": "^3.31.0",
"nuxt": "^3.6.0",
"scrollmagic": "^2.0.8",
"typescript": "latest",
"vite-imagetools": "^5.0.5",
"vite-plugin-imagemin": "^0.6.1",
"vue": "^3.3.4"
},
"dependencies": {
"@bootstrap-vue-next/nuxt": "^0.1.3",
"@jambonn/vue-concise-carousel": "^2.1.29",
"@nuxt/content": "^2.7.0",
"@nuxtjs/axios": "^5.13.6",
"animate.css": "^4.1.1",
"animejs": "^3.2.1",
"bootstrap-vue-next": "^0.9.26",
"gsap": "^3.12.2",
"imagesloaded": "^5.0.0",
"jquery": "^3.7.1",
"masonry-layout": "^4.2.2",
"nuxt-font-loader": "^2.3.1",
"sass": "^1.63.6",
"swiper": "^8.4.7",
"vue-awesome-swiper": "^5.0.1",
"vue-flickity": "^1.2.1",
"vue-ico": "^1.0.15"
}
}