forked from sanguogege/solid-element-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 843 Bytes
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 843 Bytes
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": "solid-box",
"version": "0.0.0",
"private": true,
"workspaces": [
"packages/*",
"apps/*",
"tools/*"
],
"type": "module",
"scripts": {
"ready": "vp check && vp run -r test && vp run -r build",
"dev": "vp run docs#dev",
"prepare": "vp config"
},
"devDependencies": {
"@changesets/cli": "^2.31.0",
"@types/node": "^25.9.1",
"solid-js": "^1.9.14",
"typescript": "~6.0.3",
"vite": "catalog:",
"vite-plugin-dts": "^5.0.1",
"vite-plus": "catalog:"
},
"overrides": {
"vite": "catalog:"
},
"devEngines": {
"packageManager": {
"name": "bun",
"version": "1.3.14",
"onFail": "download"
}
},
"engines": {
"node": ">=22.18.0"
},
"catalog": {
"vite": "npm:@voidzero-dev/vite-plus-core@0.2.2",
"vite-plus": "0.2.2"
}
}