-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 926 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 926 Bytes
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
{
"name": "@keystone-alpha/example-projects-starter",
"description": "An example KeystoneJS project with a User list and Authentication.",
"private": true,
"version": "1.1.12",
"author": "The KeystoneJS Development Team",
"license": "MIT",
"engines": {
"node": ">=8.4.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": {
"@keystone-alpha/adapter-mongoose": "^4.0.7",
"@keystone-alpha/app-admin-ui": "^5.8.1",
"@keystone-alpha/app-graphql": "^8.0.0",
"@keystone-alpha/auth-password": "^1.0.2",
"@keystone-alpha/fields": "^12.1.0",
"@keystone-alpha/keystone": "^15.1.0",
"cross-env": "^5.2.0",
"@keystone-alpha/list-plugins": "latest",
"@keystone-alpha/app-next": "latest"
}
}