-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
53 lines (53 loc) · 1.5 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-freehand-drawing",
"version": "2.14.0",
"scripts": {
"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",
"preinstall": "git config core.hookspath .githooks",
"lint-staged": "lint-staged",
"lint": "eslint --fix . && prettier --ignore-path .eslintignore --write .",
"test": "jest"
},
"license": "MIT",
"keywords": [
"joplin-plugin"
],
"files": [
"publish"
],
"repository": {
"url": "https://github.com/personalizedrefrigerator/joplin-plugin-freehand-drawing.git"
},
"devDependencies": {
"@types/codemirror": "5.60.8",
"@types/fs-extra": "^11.0.1",
"@types/jest": "29.5.5",
"@types/markdown-it": "^12.2.3",
"@types/node": "^20.3.2",
"@typescript-eslint/eslint-plugin": "6.7.4",
"@typescript-eslint/parser": "6.7.4",
"copy-webpack-plugin": "^11.0.0",
"eslint": "8.50.0",
"eslint-config-prettier": "9.0.0",
"fs-extra": "^11.1.1",
"glob": "^10.3.10",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"lint-staged": "14.0.1",
"on-build-webpack": "^0.1.0",
"prettier": "3.0.3",
"style-loader": "^3.3.3",
"tar": "^6.2.0",
"ts-jest": "29.1.1",
"ts-loader": "^9.4.4",
"typescript": "^5.2.2",
"webpack": "^5.95.0",
"webpack-cli": "^5.1.4"
},
"dependencies": {
"@js-draw/material-icons": "1.26.0",
"js-draw": "1.26.0"
}
}