-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
110 lines (110 loc) · 3.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
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
104
105
106
107
108
109
110
{
"name": "design-portal",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"test": "vitest run -r __tests__/e2e",
"test:build": "VITE_TEST_BUILD=1 vitest run -r __tests__/e2e",
"dev": "cross-env SHOPWARE_DEV=1 vitepress dev",
"build": "export NODE_OPTIONS=\"--max-old-space-size=9216\" && vitepress build",
"serve": "vitepress serve",
"preview": "docker run -dit -p 8765:80 -v \"$PWD/.vitepress/dist\":/usr/local/apache2/htdocs/ httpd:2.4",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"chromatic": "npx chromatic --exit-zero-on-changes"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@shopware-ag/meteor-icon-kit": "^5.2.0",
"cross-env": "^7.0.3",
"terser": "^5.27.2",
"vitepress": "^1.5.0",
"vitepress-shopware-docs": "^v1.3.0-beta.3",
"vue": "^3.4.19"
},
"devDependencies": {
"@docsearch/css": "^3.5.2",
"@docsearch/js": "^3.5.2",
"@originjs/vite-plugin-require-context": "^1.0.9",
"@playwright/test": "^1.41.2",
"@shopware-docs/cli": "^1.3.0-beta.3",
"@shopware-docs/storybook": "^1.3.0-beta.3",
"@shopware-docs/vitepress": "^1.3.0-beta.3",
"@shopware-docs/vitest": "^1.3.0-beta.3",
"@storybook/addon-essentials": "^7.6.15",
"@storybook/addon-interactions": "^7.6.15",
"@storybook/addon-links": "^7.6.17",
"@storybook/addon-styling": "^1.3.7",
"@storybook/blocks": "^7.6.17",
"@storybook/testing-library": "^0.2.2",
"@storybook/vue3": "^7.6.17",
"@storybook/vue3-vite": "^7.6.17",
"@types/fs-extra": "^11.0.4",
"@types/jest": "^29.5.12",
"@types/markdown-it": "^13.0.7",
"@types/mocha": "^10.0.6",
"@types/node": "^20.11.19",
"@types/shell-escape": "^0.2.3",
"@types/uuid": "^9.0.8",
"@vitejs/plugin-vue": "^5.0.4",
"@vitest/coverage-c8": "^0.33.0",
"@vue/test-utils": "^2.4.4",
"@vueuse/shared": "^10.7.2",
"algoliasearch": "^4.22.1",
"axios": "^1.7.4",
"chromatic": "^10.9.6",
"execa": "^8.0.1",
"fuse.js": "^7.0.0",
"get-port": "^7.0.0",
"instantsearch.css": "^8.1.0",
"instantsearch.js": "^4.65.0",
"jest-expect-message": "^1.1.3",
"jest-image-snapshot": "^6.4.0",
"lorem-ipsum": "^2.0.8",
"mermaid": "10.9.3",
"playwright-chromium": "^1.41.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"remove-markdown": "^0.5.0",
"sass": "^1.71.0",
"seedrandom": "^3.0.5",
"shell-escape": "^0.2.0",
"shiki": "^1.1.6",
"shiki-processor": "^0.1.3",
"sitemap": "^7.1.1",
"slugify": "^1.6.6",
"storybook": "^7.6.17",
"storybook-addon-fetch-mock": "^1.0.1",
"storybook-addon-pseudo-states": "^2.1.2",
"typedoc": "^0.25.8",
"typescript": "^5.3.3",
"unocss": "^0.58.5",
"uuid": "^9.0.1",
"vite-plugin-inspect": "^0.8.3",
"vite-plugin-live-reload": "^3.0.3",
"vitest": "^1.3.0",
"vue-instantsearch": "^4.13.8",
"vue3-carousel": "^0.3.1"
},
"pnpm": {
"peerDependencyRules": {
"ignoreMissing": [
"@algolia/client-search",
"react",
"react-dom",
"@types/react",
"@stoplight/mosaic-code-viewer",
"mkdirp",
"vite"
]
}
},
"engines": {
"node": ">=20.0.0"
},
"packageManager": "[email protected]"
}