-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.64 KB
/
package.json
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
{
"private": true,
"type": "module",
"scripts": {
"submodules": "pnpm dlx tsx submodules",
"postinstall": "pnpm dlx husky install",
"build": "cross-env NODE_OPTIONS=--max-old-space-size=16384 pnpm --filter \"./packages/*\" build",
"build:examples": "cross-env NODE_OPTIONS=--max-old-space-size=16384 pnpm --filter \"./examples/*\" --parallel build",
"check": "pnpm run commit-check && pnpm run build && pnpm --filter \"./packages/*\" --parallel run \"/^(test|lint|type-check)/\"",
"test": "cross-env NODE_OPTIONS=--max-old-space-size=16384 pnpm --filter \"./packages/*\" --parallel test",
"e2e": "cross-env NODE_OPTIONS=--max-old-space-size=16384 pnpm --filter \"./packages/*\" --parallel e2e",
"lint": "cross-env NODE_OPTIONS=--max-old-space-size=16384 pnpm --filter \"./packages/*\" --parallel lint",
"type-check": "cross-env NODE_OPTIONS=--max-old-space-size=16384 pnpm --filter \"./packages/*\" --parallel type-check",
"commit-check": "commitlint --from=HEAD~1 --verbose"
},
"engines": {
"node": "^20"
},
"repository": {
"type": "git",
"url": "https://github.com/master-co/ui.git"
},
"dependencies": {
"@master/css": "^2.0.0-rc.44",
"@master/eslint-config-css": "^2.0.0-rc.44",
"@techor/repo": "^3.0.22",
"cross-env": "^7.0.3",
"techor": "^3.0.22",
"tsx": "^4.7.1",
"vite-tsconfig-paths": "^4.3.2",
"vitest": "^1.6.0"
},
"devDependencies": {
"@master/ui": "workspace:^",
"@master/ui.react": "workspace:^",
"internal": "workspace:^"
}
}