-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
42 lines (42 loc) · 1.26 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-dailynote-today",
"version": "1.7.1",
"description": "",
"main": ".src/index.js",
"keywords": [],
"author": "frostime",
"license": "GPL-3.0",
"type": "module",
"scripts": {
"make-link": "node --no-warnings ./scripts/make_dev_link.js",
"make-link-win": "powershell.exe -NoProfile -ExecutionPolicy Bypass -File ./scripts/elevate.ps1 -scriptPath ./scripts/make_dev_link.js",
"dev": "vite build --watch",
"build": "vite build",
"update-version": "node --no-warnings ./scripts/update_version.js",
"make-install": "vite build && node --no-warnings ./scripts/make_install.js"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^3.1.1",
"@tsconfig/svelte": "^5.0.4",
"@types/node": "^20.11.29",
"chrono-node": "^2.6.3",
"fast-glob": "^3.3.2",
"glob": "^7.2.3",
"js-yaml": "^4.1.0",
"minimist": "^1.2.8",
"rollup-plugin-livereload": "^2.0.5",
"sass": "^1.72.0",
"siyuan": "1.0.3",
"siyuan-plugin-cli": "^1.2.0",
"svelte": "^4.2.19",
"sy-plugin-changelog": "^0.0.7",
"ts-node": "^10.9.2",
"typescript": "^5.4.2",
"vite": "^5.2.11",
"vite-plugin-static-copy": "^1.0.5",
"vite-plugin-zip-pack": "^1.2.2"
},
"dependencies": {
"p-limit": "^5.0.0"
}
}