forked from keystonejs/keystone
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 914 Bytes
/
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
{
"name": "@keystone-6/example-app-basic",
"version": "0.0.6",
"private": true,
"license": "MIT",
"scripts": {
"dev": "keystone dev",
"start": "keystone start",
"build": "keystone build"
},
"dependencies": {
"@babel/runtime": "^7.16.3",
"@keystone-6/auth": "^4.0.1",
"@keystone-6/core": "^2.2.0",
"@keystone-6/document-renderer": "^1.1.1",
"@keystone-6/fields-document": "^4.1.0",
"@keystone-ui/button": "^7.0.1",
"@keystone-ui/core": "^5.0.1",
"@keystone-ui/fields": "^7.1.1",
"@keystone-ui/icons": "^6.0.1",
"@keystone-ui/tooltip": "^6.0.1",
"@types/react": "^18.0.9",
"graphql": "^16.6.0",
"graphql-tag": "^2.12.6",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"uuid": "^9.0.0"
},
"devDependencies": {
"typescript": "~4.7.4"
},
"repository": "https://github.com/keystonejs/keystone/tree/main/examples/basic"
}