-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 864 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 864 Bytes
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
{
"name": "the-dev-tools",
"private": true,
"type": "module",
"dependencies": {
"@the-dev-tools/spec": "workspace:^"
},
"devDependencies": {
"@aikidosec/safe-chain": "catalog:",
"@nx/eslint": "catalog:",
"@nx/js": "catalog:",
"@nx/react": "catalog:",
"@nx/storybook": "catalog:",
"@nx/vite": "catalog:",
"@nx/web": "catalog:",
"@the-dev-tools/eslint-config": "workspace:^",
"@tsconfig/strictest": "catalog:",
"@typespec/compiler": "catalog:",
"@typespec/prettier-plugin-typespec": "catalog:",
"eslint": "catalog:",
"jiti": "catalog:",
"nx": "catalog:",
"prettier": "catalog:",
"react": "catalog:",
"swc-node": "catalog:",
"syncpack": "catalog:",
"tailwindcss": "catalog:",
"ts-node": "catalog:",
"typescript": "catalog:",
"typescript-eslint": "catalog:"
}
}