-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.53 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
{
"name": "@keystonejs/example-projects-blank",
"description": "A blank KeystoneJS starter project.",
"private": true,
"version": "5.0.5",
"author": "The KeystoneJS Development Team",
"repository": "https://github.com/keystonejs/keystone/tree/master/packages/create-keystone-app/example-projects/blank",
"homepage": "https://github.com/keystonejs/keystone",
"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 DISABLE_LOGGING=true keystone build",
"start": "cross-env NODE_ENV=production DISABLE_LOGGING=true keystone start",
"create-tables": "keystone create-tables"
},
"dependencies": {
"@apollo/client": "^3.0.0-beta.44",
"@keystonejs/adapter-knex": "^10.0.0",
"@keystonejs/app-admin-ui": "^6.0.0",
"@keystonejs/app-graphql": "^5.1.7",
"@keystonejs/app-next": "^5.1.2",
"@keystonejs/keystone": "^9.0.0",
"@material-ui/core": "^4.9.14",
"@material-ui/styles": "^4.9.14",
"cross-env": "^7.0.0",
"dotenv": "^8.2.0",
"install": "^0.13.0",
"next": "^9.3.6",
"npm": "^6.14.5",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-icons": "^3.10.0",
"react-transition-group": "^4.4.1",
"styled-components": "^5.1.0"
},
"devDependencies": {
"babel-plugin-styled-components": "^1.10.7"
}
}