forked from tubeletter/chakra-ui-clone
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 676 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 676 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
{
"name": "chakra-ui-clone",
"private": true,
"scripts": {
"build": "turbo build",
"dev": "turbo dev",
"storybook": "turbo storybook",
"storybook:styled": "turbo run storybook --filter team-styled",
"storybook:sass": "turbo run storybook --filter team-sass",
"lint": "turbo lint",
"format": "prettier --write \"**/*.{ts,tsx,md}\""
},
"devDependencies": {
"@repo/eslint-config": "workspace:*",
"@repo/typescript-config": "workspace:*",
"stylelint": "^15.10.1",
"stylelint-config": "workspace:*",
"prettier": "^3.1.1",
"turbo": "latest"
},
"packageManager": "[email protected]",
"engines": {
"node": ">=18"
}
}