-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.06 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
36
37
38
39
40
{
"name": "pnpm-monorepo",
"version": "1.0.0",
"description": "",
"scripts": {
"test": "pnpm --filter \"./packages/**\" --filter \"./apps/**\" --parallel test",
"build": "pnpm --filter \"./apps/**\" --parallel build",
"dev": "pnpm --filter \"./apps/**\" dev",
"dev:app-a": "pnpm --filter react-app-a dev"
},
"packageManager": "pnpm@9.1.0",
"keywords": [],
"author": "",
"license": "MIT",
"devDependencies": {
"@eslint/js": "^9.2.0",
"@testing-library/jest-dom": "^6.4.5",
"@testing-library/react": "^15.0.7",
"@types/node": "^20.12.11",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^8.56.0",
"globals": "^15.2.0",
"jsdom": "^24.0.0",
"prettier": "3.2.5",
"react": "^18.3.1",
"tsconfig": "workspace:*",
"typescript": "^5.4.5",
"typescript-eslint": "^7.8.0",
"vite": "^5.2.0",
"vitest": "^1.6.0"
},
"engines": {
"node": ">=18.16.1",
"npm": "please-use-pnpm",
"yarn": "please-use-pnpm",
"pnpm": ">= 9.0.0"
}
}