-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
42 lines (42 loc) · 1.23 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
{
"name": "siyuan-plugin-importer",
"version": "1.7.0",
"type": "module",
"description": "Import from epub, docx, html etc. to siyuan-note",
"repository": "terwer/siyuan-plugin-importer",
"homepage": "https://github.com/terwer/siyuan-plugin-importer",
"author": "terwer",
"license": "MIT",
"scripts": {
"serve": "vite",
"dev": "vite build --watch",
"build": "vite build",
"start": "vite preview",
"test": "vitest --watch",
"syncVersion": "python scripts/version.py",
"parseChangelog": "python scripts/parse_changelog.py",
"prepareRelease": "pnpm syncVersion && pnpm parseChangelog",
"package": "python scripts/package.py"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^2.4.2",
"@terwer/eslint-config-custom": "^1.3.6",
"@tsconfig/svelte": "^4.0.1",
"@types/node": "^16.18.36",
"fast-glob": "^3.2.12",
"glob": "^7.2.3",
"minimist": "^1.2.8",
"rollup-plugin-livereload": "^2.0.5",
"siyuan": "^0.7.4",
"stylus": "^0.59.0",
"svelte": "^4.0.0",
"ts-node": "^10.9.1",
"vite": "^4.3.9",
"vite-plugin-static-copy": "^0.16.0",
"vitest": "^0.32.2"
},
"dependencies": {
"shorthash2": "^1.0.3",
"zhi-lib-base": "^0.4.2"
}
}