-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.55 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
{
"name": "joplin-plugin-yesyoukan",
"version": "1.0.11",
"scripts": {
"dist": "webpack --env joplin-plugin-config=buildMain && webpack --env joplin-plugin-config=buildExtraScripts && webpack --env joplin-plugin-config=createArchive",
"prepare": "npm run dist",
"updateVersion": "webpack --env joplin-plugin-config=updateVersion",
"update": "npm install -g generator-joplin && yo joplin --node-package-manager npm --update --force",
"test": "jest"
},
"license": "MIT",
"keywords": [
"joplin-plugin"
],
"files": [
"publish"
],
"devDependencies": {
"@hello-pangea/dnd": "^16.3.0",
"@types/jest": "^29.5.13",
"@types/markdown-it": "^13.0.8",
"@types/node": "^18.7.13",
"chalk": "^4.1.0",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^7.1.2",
"fs-extra": "^10.1.0",
"glob": "^8.0.3",
"jest": "^29.7.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"style-loader": "^4.0.0",
"tar": "^6.1.11",
"ts-jest": "^29.2.5",
"ts-loader": "^9.3.1",
"typescript": "^4.8.2",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.7.2",
"@fortawesome/free-regular-svg-icons": "^6.7.2",
"@fortawesome/free-solid-svg-icons": "^6.7.2",
"@fortawesome/react-fontawesome": "^0.2.2",
"@hello-pangea/dnd": "^17.0.0",
"@joplin/utils": "^3.0.1",
"@mui/joy": "^5.0.0-beta.48",
"@mui/material": "^6.1.1",
"fast-deep-equal": "^3.1.3",
"immer": "^10.1.1",
"markdown-it": "^13.0.2"
}
}