-
-
Notifications
You must be signed in to change notification settings - Fork 28
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 916 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 916 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
{
"name": "devup-ui",
"private": true,
"version": "1.0.0",
"description": "devup-ui",
"type": "module",
"scripts": {
"lint": "pnpm -F @devup-ui/* lint",
"pretest": "pnpm -F @devup-ui/vite-plugin build",
"test": "cargo tarpaulin --out xml --out stdout --out html && vitest test --coverage --run && pnpm -r test",
"build": "pnpm -F @devup-ui/* build",
"dev": "pnpm -r dev",
"benchmark": "node benchmark.js"
},
"devDependencies": {
"eslint-plugin-devup": "^2.0.5",
"eslint": "^9.30.0",
"vitest": "^3.2.4",
"@vitest/coverage-v8": "^3.2.4",
"@changesets/cli": "^2.29.5",
"@types/node": "^24.0.7",
"happy-dom": "^18.0.1",
"@testing-library/react": "^16.3.0",
"@testing-library/jest-dom": "^6.6.3",
"@devup-ui/vite-plugin": "workspace:*"
},
"author": "devfive",
"packageManager": "pnpm@10.12.4",
"resolutions": {
"vite": "^6"
}
}