-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
104 lines (104 loc) · 3.87 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
{
"name": "commerce-storefront-docs",
"version": "0.1.0",
"license": "Apache-2.0",
"description": "Documentation for Adobe's Commerce Storefront.",
"author": "Adobe, Inc.",
"type": "module",
"scripts": {
"astro": "astro",
"dev": "NODE_ENV=github VITE_GITHUB_BASE_PATH=/microsite-commerce-storefront astro dev --open",
"build:gh-pages": "NODE_ENV=github VITE_GITHUB_BASE_PATH=/microsite-commerce-storefront astro build",
"preview:gh-pages": "NODE_ENV=github VITE_GITHUB_BASE_PATH=/microsite-commerce-storefront astro preview",
"build:prod": "NODE_ENV=production VITE_PROD_BASE_PATH=/developer/commerce/storefront astro build",
"preview:prod": "NODE_ENV=production VITE_PROD_BASE_PATH=/developer/commerce/storefront astro preview",
"lint": "prettier --write \"**/*.{js,jsx,ts,tsx,md,mdx,astro}\" && eslint --fix \"src/**/*.{js,ts,jsx,tsx,astro}\"",
"clean": "rm -rf dist && rm -rf .astro && rm -rf node_modules && pnpm install",
"scrub": "rm -rf dist && rm -rf .astro && rm -rf node_modules && rm -rf pnpm-lock.yaml && rm -rf ~./.pnpm-store && pnpm install"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/react": "^3.6.2",
"@astrojs/starlight": "^0.29.0",
"@astrojs/starlight-tailwind": "^2.0.3",
"@astrojs/tailwind": "^5.1.2",
"@codesandbox/sandpack-client": "^2.19.8",
"@dropins/adyen-checkout-extension": "^0.1.0-beta3",
"@dropins/storefront-account": "^0.1.0-alpha20",
"@dropins/storefront-auth": "0.0.1-alpha25",
"@dropins/storefront-cart": "^0.10.0",
"@dropins/storefront-checkout": "^0.1.0-alpha53",
"@dropins/storefront-order": "^0.1.0-alpha20",
"@dropins/storefront-payment-services": "^0.0.1-alpha8",
"@dropins/storefront-pdp": "^0.5.0-beta3",
"@dropins/tools": "0.36.0-alpha1",
"@expressive-code/plugin-collapsible-sections": "^0.38.3",
"@expressive-code/plugin-line-numbers": "^0.38.3",
"@graphiql/plugin-explorer": "^3.2.3",
"@graphiql/react": "^0.27.0",
"@graphiql/toolkit": "^0.11.0",
"@playform/compress": "^0.1.6",
"@types/hast": "^3.0.4",
"@types/lodash": "^4.17.13",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/regenerator-runtime": "^0.13.8",
"@typescript-eslint/eslint-plugin": "^8.14.0",
"@typescript-eslint/parser": "^8.14.0",
"astro": "^4.16.11",
"cache": "^3.0.0",
"dedent": "^1.5.3",
"dotenv": "^16.4.5",
"eslint": "^9.14.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-mdx": "^3.1.5",
"eslint-plugin-storybook": "^0.11.0",
"graphiql": "^3.7.2",
"graphql": "^16.9.0",
"hast-util-from-html": "^2.0.3",
"hast-util-to-string": "^3.0.1",
"hastscript": "^9.0.0",
"lodash": "^4.17.21",
"node-html-parser": "^6.1.13",
"prettier": "^3.3.3",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.6.8",
"react": "18.3.1",
"react-dom": "18.3.1",
"regenerator-runtime": "^0.14.1",
"rehype": "^13.0.2",
"sharp": "^0.33.5",
"starlight-image-zoom": "^0.9.0",
"starlight-links-validator": "^0.13.2",
"tailwindcss": "^3.4.14",
"typescript": "^5.6.3",
"unist-util-visit": "^5.0.0"
},
"pnpm": {
"peerDependencyRules": {
"allowedVersions": {
"graphql": "^16.8.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"eslint": "^9.3.0"
}
}
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.9",
"eslint-plugin-mdx": "^3.1.5",
"vite": "5.4.11"
},
"engines": {
"node": "20.13.1"
},
"engine-strict": true,
"private": true,
"sideEffects": false,
"homepage": "https://git.corp.adobe.com/AdobeDocs/microsite-commerce-storefront",
"repository": {
"type": "git",
"url": "[email protected]:AdobeDocs/microsite-commerce-storefront.git"
},
"bugs": "https://git.corp.adobe.com/AdobeDocs/microsite-commerce-storefront/issues"
}