generated from obsidianmd/obsidian-sample-plugin
-
Notifications
You must be signed in to change notification settings - Fork 72
/
Copy pathpackage.json
50 lines (50 loc) · 1.38 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
{
"name": "obsidian-weread-plugin",
"version": "0.11.2",
"description": "This is a community plugin for tencent weread (https://r.qq.com)",
"main": "main.ts",
"scripts": {
"clean": "rimraf dist main.js",
"build": "svelte-check && npm run lint && webpack",
"dev": "NODE_ENV=development webpack && ./sync.sh",
"lint": "eslint . --ext .ts --fix"
},
"keywords": [],
"author": "",
"license": "MIT",
"devDependencies": {
"@types/node": "^16.11.35",
"@types/nunjucks": "^3.2.1",
"@typescript-eslint/eslint-plugin": "^5.2.0",
"@typescript-eslint/parser": "^5.2.0",
"builtin-modules": "^3.2.0",
"copy-webpack-plugin": "^10.2.4",
"css-loader": "^6.8.1",
"esbuild": "0.13.12",
"esbuild-css-modules-plugin": "^3.1.0",
"eslint": "^8.19.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"obsidian": "^1.4.11",
"style-loader": "^3.3.3",
"svelte-check": "^2.7.0",
"svelte-preprocess": "^4.10.6",
"ts-loader": "^9.3.0",
"tslib": "2.3.1",
"typescript": "^4.4.4",
"webpack": "^5.72.0",
"webpack-cli": "^4.9.2"
},
"dependencies": {
"@types/crypto-js": "^4.1.2",
"@types/lodash.pickby": "^4.6.7",
"@types/set-cookie-parser": "^2.4.2",
"crypto-js": "^4.1.1",
"electron": "^31.3.1",
"lodash.pickby": "^4.6.0",
"node-html-markdown": "^1.2.0",
"nunjucks": "^3.2.3",
"sanitize-filename": "^1.6.3",
"set-cookie-parser": "^2.5.0"
}
}