generated from siyuan-note/plugin-sample
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 1022 Bytes
/
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
{
"name": "plugin-background-cover",
"version": "0.3.0",
"description": "Add a picture you like to cover the entire Siyuan Note",
"main": ".src/index.js",
"scripts": {
"lint": "eslint . --fix --cache",
"dev": "webpack --mode development",
"build": "node src/updateTheme.js && webpack --mode production"
},
"keywords": [],
"author": "Vanessa",
"license": "MIT",
"devDependencies": {
"@types/node": "^20.3.1",
"@types/wicg-file-system-access": "^2020.9.6",
"@typescript-eslint/eslint-plugin": "5.29.0",
"@typescript-eslint/parser": "5.29.0",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.7.1",
"esbuild-loader": "^3.0.1",
"eslint": "^8.42.0",
"mini-css-extract-plugin": "2.3.0",
"sass": "^1.62.1",
"sass-loader": "^12.6.0",
"siyuan": "0.7.4",
"tslib": "2.4.0",
"typescript": "4.7.4",
"webpack": "^5.76.0",
"webpack-cli": "^5.0.2",
"zip-webpack-plugin": "^4.0.1"
},
"dependencies": {
"install": "^0.13.0"
}
}