-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
50 lines (50 loc) · 1.37 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
{
"name": "payload-kanban-board",
"description": "A kanban board plugin for Payload CMS",
"version": "1.0.11",
"keywords": [
"payload",
"payload-plugin",
"payloadcms",
"kanban",
"board",
"plugin",
"react",
"kanban"
],
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": "https://github.com/aritrakrbasu/payload-kanban-board.git",
"author": "Aritra Kr. Basu <[email protected]> (https://aritrakrbasu.github.io/)",
"license": "MIT",
"private": false,
"bugs": {
"url": "https://github.com/aritrakrbasu/payload-kanban-board/issues",
"email": "[email protected]"
},
"scripts": {
"copyfiles": "copyfiles -u 1 \"src/**/*.{html,css,scss,ttf,woff,woff2,eot,svg,jpg,png}\" dist/",
"build": "yarn copyfiles && yarn build:tsc",
"build:tsc": "tsc"
},
"peerDependencies": {
"i18next": "^22.5.0",
"payload": "^2.0.0",
"react": "^16.8.5 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.8.5 || ^17.0.0 || ^18.0.0",
"react-i18next": "^11.18.0",
"react-router": "^5.0.0",
"react-router-dom": "^5.0.0"
},
"devDependencies": {
"@types/react-beautiful-dnd": "^13.1.4",
"@types/react-router-dom": "^5.3.3",
"copyfiles": "^2.4.1",
"payload": "^2.6.0",
"typescript": "^4.9.5"
},
"dependencies": {
"lexorank": "^1.0.5",
"react-beautiful-dnd": "^13.1.1"
}
}