-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 1.08 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
{
"private": true,
"scripts": {
"build": "turbo run build",
"dev": "turbo run dev",
"lint": "turbo run lint",
"test": "turbo run test",
"clean": "rm -r apps/web/.next",
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
"prepare": "husky install",
"publish-packages": "turbo run lint && changeset version && changeset publish",
"web:dev": "pnpm --filter web run dev",
"web:build": "pnpm --filter web run build",
"web:lint": "pnpm --filter web run lint",
"storybook": "pnpm --filter storybook run storybook",
"storybook:build": "pnpm --filter storybook run build-storybook"
},
"devDependencies": {
"@changesets/cli": "^2.26.1",
"@turbo/gen": "^1.9.7",
"autoprefixer": "^10.4.14",
"eslint": "^7.32.0",
"eslint-config-custom": "workspace:*",
"husky": "^8.0.3",
"leezer-ui": "workspace:*",
"lint-staged": "^13.2.2",
"postcss": "^8.4.24",
"prettier": "^2.5.1",
"tailwindcss": "^3.3.2",
"tailwindcss-animate": "^1.0.6",
"turbo": "latest"
},
"packageManager": "[email protected]",
"name": "leezer-ui"
}