-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 830 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 830 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
{
"name": "eventjet-seatmaps",
"private": true,
"license": "MIT",
"author": {
"name": "Rudolph Gottesheim",
"email": "r.gottesheim@loot.at"
},
"type": "module",
"scripts": {
"build": "pnpm -r build",
"ch": "pnpm lint && pnpm typecheck && pnpm test && pnpm format:check && pnpm knip",
"clean": "pnpm -r clean",
"format": "pnpm -r format",
"format:check": "pnpm -r format:check",
"knip": "knip",
"lint": "pnpm -r lint",
"prepare": "husky",
"storybook": "pnpm --filter @eventjet/react-seatmaps storybook",
"test": "pnpm -r test",
"typecheck": "pnpm -r typecheck"
},
"devDependencies": {
"@playwright/test": "^1.58.1",
"husky": "^9.0.0",
"knip": "^6.0.0",
"lint-staged": "^16.4.0",
"prettier": "^3.4.0",
"sort-package-json": "^3.6.1"
}
}