forked from joplin/plugin-kanban
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.42 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
{
"name": "joplin-plugin-kanban",
"version": "1.0.7",
"scripts": {
"test": "jest",
"dist": "webpack --joplin-plugin-config buildMain && webpack --joplin-plugin-config buildExtraScripts && webpack --joplin-plugin-config createArchive",
"prepare": "npm run dist",
"update": "npm install -g generator-joplin && yo joplin --update"
},
"license": "MIT",
"keywords": [
"joplin-plugin"
],
"devDependencies": {
"@types/jest": "^26.0.23",
"@types/js-yaml": "^4.0.1",
"@types/node": "^14.0.14",
"@types/react": "^17.0.11",
"@types/react-beautiful-dnd": "^13.0.0",
"@types/react-dom": "^17.0.8",
"@types/react-select": "^4.0.17",
"@types/styled-components": "^5.1.10",
"chalk": "^4.1.0",
"copy-webpack-plugin": "^6.1.0",
"dnd-core": "^14.0.0",
"fs-extra": "^9.0.1",
"glob": "^7.1.6",
"jest": "^27.0.5",
"on-build-webpack": "^0.1.0",
"prettier": "^2.3.1",
"tar": "^6.0.5",
"ts-jest": "^27.0.3",
"ts-loader": "^7.0.5",
"typescript": "^3.9.3",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11",
"yargs": "^16.2.0"
},
"dependencies": {
"js-yaml": "^4.1.0",
"moment": "^2.29.1",
"react": "^17.0.2",
"react-dnd": "^14.0.3",
"react-dnd-html5-backend": "^14.0.1",
"react-dom": "^17.0.2",
"react-icons": "^4.2.0",
"react-select": "^4.3.1",
"styled-components": "^5.3.0"
},
"files": [
"publish"
]
}