generated from zxkmm/plugin-sample-vite-svelte
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.14 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
{
"name": "siyuan_online_devices_mgr",
"version": "1.1.0",
"type": "module",
"description": "Notice you when there's new devices online in SiYuan",
"repository": "https://github.com/zxkmm/siyuan_online_devices_mgr",
"homepage": "https://github.com/zxkmm/siyuan_online_devices_mgr",
"author": "zxkmm",
"license": "MIT",
"scripts": {
"make-link": "node --no-warnings ./scripts/make_dev_link.js",
"dev": "vite build --watch",
"build": "vite build",
"make-install": "vite build && node --no-warnings ./scripts/make_install.js"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^3.0.0",
"@tsconfig/svelte": "^4.0.1",
"@types/node": "^20.3.0",
"fast-glob": "^3.2.12",
"glob": "^7.2.3",
"js-yaml": "^4.1.0",
"minimist": "^1.2.8",
"rollup-plugin-livereload": "^2.0.5",
"sass": "^1.63.3",
"siyuan": "0.9.9",
"svelte": "^4.2.0",
"ts-node": "^10.9.1",
"typescript": "^5.1.3",
"vite": "^5.0.0",
"vite-plugin-static-copy": "^1.0.2",
"vite-plugin-zip-pack": "^1.0.5"
},
"dependencies": {
"@siyuan-community/siyuan-sdk": "^0.3.13",
"goeasy-lite": "2.13.2"
}
}