-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
31 lines (31 loc) · 926 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": "@0918nobita/obsidian-zhongwen-block",
"version": "0.7.1",
"description": "An Obsidian plugin which provides code blocks with features for Chinese learners",
"license": "MIT",
"private": "true",
"type": "module",
"scripts": {
"build": "vite build",
"lint": "eslint .",
"format": "prettier --write .",
"format:check": "prettier --check ."
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "3.1.2",
"@types/node": "22.7.4",
"eslint": "9.12.0",
"eslint-plugin-svelte": "2.44.1",
"globals": "15.10.0",
"obsidian": "1.7.2",
"prettier": "3.3.3",
"prettier-plugin-svelte": "3.2.7",
"svelte-eslint-parser": "0.41.1",
"typescript": "5.5.4",
"typescript-eslint": "8.8.0",
"vite": "5.4.8"
},
"dependencies": {
"pinyin-pro": "3.25.0"
}
}