forked from shopinvader/shopinvader-template-nuxtjs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
75 lines (75 loc) · 2.42 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
{
"name": "shopinvader-nuxt",
"description": "Shopinvader Nuxt",
"author": "Akretion",
"license": "MIT",
"type": "module",
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "eslint --ext \".ts,.js,.vue\" --ignore-path .gitignore .",
"lintfix": "eslint --fix --ext \".ts,.js,.vue\" --ignore-path .gitignore .",
"release": "release-it"
},
"devDependencies": {
"@nuxt/devtools": "^0.4.1",
"@nuxtjs/i18n": "^8.0.0",
"@typescript-eslint/eslint-plugin": "^5.48.0",
"@typescript-eslint/parser": "^5.48.0",
"@vue/eslint-config-typescript": "^11.0.2",
"eslint": "^8.31.0",
"eslint-config-prettier": "^8.6.0",
"eslint-config-standard-with-typescript": "^26.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.0.0",
"eslint-plugin-nuxt": "^4.0.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-vue": "^9.8.0",
"medium-zoom": "^1.1.0",
"nuxt": "^3.11.2",
"nuxt-delay-hydration": "^1.3.3",
"nuxt-icon": "^0.6.6",
"nuxt-simple-robots": "^4.0.0-rc.17",
"nuxt-simple-sitemap": "^4.4.1",
"prettier": "^2.8.1",
"prettier-plugin-tailwindcss": "^0.2.1",
"release-it": "^17.1.1",
"sass": "^1.55.0",
"sass-loader": "^13.1.0",
"typescript": "^4.9.4",
"vite": "^3.2.4",
"vite-plugin-eslint": "^1.8.1",
"vue-eslint-parser": "^9.1.0"
},
"dependencies": {
"@nuxt/image": "^1.3.0",
"@nuxt/kit": "^3.7.4",
"@nuxt/types": "^2.15.8",
"@nuxtjs/critters": "^0.6.0",
"@nuxtjs/tailwindcss": "^6.6.6",
"@pinia-plugin-persistedstate/nuxt": "^1.0.0",
"@pinia/nuxt": "^0.4.11",
"@shopinvader/cart": "https://github.com/shopinvader/shopinvader-js-cart#options",
"@shopinvader/fetch": "https://github.com/shopinvader/shopinvader-js-fetch#typescript",
"@stripe/stripe-js": "^3.0.0",
"@tailwindcss/typography": "^0.5.9",
"@vueform/slider": "^2.1.7",
"@vueuse/motion": "^2.0.0",
"daisyui": "^3.7.6",
"elastic-builder": "^2.16.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^17.0.0",
"lodash.isequal": "^4.5.0",
"markdown-it": "^13.0.1",
"nuxt-storage": "^1.2.2",
"oidc-client-ts": "^2.2.4",
"pinia": "^2.1.3",
"sharp": "^0.33.2"
},
"version": "1.3.6"
}