-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 1.02 KB
/
package.json
File metadata and controls
35 lines (35 loc) · 1.02 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": "@prefabs.tech/react",
"version": "0.72.1",
"scripts": {
"build": "turbo run build",
"dev": "turbo run dev",
"lint": "turbo run lint",
"lint:fix": "turbo run lint:fix",
"prepare": "husky install",
"sort-package": "npx sort-package-json && turbo run sort-package",
"stylelint": "turbo run stylelint",
"stylelint:fix": "turbo run stylelint:fix",
"test": "turbo run test --parallel",
"test:ci": "turbo run test:ci --parallel",
"test:integration": "turbo run test:integration --parallel",
"test:unit": "turbo run test:unit --parallel",
"test:watch": "turbo run test:watch --parallel",
"typecheck": "turbo run typecheck"
},
"devDependencies": {
"@commitlint/cli": "19.8.1",
"@commitlint/config-conventional": "19.8.1",
"eslint": "8.57.1",
"husky": "9.1.7",
"prettier": "3.8.3",
"shipjs": "0.28.3",
"turbo": "2.9.9",
"typescript": "5.9.3"
},
"packageManager": "pnpm@10.13.1",
"engines": {
"node": ">=18",
"pnpm": ">=9"
}
}