generated from frostime/plugin-sample-vite-solidjs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.13 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": "sy-bookmark-plus",
"version": "1.4.0",
"type": "module",
"description": "A more powerful bookmark",
"repository": "",
"homepage": "",
"author": "frostime",
"license": "GPL-3.0-only",
"scripts": {
"dev": "cross-env NODE_ENV=development VITE_SOURCEMAP=inline vite build --watch",
"build": "cross-env NODE_ENV=production vite build",
"build-srcmap": "cross-env NODE_ENV=production VITE_SOURCEMAP=inline vite build",
"make-install": "cross-env NODE_ENV=production vite build && node --no-warnings ./scripts/make_install.js"
},
"devDependencies": {
"@types/node": "^20.3.0",
"fast-glob": "^3.3.2",
"glob": "^10.4.1",
"js-yaml": "^4.1.0",
"minimist": "^1.2.8",
"rollup-plugin-livereload": "^2.0.5",
"sass": "^1.72.0",
"siyuan": "1.0.3",
"solid-js": "^1.8.17",
"solid-styled-jsx": "^0.27.1",
"ts-node": "^10.9.2",
"typescript": "^5.4.2",
"vite": "^5.2.13",
"vite-plugin-solid": "^2.10.2",
"vite-plugin-static-copy": "^1.0.5",
"vite-plugin-zip-pack": "^1.2.2",
"cross-env": "^7.0.3"
},
"dependencies": {
"solid-transition-group": "^0.2.3"
}
}