-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
27 lines (27 loc) · 963 Bytes
/
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
{
"private": true,
"scripts": {
"build": "turbo run build",
"dev": "turbo run dev",
"storybook": "turbo run storybook",
"build-storybook": "turbo run build-storybook",
"lint": "turbo run lint",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,css,graphql,yaml}\"",
"format:check": "prettier --check \"**/*.{js,ts,tsx,json,css,graphql,yaml}\"",
"ci:publish": "turbo run build && changeset publish",
"ci:version": "changeset version && pnpm install --no-frozen-lockfile",
"prepare": "node -e \"try { require('husky').install() } catch (e) {if (e.code !== 'MODULE_NOT_FOUND') throw e}\""
},
"devDependencies": {
"@changesets/changelog-github": "^0.4.8",
"@changesets/cli": "^2.26.2",
"@turbo/gen": "^1.10.12",
"eslint": "^8.46.0",
"husky": "^8.0.3",
"lint-staged": "^13.2.3",
"prettier": "^2.8.8",
"turbo": "1.10.12"
},
"packageManager": "[email protected]",
"dependencies": {}
}