-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.18 KB
/
Copy pathpackage.json
File metadata and controls
44 lines (44 loc) · 1.18 KB
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
{
"name": "nuxt-portfolio",
"version": "1.0.39",
"engines": {
"node": ">=22",
"npm": ">=10"
},
"description": "Wonder Diaz Portfolio. Develop by MetalSyntax with Vue.js and TailWindCss.",
"author": "MetalSyntax",
"private": true,
"scripts": {
"dev": "nuxt --port 3001",
"build": "nuxt build",
"start": "nuxt start --port 3001",
"generate": "nuxt generate",
"cy:run": "cypress run",
"cy:open": "cypress open"
},
"dependencies": {
"@nuxt/content": "^1.15.1",
"@nuxt/image": "^0.7.1",
"@nuxtjs/pwa": "^3.3.5",
"@nuxtjs/robots": "^2.5.0",
"@nuxtjs/sitemap": "^2.4.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": "^6.14.0",
"cypress": "^15.7.0"
}
}