forked from dev-five-git/devup-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) · 1.41 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.41 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
{
"name": "devup-ui",
"private": true,
"version": "1.0.0",
"description": "devup-ui",
"type": "module",
"scripts": {
"lint": "pnpm -F @devup-ui/* lint && cargo fmt --all -- --check && cargo clippy --all-targets --all-features -- -D warnings && eslint",
"pretest": "pnpm -F @devup-ui/vite-plugin build",
"test": "cargo tarpaulin --out xml --out stdout --out html --all-targets && vitest test --coverage --run && pnpm -r test",
"build": "pnpm -F wasm build && pnpm -F @devup-ui/* -F !wasm build",
"dev": "pnpm -r dev",
"benchmark": "node benchmark.js",
"prepare": "husky"
},
"devDependencies": {
"@changesets/changelog-github": "^0.5",
"@changesets/cli": "^2.29.7",
"@devup-ui/eslint-plugin": "workspace:*",
"@devup-ui/vite-plugin": "workspace:*",
"@testing-library/jest-dom": "^6.9.0",
"@testing-library/react": "^16.3.0",
"@testing-library/user-event": "14.6.1",
"@types/node": "^24.6.1",
"@vitest/coverage-v8": "^3.2.4",
"eslint": "^9.36.0",
"eslint-plugin-devup": "^2.0.8",
"eslint-plugin-eslint-plugin": "^7.0.0",
"eslint-plugin-jsonc": "^2.20.1",
"eslint-plugin-mdx": "^3.6.2",
"globals": "^16.4.0",
"happy-dom": "^19.0.2",
"husky": "^9.1.7",
"lint-staged": "^16.2.3",
"vitest": "^3.2.4"
},
"author": "devfive",
"packageManager": "pnpm@10.17.1",
"resolutions": {
"@devup-ui/eslint-plugin": "workspace:*"
}
}