forked from zuoez02/siyuan-plugin-system
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 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
{
"name": "siyuan-petal",
"version": "0.7.1",
"type": "module",
"main": "main.esm.js",
"types": "type.d.ts",
"license": "AGPL-v3",
"scripts": {
"build": "cross-env TYPE=iife vite build && cross-env TYPE=esm vite build",
"version": "node tools/version.cjs",
"dev": "vite build --watch",
"type:build": "tsc src/api.ts src/index.d.ts -d --emitDeclarationOnly --esModuleInterop --resolveJsonModule --outdir temp && node tools/bundle.cjs && rm -rf temp/",
"type:clean": "rm -rf temp/ type/"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.34.4",
"@sveltejs/vite-plugin-svelte": "^2.0.3",
"@types/node": "^18.14.1",
"@types/sanitize-filename": "^1.6.3",
"@types/semver": "^7.3.13",
"axios": "^1.3.4",
"chokidar": "^3.5.3",
"cross-env": "^7.0.3",
"dts-bundle": "^0.7.3",
"dts-gen": "^0.6.1",
"hotkeys-js": "^3.10.1",
"inversify": "^6.0.1",
"reflect-metadata": "^0.1.13",
"rome": "^12.0.0",
"sanitize-filename": "^1.6.3",
"semver": "^7.3.8",
"svelte": "^3.55.1",
"terser": "^5.16.5",
"typescript": "^5",
"vite": "^4.1.4",
"vite-plugin-css-injected-by-js": "^3.1.0",
"vite-plugin-eslint": "^1.8.1",
"vite-plugin-replace": "^0.1.1",
"zhi-log": "^1.6.1"
}
}