-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.01 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
{
"name": "nuxt-portfolio",
"version": "1.0.35",
"engines": {
"node": "16.x",
"npm": "8.x"
},
"description": "Wonder Diaz Portfolio. Develop by MetalSyntax with Vue.js and TailWindCss.",
"author": "MetalSyntax",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate"
},
"dependencies": {
"@nuxtjs/pwa": "^3.3.5",
"@nuxtjs/robots": "^2.5.0",
"@nuxtjs/sitemap": "^2.4.0",
"@nuxtjs/vercel-builder": "^0.24.0",
"aos": "^2.3.4",
"imagemin": "^7.0.1",
"nuxt": "^2.17.1",
"nuxt-i18n": "^6.28.1",
"swiper": "^5.4.5",
"vue": "^2.7.14",
"vue-awesome-swiper": "^4.1.1",
"vue-i18n": "^8.27.2",
"vue-server-renderer": "^2.7.14",
"vue-typed-js": "^0.1.2"
},
"devDependencies": {
"@aceforth/nuxt-optimized-images": "^1.4.0",
"@nuxtjs/color-mode": "^3.3.0",
"@nuxtjs/google-analytics": "^2.4.0",
"@nuxtjs/imagemin": "^1.0.1",
"@nuxtjs/tailwindcss": "^5.3.5"
}
}