-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
86 lines (86 loc) · 2.34 KB
/
package.json
File metadata and controls
86 lines (86 loc) · 2.34 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"name": "slate-editor",
"version": "0.1.0",
"private": true,
"peerDependencies": {
"@keystone-6/core": "^2.0.0"
},
"dependencies": {
"@babel/runtime": "^7.16.3",
"@dnd-kit/modifiers": "^6.0.0",
"@emotion/weak-memoize": "^0.2.5",
"@keystone-6/document-renderer": "^1.1.0",
"@keystone-ui/popover": "^6.0.0",
"apollo-server-errors": "^3.3.0",
"apply-ref": "^1.0.0",
"fp-ts": "^2.11.5",
"graphql": "^15.8.0",
"match-sorter": "^6.3.1",
"mdast-util-definitions": "^4.0.0",
"mdast-util-from-markdown": "^0.8.5",
"mdast-util-gfm-autolink-literal": "^0.1.3",
"mdast-util-gfm-strikethrough": "^0.2.3",
"micromark-extension-gfm-autolink-literal": "0.5.7",
"micromark-extension-gfm-strikethrough": "0.6.5",
"scroll-into-view-if-needed": "^2.2.28",
"@braintree/sanitize-url": "^6.0.0",
"@dnd-kit/core": "^6.0.3",
"@dnd-kit/sortable": "^7.0.0",
"@keystone-ui/button": "^7.0.0",
"@keystone-ui/core": "^5.0.0",
"@keystone-ui/fields": "^7.0.0",
"@keystone-ui/icons": "^6.0.0",
"@keystone-ui/tooltip": "^6.0.0",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/user-event": "^13.2.1",
"@types/jest": "^28.1.1",
"@types/node": "^16.7.13",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"io-ts": "^2.2.16",
"io-ts-excess": "^1.0.1",
"is-hotkey": "^0.2.0",
"jest": "^28.1.1",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-scripts": "5.0.1",
"slate": "^0.67.1",
"slate-history": "^0.66.0",
"slate-react": "^0.69.0",
"ts-jest": "^28.0.4",
"typescript": "^4.4.2",
"web-vitals": "^2.1.0"
},
"devDependencies": {
"@keystone-6/core": "*",
"@testing-library/react": "^13.2.0",
"array.prototype.flat": "^1.2.5",
"jest-diff": "^27.3.1",
"pretty-format": "^27.3.1",
"slate-hyperscript": "^0.67.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}