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
28 lines (28 loc) · 664 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 664 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
{
"name": "solid-box",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"ready": "vp check && vp run -r test && vp run -r build",
"dev": "vp run docs#dev",
"prepare": "vp config",
"test": "vp test"
},
"devDependencies": {
"@changesets/cli": "^3.0.0",
"vite": "catalog:",
"vite-plugin-console-pipe": "^2.1.0",
"vite-plus": "catalog:"
},
"engines": {
"node": ">=22.18.0"
},
"devEngines": {
"packageManager": {
"name": "pnpm",
"version": "11.22.0",
"onFail": "download"
}
}
}