-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
30 lines (30 loc) · 894 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
{
"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": "5.0.3",
"eslint": "9.18.0",
"eslint-plugin-svelte": "2.46.1",
"globals": "15.14.0",
"obsidian": "1.7.2",
"prettier": "3.4.2",
"prettier-plugin-svelte": "3.3.3",
"svelte-eslint-parser": "0.43.0",
"typescript": "5.7.3",
"typescript-eslint": "8.20.0",
"vite": "6.0.7"
},
"dependencies": {
"pinyin-pro": "3.26.0"
}
}