-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.54 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
53
54
{
"name": "productivitytools.plate",
"version": "0.1.2",
"description": "PT implementation of plate",
"main": "dist/index",
"typings": "dist/index.js",
"module": "dist/index",
"files": [
"dist"
],
"scripts": {
"build": "rm -rf dist/ && npm run build:esm",
"build:esm": "tsc",
"builds": "react-scripts build",
"removemodules": "npm npkill"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/pwujczyk/productivitytools.plate.git"
},
"author": "Pawel Wujczyk",
"license": "MIT",
"bugs": {
"url": "https://github.com/pwujczyk/productivitytools.plate/issues"
},
"homepage": "https://github.com/pwujczyk/productivitytools.plate#readme",
"dependencies": {
"@styled-icons/boxicons-regular": "^10.47.0",
"@styled-icons/foundation": "^10.46.0",
"@styled-icons/material": "^10.47.0",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"@types/jest": "^27.5.2",
"@types/node": "^18.15.11",
"@types/styled-components": "^5.1.26",
"@udecode/plate": "^20.6.3",
"@udecode/plate-basic-elements": "^20.4.0",
"react-scripts": "5.0.1",
"slate": "^0.93.0",
"slate-history": "^0.93.0",
"slate-hyperscript": "^0.77.0",
"slate-react": "^0.93.0",
"styled-components": "^5.3.9",
"typescript": "^5.0.4",
"web-vitals": "^2.1.4"
},
"peerDependencies": {
"@types/react": "^18.0.35",
"@types/react-dom": "^18.0.11",
"react": "^18.2.0",
"react-dom": "^18.2.0"
}
}