-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1006 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
28
29
30
31
32
33
34
35
36
37
38
{
"name": "80000coding",
"version": "1.0.0",
"description": "팔만코딩경 Web Client 레포지토리 입니다.",
"main": "index.js",
"scripts": {
"build": "turbo run build",
"build:packages": "turbo run build --filter='./packages/*'",
"clean": "turbo run clean",
"clean:build": "turbo run clean:build",
"clean:deps": "turbo run clean:deps",
"dev": "turbo run dev",
"lint": "turbo run lint",
"storybook": "turbo run storybook",
"build-storybook": "turbo run build-storybook",
"prepare": "husky install"
},
"author": "",
"license": "ISC",
"workspaces": [
"packages/*",
"apps/*"
],
"devDependencies": {
"husky": "^8.0.3",
"npm-run-all": "^4.1.5",
"prettier": "^3.0.0",
"prettier-plugin-tailwindcss": "^0.4.1",
"turbo": "^1.10.12",
"typescript": "^5.1.6"
},
"dependencies": {
"@changesets/cli": "^2.26.2",
"@hookform/resolvers": "^3.3.2",
"react-hook-form": "^7.47.0",
"zod": "^3.22.4"
}
}