-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
103 lines (103 loc) · 3.04 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
{
"name": "wolfweez-homepage",
"version": "2.0.0",
"private": true,
"scripts": {
"dev": "env-cmd -e base,target_preview nuxt",
"nd:dev": "NODE_OPTIONS=--openssl-legacy-provider env-cmd -e base,target_preview nuxt",
"spa": "env-cmd -e base,target_preview,spa nuxt",
"build": "nuxt build",
"local:build:preview": "env-cmd -e base,target_preview,spa nuxt build",
"local:build:prod": "env-cmd -e base,target_prod,spa nuxt build",
"generate": "nuxt generate --modern",
"local:generate:preview": "env-cmd -e base,target_preview nuxt generate",
"local:generate:prod": "env-cmd -e base,target_prod nuxt generate",
"start": "nuxt start",
"----------- MISC ----------": "",
"lint:js": "eslint --ext \".js,.vue\" --ignore-path .gitignore .",
"lint": "yarn lint:js",
"test": "jest",
"generate:splashes": "node splashes-generate.js",
"story:bak": "env-cmd -e storyblok npx storyblok-backup --components --stories"
},
"lint-staged": {
"*.{js,vue}": "eslint"
},
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS",
"pre-commit": "lint-staged"
}
},
"dependencies": {
"@fontsource/inter": "4.5.12",
"@fontsource/titillium-web": "4.5.9",
"@marvr/storyblok-rich-text-vue-renderer": "2.0.1",
"@nuxtjs/axios": "5.13.6",
"@nuxtjs/proxy": "2.1.0",
"@vue/composition-api": "1.7.0",
"core-js": "3.25.0",
"lightgallery": "2.6.0",
"nuxt": "2.15.8",
"nuxt-client-init-module": "0.3.0",
"seamless-scroll-polyfill": "2.2.0",
"storyblok-nuxt": "2.0.1",
"stripe": "8.222.0",
"vue": "2.6.14",
"vue-horizontal": "0.8.12",
"vue-lazy-youtube-video": "2.3.0",
"vue-rellax": "0.2.0",
"vue-server-renderer": "2.6.14",
"vue-template-compiler": "2.6.14",
"vue2-flip-countdown": "0.12.1",
"vuex": "3.6.2"
},
"devDependencies": {
"@aceforth/nuxt-netlify": "1.1.0",
"@babel/eslint-parser": "7.18.9",
"@commitlint/cli": "17.1.2",
"@commitlint/config-conventional": "17.1.0",
"@epegzz/sass-vars-loader": "6.1.0",
"@nuxtjs/eslint-config": "10.0.0",
"@nuxtjs/eslint-module": "3.1.0",
"@nuxtjs/html-validator": "0.7.0",
"@nuxtjs/netlify-files": "1.2.0",
"@nuxtjs/pwa": "3.3.5",
"@nuxtjs/vuetify": "1.12.3",
"@vue/test-utils": "1.3.0",
"@vue/vue2-jest": "28.0.1",
"babel-core": "7.0.0-bridge.0",
"babel-jest": "28.1.3",
"css-byebye": "3.1.1",
"env-cmd": "10.1.0",
"eslint": "8.23.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-jest": "27.0.1",
"eslint-plugin-nuxt": "3.2.0",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-vue": "9.4.0",
"husky": "4.3.8",
"jest": "28.1.3",
"lint-staged": "13.0.3",
"node-html-to-image": "3.2.4",
"nuxt-canonical": "1.0.6",
"nuxt-purgecss": "1.0.0",
"prettier": "2.7.1",
"pwa-asset-generator": "6.1.3",
"sass": "1.54.5",
"sass-loader": "10.3.1",
"storyblok-migrate": "0.3.4",
"trianglify": "4.1.1",
"vue-feather-icons": "5.1.0",
"vuetify": "2.6.9",
"vuetify-loader": "1.7.3"
},
"resolutions": {
"vue": "2.6.14",
"vue-server-renderer": "2.6.14",
"vue-template-compiler": "2.6.14"
},
"volta": {
"node": "14.21.1"
}
}