-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.95 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 1.95 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
{
"name": "@keystone-6/website",
"version": "0.1.3",
"private": true,
"license": "MIT",
"scripts": {
"dev": "SHOW_NEXT_RELEASE=1 next -p 8000",
"dev:live": "next -p 8000",
"build": "pnpm validate-links && next build && pnpm sitemap",
"start": "next start -p 8000",
"sitemap": "next-sitemap",
"build:rss": "tsx scripts/rss.ts",
"validate-links": "tsx scripts/validate-links.ts",
"remove-conditionals": "tsx scripts/replace-show-next-release/index.ts"
},
"dependencies": {
"@babel/runtime": "^7.24.7",
"@codemod/core": "^2.0.1",
"@emotion/cache": "11.14.0",
"@emotion/css": "^11.7.1",
"@emotion/react": "^11.14.0",
"@emotion/server": "11.11.0",
"@emotion/weak-memoize": "^0.4.0",
"@keystar/ui": "^0.7.16",
"@keystatic/core": "^0.5.44",
"@keystatic/next": "^5.0.3",
"@keystone-6/fields-document": "workspace:^",
"@keystone-ui/core": "workspace:^",
"@keystone-ui/icons": "workspace:^",
"@markdoc/markdoc": "^0.4.0",
"@preconstruct/next": "^4.0.0",
"@sindresorhus/slugify": "^1.1.2",
"@vercel/og": "^0.6.0",
"classnames": "^2.3.1",
"clipboard-copy": "^4.0.1",
"date-fns": "^4.0.0",
"dedent": "^1.0.0",
"facepaint": "^1.2.1",
"globby": "^14.0.0",
"js-yaml": "^4.1.0",
"lodash.debounce": "^4.0.8",
"next": "^15.5.16",
"next-compose-plugins": "^2.2.1",
"prism-react-renderer": "^2.0.0",
"react": "^19.2.5",
"react-dom": "^19.2.5",
"react-focus-lock": "^2.13.2",
"rss": "^1.2.2",
"tsx": "^4.0.0"
},
"devDependencies": {
"@types/babel__core": "7.20.5",
"@types/facepaint": "^1.2.2",
"@types/gtag.js": "^0.0.20",
"@types/js-yaml": "^4.0.5",
"@types/lodash.debounce": "^4.0.6",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@types/rss": "^0.0.32",
"next-sitemap": "^4.0.0",
"typescript": "^5.5.0"
},
"repository": "https://github.com/keystonejs/keystone/tree/main/docs"
}