generated from HelpDev/NGO-HelpDev-Storyblok
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
73 lines (73 loc) · 2.31 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
{
"name": "ngo-helpdev-storyblok",
"version": "2.1.0",
"description": "Storyblok project for HelpDev",
"author": "HelpDev",
"scripts": {
"build": "nuxt build",
"dev": "run-p dev:*",
"predev": "mkcert localhost",
"dev:proxy": "local-ssl-proxy --source 3010 --target 3000 --cert localhost.pem --key localhost-key.pem",
"dev:app": "nuxt dev",
"cert": "mkcert localhost",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "yarn lint:scripts && yarn lint:styles",
"lint:scripts": "eslint --fix \"./{plugins,pages,components,composables,layouts,modules}/**/*.{ts,js,vue}\"",
"lint:styles": "stylelint \"./**/*.{css,vue}\" --fix",
"update": "node update.js"
},
"husky": {
"hooks": {
"pre-commit": "yarn lint"
}
},
"devDependencies": {
"@nuxtjs/google-fonts": "^3.0.0-1",
"@storyblok/nuxt": "^5.1.0",
"@typescript-eslint/eslint-plugin": "^5.54.0",
"eslint": "^8.35.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-vue": "^9.9.0",
"husky": "^8.0.3",
"local-ssl-proxy": "^1.3.0",
"npm-run-all": "^4.1.5",
"nuxt": "3.2.2",
"postcss": "^8.4.21",
"postcss-at-rules-variables": "^0.3.0",
"postcss-calc": "^8.2.4",
"postcss-custom-media": "^8.0.2",
"postcss-discard-comments": "^5.1.2",
"postcss-each": "^1.1.0",
"postcss-html": "^1.5.0",
"postcss-import": "^15.1.0",
"postcss-mixins": "^9.0.4",
"postcss-nested": "^6.0.1",
"prettier": "^2.8.4",
"prettier-stylelint": "^0.4.2",
"simple-git": "^3.16.1",
"stylelint": "^15.2.0",
"stylelint-config-prettier": "^9.0.5",
"stylelint-config-recess-order": "^4.0.0",
"stylelint-config-recommended-vue": "^1.4.0",
"stylelint-prettier": "^3.0.0",
"typescript": "^4.9.5",
"vue-eslint-parser": "^9.1.0"
},
"dependencies": {
"@funken-studio/sitemap-nuxt-3": "^4.0.4",
"@microlink/mql": "^0.10.32",
"@nuxtjs/i18n": "^8.0.0-beta.8",
"@papanasi/vue": "^1.0.2",
"@pinia/nuxt": "^0.4.7",
"@vue-stripe/vue-stripe": "^4.5.0",
"@vueuse/core": "^9.13.0",
"normalize.css": "^8.0.1",
"pinia": "^2.0.32",
"vue-easy-lightbox": "^1.13.0",
"vue3-autocounter": "^1.0.6",
"vue3-toggle-button": "^1.0.3"
}
}