forked from siyuan-note/plugin-sample
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 861 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
{
"name": "plugin-sample",
"version": "0.3.3",
"description": "This is a sample plugin for Siyuan (https://b3log.org/siyuan)",
"main": ".src/index.js",
"scripts": {
"lint": "eslint . --fix --cache",
"dev": "webpack --mode development",
"build": "webpack --mode production"
},
"keywords": [],
"author": "Vanessa",
"license": "MIT",
"devDependencies": {
"@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.9.3",
"tslib": "2.4.0",
"typescript": "4.7.4",
"webpack": "^5.76.0",
"webpack-cli": "^5.0.2",
"zip-webpack-plugin": "^4.0.1"
}
}