-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.63 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
55
56
57
58
59
{
"name": "joplin-plugin-kanmug",
"version": "1.2.5",
"scripts": {
"test": "jest",
"dist": "webpack --env joplin-plugin-config=buildMain && webpack --env joplin-plugin-config=buildExtraScripts && webpack --env joplin-plugin-config=createArchive",
"prepare": "npm run dist",
"update": "npm install -g generator-joplin && yo joplin --update",
"updateVersion": "webpack --env joplin-plugin-config=updateVersion"
},
"license": "MIT",
"keywords": [
"joplin-plugin"
],
"devDependencies": {
"@types/ejs": "^3.1.5",
"@types/jest": "^26.0.23",
"@types/js-yaml": "^4.0.1",
"@types/luxon": "^3.4.2",
"@types/ms": "^2.1.0",
"@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": "^29.7.0",
"luxon": "^3.5.0",
"on-build-webpack": "^0.1.0",
"prettier": "^2.3.1",
"tar": "^6.1.11",
"ts-jest": "^29.1.2",
"ts-loader": "^9.3.1",
"typescript": "^4.8.2",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0"
},
"dependencies": {
"ejs": "^3.1.10",
"js-yaml": "^4.1.0",
"moment": "^2.29.1",
"ms": "^2.1.3",
"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"
]
}