-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.58 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
{
"name": "sy-query-view",
"version": "1.0.2",
"type": "module",
"description": "This is a sample plugin based on vite and svelte for Siyuan (https://b3log.org/siyuan). Created with siyuan-plugin-cli v2.4.5.",
"repository": "https://github.com/frostime/sy-query-view",
"homepage": "",
"author": "frostime",
"license": "MIT",
"scripts": {
"dev": "npm run export-types && npm run vite:dev",
"build": "npm run export-types && npm run vite:build",
"vite:dev": "cross-env NODE_ENV=development VITE_SOURCEMAP=inline vite build --watch",
"vite:build": "cross-env NODE_ENV=production vite build",
"vite:build-no-minify": "cross-env NODE_ENV=production NO_MINIFY=true vite build",
"make-link": "npx make-link-win",
"update-version": "npx update-version",
"make-install": "pnpm run vite:build-no-minify && npx make-install",
"auto-i18n": "i18n extract && i18n translate && i18n export",
"export-types": "node scripts/export-types.js",
"git-tag": "node scripts/git-tag.js"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^3.1.0",
"@tsconfig/svelte": "^4.0.1",
"@types/node": "^20.3.0",
"cross-env": "^7.0.3",
"fast-glob": "^3.2.12",
"glob": "^10.0.0",
"js-yaml": "^4.1.0",
"marked": "^15.0.3",
"minimist": "^1.2.8",
"rollup-plugin-livereload": "^2.0.5",
"sass": "^1.63.3",
"siyuan": "1.0.7",
"svelte": "^4.2.19",
"ts-morph": "^24.0.0",
"ts-node": "^10.9.2",
"typescript": "^5.1.3",
"vite": "^5.2.9",
"vite-plugin-static-copy": "^1.0.2",
"vite-plugin-zip-pack": "^1.0.5"
}
}