-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.39 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
{
"name": "siyuan-plugin-custom-slug",
"version": "0.4.0",
"type": "module",
"description": "I heard give me a new name, it will be easier for you to find me",
"repository": "terwer/siyuan-plugin-custom-slug",
"homepage": "https://github.com/terwer/siyuan-plugin-custom-slug",
"author": "terwer",
"license": "GPL-3.0",
"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.4",
"@terwer/eslint-config-custom": "^1.3.6",
"@tsconfig/svelte": "^5.0.0",
"@types/lodash.debounce": "^4.0.7",
"@types/node": "^20.4.8",
"fast-glob": "^3.3.1",
"glob": "^7.2.3",
"minimist": "^1.2.8",
"rollup-plugin-livereload": "^2.0.5",
"siyuan": "^0.7.9",
"stylus": "^0.59.0",
"svelte": "^4.1.2",
"ts-node": "^10.9.1",
"typescript": "^5.1.6",
"vite": "^4.4.8",
"vite-plugin-static-copy": "^0.17.0",
"vite-plugin-zip-pack": "^1.0.6"
},
"dependencies": {
"lodash": "^4.17.21",
"lodash.debounce": "^4.0.8",
"zhi-common": "^1.13.3",
"zhi-lib-base": "^0.4.4"
}
}