-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.14 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.14 KB
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
{
"name": "siyuan-embed-interactiveSVG",
"version": "0.1.4",
"type": "module",
"description": "This is a plugin for siyuan",
"author": "",
"license": "MIT",
"homepage": "",
"repository": "",
"scripts": {
"dev": "vite build --watch",
"release": "node ./release.js",
"release:manual": "node ./release.js --mode=manual",
"release:patch": "node ./release.js --mode=patch",
"release:minor": "node ./release.js --mode=minor",
"release:major": "node ./release.js --mode=major",
"build": "vite build"
},
"devDependencies": {
"@antfu/eslint-config": "^4.8.1",
"@types/node": "^20.2.0",
"@vue/tsconfig": "^0.7.0",
"eslint": "^9.22.0",
"eslint-plugin-format": "^1.0.1",
"eslint-plugin-perfectionist": "^4.2.0",
"fast-glob": "^3.2.12",
"glob": "^11.0.1",
"minimist": "^1.2.8",
"rollup-plugin-livereload": "^2.0.5",
"sass": "^1.62.1",
"siyuan": "1.1.5",
"ts-node": "^10.9.1",
"typescript": "^5.0.4",
"vite": "^6.2.1",
"vite-plugin-static-copy": "^0.15.0",
"vite-plugin-zip-pack": "^1.0.5"
},
"pnpm": {
"overrides": {
"rollup": "4.52.5"
}
}
}