-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.35 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
{
"name": "workspace",
"private": true,
"version": "0.0.0",
"description": "do-ob workspace for configurations",
"scripts": {
"build": "pnpm pnpm build:vite-lib-config && pnpm build:eslint-config",
"build:vite-lib-config": "pnpm --filter './packages/vite-lib-config' build",
"build:eslint-config": "pnpm --filter './packages/eslint-config' build",
"lint": "echo \"Info: no linting specified\"",
"test": "echo \"Info: no tests specified\""
},
"keywords": [],
"author": "",
"license": "MIT",
"devDependencies": {
"@do-ob/eslint-config": "workspace:*",
"@do-ob/ts-config": "workspace:*",
"@do-ob/vite-lib-config": "workspace:*",
"@eslint/compat": "^1.1.0",
"@types/eslint": "^8.56.10",
"@types/eslint__js": "^8.42.3",
"@types/node": "^20.12.12",
"eslint": "^9.2.0",
"eslint-plugin-react": "^7.34.3",
"eslint-plugin-react-compiler": "0.0.0-experimental-51a85ea-20240601",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-tailwindcss": "^3.17.3",
"globals": "^15.3.0",
"typescript": "^5.4.5",
"vite": "^5.2.11",
"vite-plugin-dts": "^3.9.1",
"vite-tsconfig-paths": "^4.3.2",
"vitest": "^1.6.0"
},
"packageManager": "[email protected]+sha512.98a80fd11c2e7096747762304106432b3ddc67dcf54b5a8c01c93f68a2cd5e05e6821849522a06fb76284d41a2660d5e334f2ee3bbf29183bf2e739b1dafa771"
}