-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 996 Bytes
/
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
41
{
"name": "nx-plugins-",
"version": "0.0.0",
"license": "MIT",
"scripts": {},
"private": true,
"dependencies": {
"@nx/devkit": "16.9.1",
"@nx/plugin": "^16.9.1",
"@swc/helpers": "~0.5.2",
"cdktf": "latest",
"esbuild": "^0.19.4",
"tslib": "^2.6.2"
},
"devDependencies": {
"@nx/eslint-plugin": "16.9.1",
"@nx/jest": "16.9.1",
"@nx/js": "16.9.1",
"@nx/linter": "16.9.1",
"@swc-node/register": "~1.4.2",
"@swc/cli": "~0.1.62",
"@swc/core": "~1.3.90",
"@types/jest": "^29.5.5",
"@types/node": "^20.7.2",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"constructs": "latest",
"eslint": "~8.46.0",
"eslint-config-prettier": "8.1.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"nx": "16.9.1",
"prettier": "^2.8.8",
"ts-jest": "^29.1.1",
"ts-node": "10.9.1",
"typescript": "~5.2.2"
},
"workspaces": [
"packages/*"
]
}