-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1.12 KB
/
package.json
File metadata and controls
36 lines (36 loc) · 1.12 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
{
"name": "softeer-develop",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "pnpm -r run build",
"dev:service": "pnpm --filter service dev",
"dev:admin": "pnpm --filter admin dev",
"build:ui": "pnpm --filter @hyoyoon/ui build",
"storybook:service": "pnpm --filter service storybook dev -p 6006",
"storybook:admin": "pnpm --filter admin storybook dev -p 6007",
"test": "pnpm -r test",
"test:service": "pnpm --filter service test",
"test:admin": "pnpm --filter admin test"
},
"keywords": [],
"author": "",
"license": "ISC",
"packageManager": "pnpm@10.7.0",
"devDependencies": {
"@types/node": "^22.13.14",
"@types/react": "^19.0.12",
"@types/react-dom": "^19.0.4",
"@typescript-eslint/eslint-plugin": "^8.28.0",
"@typescript-eslint/parser": "^8.28.0",
"@vitejs/plugin-react": "^4.3.4",
"eslint": "^9.21.0",
"eslint-config-prettier": "^10.1.1",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-react": "^7.37.4",
"eslint-plugin-react-hooks": "^5.1.0",
"prettier": "^3.5.3",
"typescript": "^5.8.2"
}
}