-
Notifications
You must be signed in to change notification settings - Fork 1.2k
/
Copy pathpackage.json
53 lines (53 loc) · 1.49 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
{
"name": "@keystone-6/website",
"version": "0.0.1",
"private": true,
"license": "MIT",
"scripts": {
"dev": "next -p 8000",
"build": "next build && yarn sitemap",
"start": "next start -p 8000",
"sitemap": "yarn next-sitemap"
},
"dependencies": {
"@babel/runtime": "^7.16.3",
"@emotion/cache": "11.7.1",
"@emotion/react": "^11.7.1",
"@emotion/server": "11.4.0",
"@emotion/weak-memoize": "^0.2.5",
"@keystone-6/fields-document": "^1.0.0",
"@mdx-js/loader": "next",
"@mdx-js/react": "next",
"@next/mdx": "^12.0.7",
"@preconstruct/next": "^3.0.1",
"@sindresorhus/slugify": "^1.1.2",
"@types/gtag.js": "^0.0.8",
"@types/mdx-js__react": "^1.5.5",
"@types/react": "^17.0.37",
"@types/react-dom": "^17.0.11",
"classnames": "^2.3.1",
"copy-to-clipboard": "^3.3.1",
"date-fns": "^2.26.0",
"facepaint": "^1.2.1",
"lodash.debounce": "^4.0.8",
"next": "^12.0.7",
"next-compose-plugins": "^2.2.1",
"prism-react-renderer": "^1.2.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-focus-lock": "^2.7.1",
"react-toast-notifications": "^2.5.1",
"remark-gfm": "^1.0.0",
"remark-hint": "^1.0.10"
},
"devDependencies": {
"@types/lodash.debounce": "^4.0.6",
"next-sitemap": "^2.0.0",
"start-server-and-test": "^1.14.0",
"typescript": "^4.4.4"
},
"engines": {
"node": "^14.15 || ^16.13"
},
"repository": "https://github.com/keystonejs/keystone/tree/main/docs"
}