forked from awslabs/nx-plugin-for-aws
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
108 lines (108 loc) · 3.22 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
{
"name": "@aws/nx-plugin-source",
"version": "0.0.0",
"private": true,
"license": "Apache-2.0",
"scripts": {
"prepare": "husky || true"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"devDependencies": {
"@apidevtools/swagger-parser": "^10.1.1",
"@astrojs/react": "^4.2.1",
"@astrojs/starlight": "^0.32.4",
"@astrojs/starlight-tailwind": "^3.0.1",
"@astrojs/tailwind": "^6.0.1",
"@commitlint/cli": "^19.8.0",
"@commitlint/config-conventional": "^19.8.0",
"@hey-api/openapi-ts": "0.64.13",
"@iarna/toml": "^2.2.5",
"@nx/devkit": "~20.6.4",
"@nx/eslint": "~20.6.4",
"@nx/eslint-plugin": "~20.6.4",
"@nx/js": "~20.6.4",
"@nx/playwright": "~20.6.4",
"@nx/react": "~20.6.4",
"@nx/vite": "~20.6.4",
"@nxlv/python": "^20.12.0",
"@phenomnomnominal/tsquery": "6.1.3",
"@quantco/pnpm-licenses": "^2.2.1",
"@tailwindcss/vite": "^4.0.16",
"@tanstack/react-query": "^5.69.0",
"@testing-library/react": "^16.2.0",
"@ts-morph/bootstrap": "^0.26.1",
"@types/fs-extra": "^11.0.4",
"@types/lodash.camelcase": "^4.3.9",
"@types/lodash.clonedeepwith": "^4.5.9",
"@types/lodash.kebabcase": "4.1.9",
"@types/lodash.orderby": "^4.6.9",
"@types/lodash.snakecase": "^4.1.9",
"@types/lodash.trim": "^4.5.9",
"@types/lodash.uniqby": "^4.7.9",
"@types/node": "22.13.13",
"@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",
"@vitest/coverage-v8": "^3.0.9",
"@vitest/ui": "^3.0.9",
"astro": "^5.5.4",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"commitizen": "^4.3.1",
"cz-conventional-changelog": "^3.3.0",
"esbuild": "^0.25.1",
"eslint": "^9.23.0",
"eslint-config-prettier": "^10.1.1",
"eslint-plugin-cypress": "^4.2.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-playwright": "^2.2.0",
"eslint-plugin-react": "^7.37.4",
"eslint-plugin-react-hooks": "^5.2.0",
"exponential-backoff": "^3.1.2",
"fast-glob": "^3.3.3",
"fs-extra": "^11.3.0",
"husky": "^9.1.7",
"jsdom": "~26.0.0",
"lint-staged": "^15.5.0",
"lodash.camelcase": "^4.3.0",
"lodash.clonedeepwith": "^4.5.0",
"lodash.kebabcase": "4.1.1",
"lodash.orderby": "^4.6.0",
"lodash.snakecase": "4.1.1",
"lodash.trim": "^4.5.1",
"lodash.uniqby": "^4.7.0",
"lucide-react": "^0.484.0",
"nx": "~20.6.4",
"openapi-types": "^12.1.3",
"prettier": "^3.5.3",
"react": "19.0.0",
"react-dom": "19.0.0",
"starlight-blog": "^0.19.0",
"starlight-contributor-list": "^0.3.0",
"starlight-links-validator": "^0.14.3",
"starlight-videos": "^0.2.0",
"tailwind-merge": "^3.0.2",
"tailwindcss": "^4.0.16",
"tailwindcss-animate": "^1.0.7",
"tslib": "^2.8.1",
"tsx": "^4.19.3",
"typescript": "~5.8.2",
"verdaccio": "^6.1.0",
"vite": "^6.2.3",
"vitest": "^3.0.9"
},
"pnpm": {
"overrides": {
"cross-spawn": "^7.0.6",
"express": "4.21.2",
"nanoid": "^3.3.8"
}
}
}