-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.32 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
43
44
45
46
47
48
49
50
51
52
{
"private": true,
"name": "plate-playground-forked",
"description": "A simple sandbox to reproduce Plate issues in a pared down editor.",
"keywords": [
"slate",
"react",
"plate",
"rich-text-editor",
"wysiwyg"
],
"main": "index.js",
"dependencies": {
"@babel/core": "7.14.6",
"@styled-icons/boxicons-regular": "10.23.0",
"@styled-icons/foundation": "10.28.0",
"@styled-icons/material": "10.28.0",
"@tippyjs/react": "4.2.5",
"@udecode/plate": "9.0.0",
"@udecode/plate-ui-excalidraw": "9.0.0",
"@udecode/plate-test-utils": "3.2.0",
"babel-plugin-macros": "3.1.0",
"babel-plugin-styled-components": "1.10.5",
"babel-plugin-twin": "1.0.2",
"faker": "4.1.0",
"react": "17.0.1",
"react-dom": "17.0.1",
"slate": "0.71.0",
"slate-history": "0.66.0",
"slate-hyperscript": "0.67.0",
"slate-react": "0.71.0",
"styled-components": "5.3.1",
"tailwindcss": "2.2.4",
"twin.macro": "2.6.2"
},
"devDependencies": {
"react-scripts": "1.0.0",
"typescript": "3.7.0"
},
"babelMacros": {
"twin": {
"preset": "styled-components"
}
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"version": "0.0.0"
}