-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 1 KB
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 1 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
{
"name": "multimeter-workspace",
"private": true,
"version": "0.0.0",
"type": "module",
"packageManager": "pnpm@9.15.9",
"prettier": "@mbtech-nl/prettier-config",
"scripts": {
"dev": "pnpm --filter web dev",
"build": "pnpm -r build",
"preview": "pnpm --filter web preview",
"typecheck": "pnpm -r typecheck",
"test": "vitest run",
"coverage": "vitest run --coverage",
"lint": "eslint .",
"format": "prettier --write .",
"format:check": "prettier --check .",
"screenshots": "node tools/screenshots/capture.mjs"
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"@mbtech-nl/prettier-config": "^1.1.0",
"@mbtech-nl/tsconfig": "^1.1.0",
"@vitest/coverage-v8": "^4.1.8",
"eslint": "^10.4.1",
"eslint-plugin-react-hooks": "^7.1.1",
"eslint-plugin-react-refresh": "^0.5.2",
"globals": "^17.6.0",
"playwright": "^1.61.0",
"prettier": "^3.8.3",
"typescript": "^5.7.0",
"typescript-eslint": "^8.60.1",
"vitest": "^4.1.8"
}
}