-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.21 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.21 KB
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
{
"name": "@hubblecommerce/nuxtware",
"type": "module",
"version": "0.0.3",
"repository": {
"type": "git",
"url": "git+https://github.com/hubblecommerce/nuxtware.git"
},
"description": "Nuxt layer for building headless e-commerce interfaces with Shopware 6",
"author": "hubble commerce",
"license": "MIT",
"main": "./nuxt.config.ts",
"scripts": {
"dev": "nuxi dev .playground",
"dev:prepare": "nuxt prepare .playground",
"build": "nuxt build .playground",
"generate": "nuxt generate .playground",
"preview": "nuxt preview .playground",
"lint": "eslint .",
"nuxt:upgrade": "npx nuxt upgrade --dedupe"
},
"files": [
"app",
"directives",
"i18n",
"server",
"nuxt.config.ts"
],
"devDependencies": {
"autoprefixer": "^10.4.20",
"postcss": "^8.4.49"
},
"dependencies": {
"@nuxt/eslint": "^1.14.0",
"@nuxt/image": "^2.0.0",
"@nuxtjs/i18n": "^10.2.1",
"@shopware/nuxt-module": "^1.4.2",
"@tailwindcss/vite": "^4.1.18",
"@vueuse/core": "^14.2.0",
"@vueuse/integrations": "^14.2.0",
"eslint": "^10.0.0",
"focus-trap": "^8.0.0",
"nuxt": "^4.3.1",
"tailwindcss": "^4.1.18",
"typescript": "^5.7.2"
}
}