-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.52 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
53
54
55
56
57
58
{
"name": "mara-website",
"version": "1.0.1",
"description": "MARA Website",
"author": "Louis Sandoval",
"private": true,
"volta": {
"node": "14.21.2",
"yarn": "1.22.19"
},
"engines": {
"node": ">=14 <15"
},
"scripts": {
"watch": "nuxt",
"build": "nuxt generate",
"start": "nuxt start"
},
"dependencies": {
"ky-universal": "^0.9.1",
"nuxt": "^2.15.8"
},
"devDependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-brands-svg-icons": "^5.15.4",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@fortawesome/vue-fontawesome": "^2.0.6",
"@marvr/storyblok-rich-text-vue-renderer": "^2.0.1",
"@nuxtjs/eslint-config": "^8.0.0",
"@nuxtjs/eslint-module": "^3.1.0",
"@nuxtjs/sitemap": "^2.4.0",
"@nuxtjs/stylelint-module": "^4.1.0",
"@vue/composition-api": "^1.6.2",
"@vue/test-utils": "^1.3.0",
"axios": "^0.24.0",
"babel-eslint": "^10.1.0",
"bulma": "^0.9.4",
"cheerio": "^1.0.0-rc.11",
"dotenv": "^10.0.0",
"emailjs-com": "^3.2.0",
"eslint": "^8.16.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-html": "^6.2.0",
"eslint-plugin-nuxt": "^3.2.0",
"eslint-plugin-prettier": "^4.0.0",
"jdenticon": "^3.1.1",
"ky": "^0.28.7",
"lodash": "^4.17.21",
"lozad": "^1.16.0",
"prettier": "^2.6.2",
"sass": "^1.52.1",
"sass-loader": "^10.2.1",
"storyblok-nuxt": "^2.0.1",
"stylelint": "^14.8.3",
"vue-jest": "^3.0.7"
},
"packageManager": "yarn@3.2.1"
}