-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
141 lines (141 loc) · 5.29 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
129
130
131
132
133
134
135
136
137
138
139
140
141
{
"name": "docs",
"type": "module",
"version": "1.0.1",
"private": false,
"scripts": {
"check-memory": "node -e 'console.log(v8.getHeapStatistics().heap_size_limit/(1024*1024))'",
"set-memory-5gb": "export NODE_OPTIONS='--max-old-space-size=8120'",
"enable:ogimage": "export SKIP_OG=true",
"disable:ogimage": "export SKIP_OG=false",
"replace:links": "node ./cicd/replace-links/markdown.js",
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"build-localhost": "cp ./env/consts.localhost.ts ./src/consts.ts && astro build",
"build-development": "cp ./env/consts.development.ts ./src/consts.ts && astro build",
"build-stage": "cp ./env/consts.stage.ts ./src/consts.ts && astro build",
"build-production": "cp ./env/consts.production.ts ./src/consts.ts && astro build",
"test": "vitest",
"preview": "astro preview",
"check": "astro check",
"tsc": "astro sync && tsc",
"format": "npm run format:code",
"format:ci": "npm run format:imports && npm run format:code",
"format:code": "prettier -w . --cache --plugin-search-dir=.",
"format:imports": "organize-imports-cli ./tsconfig.json",
"add-language": "node ./scripts/add-language.mjs",
"docgen": "node ./scripts/docgen.mjs",
"docgen:errors": "node ./scripts/error-docgen.mjs",
"docgen:integrations": "tsm --require=./scripts/lib/filter-warnings.cjs ./scripts/generate-integration-pages.ts",
"lint:a11y": "start-test 'yarn build && yarn preview' 3000 'yarn lint:a11y:local'",
"lint:a11y:local": "pa11y-ci --sitemap 'http://localhost:3000/sitemap.xml' --sitemap-find 'https://www.azion.com' --sitemap-replace 'http://localhost:3000'",
"lint:a11y:remote": "pa11y-ci --sitemap 'https://wwww.azion.com/sitemap.xml'",
"lint:linkcheck": "SKIP_OG=true npm build && tsm --require=./scripts/lib/filter-warnings.cjs ./scripts/lint-linkcheck.ts",
"lint:linkcheck:nobuild": "tsm --require=./scripts/lib/filter-warnings.cjs ./scripts/lint-linkcheck.ts",
"lint:slugcheck": "node ./scripts/lint-slugcheck.mjs",
"lint:eslint": "eslint .",
"netlify:build": "npm ${NETLIFY_BUILD_SCRIPT:-build}",
"translation-status": "tsm --require=./scripts/lib/filter-warnings.cjs ./scripts/translation-status.ts",
"cp-doc-helpcenter": "cp -R ../docs_help_center/* src/includes/help_center/en/"
},
"devDependencies": {
"@11ty/eleventy-fetch": "^3.0.0",
"@actions/core": "^1.9.0",
"@astrojs/preact": "^3.2.0",
"@astrojs/sitemap": "1.0.1",
"@babel/core": "^7.18.10",
"@tailwindcss/typography": "^0.5.10",
"@types/canvas-confetti": "^1.6.0",
"@types/chroma-js": "^2.1.4",
"@types/hast": "^2.3.4",
"@types/html-escaper": "^3.0.0",
"@types/mdast": "^3.0.10",
"@types/node": "^18.6.4",
"@typescript-eslint/eslint-plugin": "^5.46.1",
"@typescript-eslint/parser": "^5.46.1",
"astro": "4.16.1",
"astro-auto-import": "^0.4.2",
"astro-eslint-parser": "^0.9.2",
"astro-expressive-code": "^0.35.2",
"astro-og-canvas": "^0.4.2",
"autoprefixer": "^10.4.17",
"bcp-47-normalize": "^2.1.0",
"canvaskit-wasm": "^0.37.0",
"chroma-js": "^2.4.2",
"cssnano": "^7.0.1",
"dedent-js": "^1.0.1",
"domhandler": "^4.3.1",
"eslint": "^8.29.0",
"eslint-plugin-astro": "^0.21.0",
"eslint-plugin-react": "^7.32.1",
"fast-glob": "^3.2.11",
"hast-util-from-html": "^1.0.0",
"hast-util-to-html": "^8.0.4",
"hast-util-to-string": "^2.0.0",
"hastscript": "^7.0.2",
"html-escaper": "^3.0.3",
"htmlparser2": "^7.2.0",
"kleur": "^4.1.5",
"mdast-util-from-markdown": "^1.2.0",
"mdast-util-mdx-jsx": "^2.1.2",
"mdast-util-to-hast": "^12.2.4",
"mdast-util-to-string": "^3.1.1",
"micromark-util-character": "^1.1.0",
"micromark-util-symbol": "^1.0.1",
"node-fetch": "^3.2.10",
"organize-imports-cli": "^0.10.0",
"p-retry": "^5.1.1",
"parse-numeric-range": "^1.3.0",
"postcss": "^8.4.38",
"preact": "^10.10.1",
"prettier": "^2.8.8",
"prettier-plugin-astro": "^0.8.0",
"prompts": "^2.4.2",
"rehype": "^12.0.1",
"remark": "^14.0.2",
"remark-directive": "^2.0.1",
"simple-git": "^3.11.0",
"tsm": "^2.3.0",
"typescript": "^5.3.2",
"unified": "^10.1.2",
"unist-util-remove": "^3.1.0",
"unist-util-visit": "^4.1.0",
"unist-util-walker": "^1.0.0",
"vfile": "^5.3.6",
"vite": "^4.4.9",
"vite-plugin-dynamic-import": "^1.5.0",
"vitest": "^0.28.5"
},
"dependencies": {
"@astrojs/mdx": "^2.1.0",
"@astrojs/tailwind": "^5.0.2",
"@astrojs/vue": "^4.0.0",
"@babel/types": "^7.22.19",
"@nanostores/preact": "^0.5.1",
"algoliasearch": "^4.22.1",
"azion-theme": "^1.5.6",
"azion-webkit": "^1.61.4",
"canvas-confetti": "^1.6.0",
"github-slugger": "^2.0.0",
"gray-matter": "^4.0.3",
"hast-util-has-property": "^3.0.0",
"hast-util-heading-rank": "^3.0.0",
"nanostores": "^0.10.3",
"primeflex": "^3.3.1",
"primeicons": "^6.0.1",
"primevue": "3.47.2",
"rehype-autolink-headings": "^7.1.0",
"remark-gfm": "^3.0.1",
"remark-smartypants": "^2.0.0",
"sass": "^1.68.0",
"sharp": "^0.33.4",
"stream-json": "^1.8.0",
"tailwindcss": "^3.4.1",
"vue": "^3.4.24",
"vue-instantsearch": "^4.13.5"
},
"engines": {
"node": ">=20.13.1"
}
}