-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 919 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
34
35
36
37
38
39
40
41
42
{
"name": "@farbenmeer/editor",
"version": "0.1.0",
"description": "",
"main": "dist/index.js",
"files": [
"dist/*"
],
"private": false,
"scripts": {
"dev": "next dev",
"build": "tsc",
"release": "pnpm build && pnpm publish"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@changesets/cli": "^2.26.2",
"@types/react": "^18.2.22",
"next": "^13.4.19",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typescript": "^5.2.2"
},
"peerDependencies": {
"next": "^13.4.19",
"react": "^18.2.0"
},
"dependencies": {
"@floating-ui/dom": "^1.5.3",
"@floating-ui/react": "^0.25.4",
"@radix-ui/react-dialog": "^1.0.5",
"clsx": "^2.0.0",
"memoize-one": "^6.0.0",
"react-icons": "^4.11.0",
"slate": "^0.94.1",
"slate-history": "^0.93.0",
"slate-react": "^0.98.4",
"thumbhash": "^0.1.1"
}
}