-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
92 lines (92 loc) · 2.58 KB
/
Copy pathpackage.json
File metadata and controls
92 lines (92 loc) · 2.58 KB
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
{
"name": "jobis",
"version": "0.0.0",
"author": {
"name": "team-return",
"email": "team-return@dsm.hs.kr"
},
"repository": {
"type": "git",
"url": "https://github.com/Team-return/JOBIS-FE-V2.git"
},
"license": "MIT",
"private": true,
"scripts": {
"dev": "nx dev",
"build": "nx build",
"build:many": "nx run-many -t build --parallel=3",
"build:affected": "nx affected -t build",
"graph": "nx run-many --target=build --graph",
"prepare": "husky",
"lint": "eslint . --cache --cache-location ./node_modules/.cache/eslint/",
"lint:fix": "eslint . --cache --cache-location ./node_modules/.cache/eslint/ --fix",
"type-check": "nx typecheck",
"type-check:all": "nx run-many -t typecheck",
"storybook": "yarn workspace @jobis/design-system storybook",
"setup": "jiti ./scripts/setup.ts",
"commit": "jiti ./scripts/commit.ts",
"commit:ai": "jiti ./scripts/ai-commit.ts",
"commits": "jiti ./scripts/commits.ts",
"doctor": "jiti ./scripts/doctor.ts"
},
"type": "module",
"workspaces": [
"apps/*",
"packages/*"
],
"dependencies": {
"@sentry/react": "9.42.0",
"react": "18.3.1",
"react-daum-postcode": "^3.2.0",
"react-dom": "18.3.1",
"react-router-dom": "6.29.0",
"zustand": "5.0.6"
},
"devDependencies": {
"@eslint/js": "9.30.1",
"@nx/js": "^22.3.3",
"@nx/react": "^22.3.3",
"@nx/vite": "^22.3.3",
"@nx/web": "^22.3.3",
"@nx/workspace": "^22.3.3",
"@sentry/cli": "2.50.2",
"@sentry/types": "9.43.0",
"@sentry/vite-plugin": "4.0.1",
"@types/jsdom": "^27",
"@types/node": "24.2.0",
"@types/prompts": "^2",
"@types/react": "18.3.1",
"@types/react-dom": "18.3.1",
"@typescript-eslint/eslint-plugin": "8.35.1",
"@typescript-eslint/parser": "8.35.1",
"@vitejs/plugin-react": "4.3.4",
"eslint": "^9.33.0",
"eslint-config-prettier": "10.1.5",
"eslint-plugin-prettier": "5.5.1",
"eslint-plugin-react": "7.37.5",
"eslint-plugin-react-hooks": "5.2.0",
"eslint-plugin-react-refresh": "0.4.7",
"execa": "9.6.0",
"globals": "16.3.0",
"husky": "9.1.7",
"jiti": "2.4.2",
"jsdom": "^27.0.0",
"nx": "^22.3.3",
"obug": "^2.1.1",
"picocolors": "1.1.1",
"playwright": "^1.57.0",
"prettier": "3.6.2",
"prompts": "2.4.2",
"tslib": "2.3.0",
"typescript": "5.8.3",
"typescript-eslint": "8.35.1",
"vite": "6.0.7",
"vite-tsconfig-paths": "^5.1.4",
"vitest": "3.1.0",
"wrangler": "4.24.3"
},
"packageManager": "yarn@4.9.2",
"engines": {
"node": ">=23.11.0"
}
}