-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 2.01 KB
/
package.json
File metadata and controls
66 lines (66 loc) · 2.01 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
{
"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/core": "^7.21.0",
"@babel/runtime": "^7.16.3",
"@codemod/core": "^2.0.1",
"@emotion/cache": "11.11.0",
"@emotion/css": "^11.7.1",
"@emotion/react": "^11.7.1",
"@emotion/server": "11.11.0",
"@emotion/weak-memoize": "^0.3.0",
"@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",
"@types/babel__core": "7.20.5",
"@types/facepaint": "^1.2.2",
"@types/gtag.js": "^0.0.19",
"@types/js-yaml": "^4.0.5",
"@types/markdown-it": "^14.0.0",
"@types/react": "^18.0.9",
"@types/react-dom": "^18.0.4",
"@vercel/og": "^0.6.0",
"classnames": "^2.3.1",
"clipboard-copy": "^4.0.1",
"date-fns": "^3.0.0",
"dedent": "^1.0.0",
"emery": "^1.4.1",
"facepaint": "^1.2.1",
"globby": "^14.0.0",
"js-yaml": "^4.1.0",
"lodash.debounce": "^4.0.8",
"markdown-it": "^14.0.0",
"next": "^13.3.0",
"next-compose-plugins": "^2.2.1",
"prism-react-renderer": "^2.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-focus-lock": "^2.7.1",
"rss": "^1.2.2",
"tsx": "^4.0.0"
},
"devDependencies": {
"@types/lodash.debounce": "^4.0.6",
"@types/rss": "^0.0.32",
"next-sitemap": "^4.0.0",
"start-server-and-test": "^2.0.0",
"typescript": "~5.4.0"
},
"repository": "https://github.com/keystonejs/keystone/tree/main/docs"
}