-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
79 lines (79 loc) · 2.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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"name": "@vue-storefront/odoo-theme",
"version": "1.5.2",
"private": true,
"scripts": {
"build": "cross-var nuxt build -m --dotenv $VSF_RC",
"build:local": "nuxt build -m --dotenv .env",
"test:e2e": "cypress open --config-file tests/e2e/cypress.json",
"test:e2e:hl": "cypress run --headless --config-file tests/e2e/cypress.json",
"build:analyze": "nuxt build -a -m",
"cypress:open": "cypress open",
"dev": "nuxt dev",
"generate": "nuxt generate",
"start": "nuxt start",
"update:check": "ncu",
"update:update": "ncu -u",
"update:routes": "node hooks/execute.js routes",
"update:redirects": "node hooks/execute redirects",
"test": "jest",
"lhci:mobile": "lhci autorun",
"lhci:desktop": "lhci autorun --collect.settings.preset=desktop"
},
"dependencies": {
"@adyen/adyen-web": "4.7.3",
"@nuxt/image": "^0.6.1",
"@nuxt/types": "latest",
"@nuxtjs/amp": "^0.5.4",
"@nuxtjs/axios": "^5.13.6",
"@nuxtjs/device": "^2.1.0",
"@nuxtjs/google-fonts": "^2.0.0",
"@nuxtjs/gtm": "^2.4.0",
"@nuxtjs/pwa": "^3.3.5",
"@nuxtjs/redirect-module": "^0.3.1",
"@nuxtjs/sitemap": "^2.4.0",
"@nuxtjs/style-resources": "1.1.0",
"@nuxtjs/tailwindcss": "^4.1.3",
"@nuxtjs/web-vitals": "^0.1.8",
"@storefront-ui/vue": "0.13.6",
"@unlighthouse/nuxt": "^0.4.4",
"@vue-storefront/cache": "^2.7.5",
"@vue-storefront/http-cache": "^2.7.5",
"@vue-storefront/middleware": "2.7.5",
"@vue-storefront/nuxt": "2.7.5",
"@vue-storefront/nuxt-theme": "2.7.5",
"@vue-storefront/odoo": "1.5.2",
"@vue-storefront/redis-cache": "^1.0.1",
"@babel/plugin-proposal-private-property-in-object": "7.21.0",
"cookie-universal-nuxt": "^2.1.3",
"core-js": "^2.6.5",
"cross-var": "^1.1.0",
"express": "4.18.1",
"nuxt": "^2.15.8",
"nuxt-i18n": "^6.5.0",
"nuxt-precompress": "^0.5.9",
"nuxt-speedkit": "^2.2.0",
"nuxt-winston-log": "^1.2.0",
"object-hash": "^3.0.0",
"redis-tag-cache": "^1.2.1",
"vee-validate": "^3.2.3",
"vue-scrollto": "^2.17.1"
},
"devDependencies": {
"@lhci/cli": "^0.9.0",
"@nuxt/typescript-build": "latest",
"@vue/test-utils": "^1.0.0-beta.27",
"autoprefixer": "^10.2.6",
"babel-jest": "^24.1.0",
"cypress": "7.5.0",
"lint-staged": "^11.1.2",
"nuxt-vite": "^0.3.5",
"postcss": "^8.3.5",
"tailwindcss": "^2.1.4",
"vue-cli-plugin-tailwind": "~2.0.6",
"vue-jest": "^4.0.0-0"
},
"resolutions": {
"postcss-preset-env": "^7.0.0"
}
}