forked from keystonejs/keystone
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.54 KB
/
Copy pathpackage.json
File metadata and controls
55 lines (55 loc) · 1.54 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
{
"name": "@keystone-6/website",
"version": "0.0.4",
"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.10.1",
"@emotion/css": "^11.7.1",
"@emotion/react": "^11.7.1",
"@emotion/server": "11.10.0",
"@emotion/weak-memoize": "^0.3.0",
"@keystone-6/fields-document": "^4.0.0",
"@keystone-ui/core": "^5.0.0",
"@keystone-ui/toast": "^6.0.0",
"@mdx-js/loader": "next",
"@mdx-js/react": "next",
"@next/mdx": "^12.0.7",
"@preconstruct/next": "^4.0.0",
"@sindresorhus/slugify": "^1.1.2",
"@types/gtag.js": "^0.0.10",
"@types/mdx-js__react": "^1.5.5",
"@types/react": "^18.0.9",
"@types/react-dom": "^18.0.4",
"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.2.4",
"next-compose-plugins": "^2.2.1",
"prism-react-renderer": "^1.2.1",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-focus-lock": "^2.7.1",
"remark-gfm": "^1.0.0",
"remark-hint": "^1.0.10"
},
"devDependencies": {
"@types/lodash.debounce": "^4.0.6",
"next-sitemap": "^3.0.0",
"start-server-and-test": "^1.14.0",
"typescript": "^4.7.4"
},
"engines": {
"node": "^14.15 || ^16.13"
},
"repository": "https://github.com/keystonejs/keystone/tree/main/docs"
}