-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 931 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 931 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
32
33
34
35
36
37
{
"name": "halstack-react",
"private": true,
"scripts": {
"build": "turbo build",
"dev": "turbo dev",
"format": "prettier --write .",
"lint": "turbo lint --",
"storybook": "turbo storybook",
"test-storybook": "turbo test-storybook",
"test": "turbo test",
"test:accessibility": "turbo test:accessibility",
"prepare": "husky",
"test:watch": "turbo test:watch"
},
"devDependencies": {
"@chromatic-com/storybook": "^4.1.1",
"@storybook/addon-a11y": "^9.1.10",
"@storybook/addon-links": "^9.1.10",
"@types/color": "^4.2.0",
"husky": "^9.0.11",
"identity-obj-proxy": "^3.0.0",
"lint-staged": "^15.2.7",
"prettier": "^3.2.5",
"storybook-addon-pseudo-states": "^9.1.10",
"turbo": "^2.0.4",
"typescript": "^5.6.3"
},
"engines": {
"node": ">=18"
},
"packageManager": "npm@9.8.1",
"workspaces": [
"apps/*",
"packages/*"
]
}