-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
52 lines (52 loc) · 1.49 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
47
48
49
50
51
52
{
"name": "menepet-website",
"version": "2.0.0",
"description": "My Personal Resume Website",
"author": "Petousis Menelaos <[email protected]>",
"private": true,
"keywords": [
"menepet",
"resume",
"cv",
"developer",
"Decode Gr",
"Dikaio AI"
],
"scripts": {
"dev": "NODE_OPTIONS=--openssl-legacy-provider nuxt",
"dev:static": "NODE_OPTIONS=--openssl-legacy-provider nuxt generate && nuxt start",
"build": "NODE_OPTIONS=--openssl-legacy-provider nuxt build",
"start": "NODE_OPTIONS=--openssl-legacy-provider nuxt start",
"generate": "NODE_OPTIONS=--openssl-legacy-provider nuxt generate",
"test:e2e": "cypress open",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore ."
},
"dependencies": {
"@fortawesome/free-solid-svg-icons": "^5.15.3",
"cypress": "^9.2.0",
"netlify-plugin-cypress": "^2.2.0",
"@nuxtjs/color-mode": "^2.1.1",
"@nuxtjs/dotenv": "^1.4.1",
"@nuxtjs/eslint-config": "^12.0.0",
"@nuxtjs/eslint-module": "^4.1.0",
"@nuxtjs/style-resources": "^1.0.0",
"@nuxtjs/gtm": "^2.4.0",
"@nuxtjs/pwa": "^3.0.2",
"@nuxtjs/sitemap": "^2.4.0",
"bootstrap": "^4.5.2",
"bootstrap-vue": "^2.17.3",
"nuxt": "^2.15.7",
"sass": "^1.68.0",
"sass-loader": "^10.1.1",
"nuxt-fontawesome": "^0.4.0"
},
"devDependencies": {
"babel-eslint": "^10.0.3",
"eslint": "^9.8.0",
"eslint-plugin-nuxt": ">=4.0.0",
"yarn-audit-fix": "^6.4.4"
},
"engines": {
"node": "20.x.x"
}
}