-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
44 lines (44 loc) · 1.57 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
{
"name": "polykey-docs",
"private": true,
"scripts": {
"lint": "eslint '{src,server,scripts}/**/*.{js,ts,jsx,tsx,json}' 'docusaurus.config.ts'",
"lintfix": "eslint '{src,server,scripts}/**/*.{js,ts,jsx,tsx,json}' 'docusaurus.config.ts' --fix",
"lintcontent": "prettier --check '{blog,docs}/**/*.{md,mdx}'",
"lintcontentfix": "prettier --write '{blog,docs}/**/*.{md,mdx}'",
"start": "docusaurus start",
"swizzle": "docusaurus swizzle",
"build": "docusaurus build --out-dir=./public",
"deploy": "node ./scripts/deploy.js"
},
"devDependencies": {
"@cloudflare/kv-asset-handler": "^0.3.2",
"@cloudflare/workers-types": "^4.20230228.0",
"@docusaurus/core": "^3.0.0",
"@docusaurus/module-type-aliases": "^3.0.0",
"@docusaurus/plugin-content-docs": "^3.0.0",
"@docusaurus/plugin-google-gtag": "^3.0.0",
"@docusaurus/theme-classic": "^3.0.0",
"@docusaurus/theme-common": "^3.0.0",
"@docusaurus/types": "^3.0.0",
"@iarna/toml": "^2.2.5",
"@mdx-js/react": "^3.0.0",
"@typescript-eslint/eslint-plugin": "^6.9.1",
"@typescript-eslint/parser": "^6.9.1",
"clsx": "^1.2.1",
"eslint": "^8.44.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-prettier": "^5.0.0-alpha.2",
"itty-router": "^4.0.27",
"postcss": "^8.4.31",
"prettier": "^3.0.0",
"prism-react-renderer": "^2.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tailwindcss": "^3.3.5",
"typescript": "^5.1.6",
"unist-util-visit": "^5.0.0",
"wrangler": "^3.17.1"
}
}