forked from keystonejs/keystone-5
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.67 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.67 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
{
"name": "@keystonejs/demo-project-blog",
"description": "An example KeystoneJS project showcasing a Blogging Site.",
"private": true,
"version": "7.0.3",
"author": "The KeystoneJS Development Team",
"license": "MIT",
"engines": {
"node": ">=10.0.0"
},
"scripts": {
"dev": "cross-env NODE_ENV=development DISABLE_LOGGING=true keystone dev",
"build": "cross-env NODE_ENV=production keystone build",
"start": "cross-env NODE_ENV=production keystone start"
},
"dependencies": {
"@apollo/client": "^3.3.20",
"@arch-ui/layout": "^0.2.17",
"@arch-ui/typography": "^0.0.21",
"@emotion/core": "^10.1.1",
"@emotion/styled": "^10.0.27",
"@keystonejs/adapter-mongoose": "^11.2.2",
"@keystonejs/app-admin-ui": "^7.5.2",
"@keystonejs/app-graphql": "^6.3.2",
"@keystonejs/app-next": "^6.1.2",
"@keystonejs/app-static": "^5.2.2",
"@keystonejs/auth-password": "^6.1.2",
"@keystonejs/fields": "^22.1.3",
"@keystonejs/fields-authed-relationship": "^1.1.2",
"@keystonejs/fields-markdown": "^5.3.2",
"@keystonejs/fields-oembed": "^3.2.2",
"@keystonejs/fields-wysiwyg-tinymce": "^5.4.2",
"@keystonejs/file-adapters": "^7.1.2",
"@keystonejs/keystone": "^19.3.3",
"@keystonejs/server-side-graphql-client": "^2.1.2",
"@preconstruct/next": "^3.0.0",
"apollo-upload-client": "^14.1.3",
"cross-env": "^7.0.3",
"date-fns": "^2.22.1",
"dotenv": "^8.6.0",
"express": "^4.17.1",
"graphql": "^15.5.0",
"isomorphic-unfetch": "^3.1.0",
"next": "14.2.15",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"repository": "https://github.com/keystonejs/keystone-5/tree/main/examples/blog"
}