-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
128 lines (128 loc) · 4.16 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
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
{
"name": "developer-platform",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"test": "vitest run -r __tests__/e2e",
"test:regression": "VITE_TEST_BUILD=1 REGRESSION=1 vitest run regression -r __tests__/e2e",
"test:crawl": "export NODE_OPTIONS=\"--max-old-space-size=12288\" && VITE_TEST_BUILD=0 CRAWL=1 vitest run crawl -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=12288\" && vitepress build",
"serve": "vitepress serve",
"preview": "docker run -dit -p 8765:80 -v \"$PWD/.vitepress/dist\":/usr/local/apache2/htdocs/ httpd:2.4",
"docs:embed": "./docs-cli.cjs embed",
"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.4.0",
"cross-env": "^7.0.3",
"jsdom": "^24.1.1",
"terser": "^5.31.0",
"vite-bundle-visualizer": "^1.2.1",
"vitepress": "^1.5.0",
"vitepress-shopware-docs": "^1.3.0-beta.3",
"vue": "^3.4.27"
},
"devDependencies": {
"@docsearch/css": "^3.5.2",
"@docsearch/js": "^3.5.2",
"@mdit-vue/plugin-component": "^2.1.3",
"@mdit-vue/plugin-frontmatter": "^2.1.3",
"@mdit-vue/plugin-headers": "^2.1.3",
"@mdit-vue/shared": "^2.1.3",
"@mermaid-js/mermaid-mindmap": "^9.3.0",
"@originjs/vite-plugin-require-context": "^1.0.9",
"@playwright/test": "1.46.1",
"@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.10",
"@storybook/addon-interactions": "^7.6.10",
"@storybook/addon-links": "^7.6.10",
"@storybook/blocks": "^7.6.10",
"@storybook/builder-vite": "^7.6.10",
"@storybook/testing-library": "^0.2.2",
"@storybook/vue3": "^7.6.10",
"@storybook/vue3-vite": "^7.6.10",
"@types/fs-extra": "^11.0.4",
"@types/jest": "^29.5.11",
"@types/markdown-it": "^14.1.1",
"@types/mocha": "^10.0.6",
"@types/node": "^20.12.12",
"@types/shell-escape": "^0.2.3",
"@types/uuid": "^10.0.0",
"@vitejs/plugin-vue": "^5.0.3",
"@vitest/coverage-c8": "^0.33.0",
"@vitest/ui": "^2.0.5",
"@vue/devtools-kit": "^7.2.1",
"@vue/test-utils": "^2.4.6",
"@vueuse/shared": "^10.7.2",
"algoliasearch": "^4.23.3",
"chromatic": "^11.7.1",
"find-in-files": "^0.5.0",
"fs-extra": "^11.2.0",
"fuse.js": "^7.0.0",
"get-port": "^7.0.0",
"instantsearch.css": "^8.2.0",
"instantsearch.js": "^4.69.0",
"jest-expect-message": "^1.1.3",
"jest-image-snapshot": "^6.3.0",
"lorem-ipsum": "^2.0.8",
"markdown-it": "^14.0.0",
"markdown-it-anchor": "^9.0.1",
"markdown-it-attrs": "^4.1.6",
"markdown-it-emoji": "^3.0.0",
"mermaid": "^10.9.1",
"openapi-types": "^12.1.3",
"playwright-chromium": "^1.41.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"remove-markdown": "^0.5.0",
"sass": "^1.77.2",
"seedrandom": "^3.0.5",
"shell-escape": "^0.2.0",
"shiki": "^1.14.1",
"shiki-processor": "^0.1.3",
"sitemap": "^8.0.0",
"slugify": "^1.6.6",
"storybook": "^7.6.10",
"storybook-addon-fetch-mock": "^2.0.1",
"storybook-addon-pseudo-states": "^3.1.1",
"typescript": "^5.4.5",
"uuid": "^10.0.0",
"vinyl": "^3.0.0",
"vite-plugin-inspect": "^0.8.7",
"vite-plugin-live-reload": "^3.0.3",
"vite-plugin-top-level-await": "^1.3.1",
"vite-plugin-wasm": "^3.2.2",
"vitepress-plugin-mermaid": "^2.0.16",
"vitest": "^2.0.5",
"vue-instantsearch": "^4.17.0"
},
"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]"
}