forked from commerce-docs/microsite-commerce-storefront
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
121 lines (121 loc) · 5.63 KB
/
package.json
File metadata and controls
121 lines (121 loc) · 5.63 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
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
{
"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": "astro dev --open",
"start": "pnpm run build && pnpm run preview",
"build": "NODE_ENV=development astro build",
"preview": "NODE_ENV=development astro preview --open",
"build:prod": "NODE_ENV=production VITE_PROD_BASE_PATH=/developer/commerce/storefront astro build",
"build:prod-fast": "NODE_ENV=production VITE_PROD_BASE_PATH=/developer/commerce/storefront SKIP_COMPRESSION=true astro build",
"preview:prod": "NODE_ENV=production VITE_PROD_BASE_PATH=/developer/commerce/storefront astro preview",
"preview:prod-fast": "NODE_ENV=production VITE_PROD_BASE_PATH=/developer/commerce/storefront SKIP_COMPRESSION=true 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",
"pdf": "npx starlight-to-pdf https://commerce-docs.github.io/microsite-commerce-storefront/merchants/tutorials/summit-lab-320/ --filename 'lab-320-workbook' --contents-name 'Lab Contents' --header ./pdf-header.html --footer ./pdf-footer.html --print-bg --styles ./pdf-styles.css --timeout '400000' --contents-links 'internal' --no-starlight-print-css --format Letter ",
"pdf-local": "npm run build:prod && (npm run preview:prod > /dev/null & sleep 4); lsof -ti:4321 > preview.pid; npx starlight-to-pdf http://localhost:4321/developer/commerce/storefront/merchants/tutorials/summit-lab-320/ -p ./public/_pdf --filename 'lab-320-workbook' --no-starlight-print-css --contents-name 'Lab Contents' --header ./pdf-header.html --footer ./pdf-footer.html --print-bg --styles ./pdf-styles.css --timeout '400000' --contents-links 'internal' --no-starlight-print-css --format Letter;kill $(cat preview.pid) && echo 'PDF script finished'",
"pdf-single-page": "npx starlight-to-pdf https://commerce-docs.github.io/microsite-commerce-storefront/merchants/tutorials/summit-lab-320/create-experiment/ --filename lab-320-workbook-single --header ./pdf-header.html --footer ./pdf-footer.html --print-bg --format Letter --styles ./pdf-styles.css --timeout '400000' -l /create-experiment --no-contents --no-starlight-print-css"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/react": "^4.2.3",
"@astrojs/starlight": "^0.33.2",
"@codesandbox/sandpack-client": "^2.19.8",
"@dropins/adyen-checkout-extension": "^0.1.0-beta3",
"@dropins/storefront-account": "~1.0.9-beta2",
"@dropins/storefront-auth": "~2.1.0-beta1",
"@dropins/storefront-cart": "1.5.0-beta2",
"@dropins/storefront-checkout": "~2.0.1-beta1",
"@dropins/storefront-order": "~1.3.0-beta3",
"@dropins/storefront-payment-services": "~1.0.1",
"@dropins/storefront-pdp": "1.3.0-beta1",
"@dropins/storefront-personalization": "~1.0.1-beta1",
"@dropins/storefront-product-discovery": "2.0.0-alpha11",
"@dropins/storefront-recommendations": "^1.1.0-beta1",
"@dropins/storefront-wishlist": "^2.0.0-beta1",
"@dropins/tools": "^1.4.0-beta4",
"@expressive-code/plugin-collapsible-sections": "^0.41.3",
"@expressive-code/plugin-line-numbers": "^0.41.3",
"@expressive-code/plugin-text-markers": "^0.41.3",
"@graphiql/plugin-explorer": "3.2.5",
"@graphiql/react": "0.28.2",
"@graphiql/toolkit": "0.11.1",
"@playform/compress": "^0.2.0",
"@types/hast": "^3.0.4",
"@types/lodash": "^4.17.16",
"@types/react": "19.1.9",
"@types/react-dom": "19.1.7",
"@types/regenerator-runtime": "^0.13.8",
"@typescript-eslint/eslint-plugin": "^8.29.1",
"@typescript-eslint/parser": "^8.29.1",
"astro": "^5.8.1",
"cache": "^3.0.0",
"dedent": "^1.5.3",
"dotenv": "^17.2.1",
"eslint": "^9.24.0",
"eslint-config-prettier": "^10.1.1",
"eslint-plugin-mdx": "^3.4.0",
"eslint-plugin-storybook": "^9.0.18",
"graphiql": "3.8.3",
"graphql": "16.11.0",
"hast-util-from-html": "^2.0.3",
"hast-util-to-string": "^3.0.1",
"hastscript": "^9.0.1",
"lodash": "^4.17.21",
"mermaid": "^11.10.0",
"node-html-parser": "^7.0.1",
"prettier": "^3.5.3",
"prettier-plugin-astro": "^0.14.1",
"react": "19.1.1",
"react-dom": "19.1.1",
"regenerator-runtime": "^0.14.1",
"rehype": "^13.0.2",
"sharp": "^0.34.3",
"starlight-heading-badges": "^0.6.0",
"starlight-image-zoom": "^0.13.0",
"starlight-links-validator": "^0.17.0",
"starlight-sidebar-topics": "^0.6.0",
"typescript": "5.9.2",
"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"
}
},
"onlyBuiltDependencies": [
"esbuild",
"sharp"
]
},
"devDependencies": {
"eslint-plugin-mdx": "^3.2.0",
"vite": "7.1.3"
},
"engines": {
"node": "^20.13.1"
},
"overrides": {
"astro-expressive-code": "latest"
},
"engine-strict": true,
"private": true,
"sideEffects": false,
"homepage": "https://git.corp.adobe.com/AdobeDocs/microsite-commerce-storefront",
"repository": {
"type": "git",
"url": "git@git.corp.adobe.com:AdobeDocs/microsite-commerce-storefront.git"
},
"bugs": "https://git.corp.adobe.com/AdobeDocs/microsite-commerce-storefront/issues",
"packageManager": "pnpm@10.6.5"
}