-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
41 lines (41 loc) · 1.21 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
{
"name": "aws-examples",
"version": "0.0.1",
"license": "MIT",
"private": true,
"scripts": {
"build": "pnpm -r build",
"prebuild": "pnpm -r install",
"lint": "pnpm -r --if-present lint",
"lint-fix": "pnpm -r --if-present lint-fix"
},
"engines": {
"npm": "use pnpm please!",
"yarn": "use pnpm please!",
"pnpm": ">=8.7.4",
"node": ">=18.0.0"
},
"devDependencies": {
"@graphql-eslint/eslint-plugin": "^4.3.0",
"eslint": "^9.18.0",
"eslint-config-import": "^0.13.0",
"eslint-config-next": "^14.2.23",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.7.0",
"eslint-plugin-flowtype": "^8.0.3",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jest": "^27.9.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.37.4",
"eslint-plugin-react-hooks": "^4.6.2",
"prettier": "^3.4.2",
"typescript-eslint": "^7.18.0"
},
"pnpm": {
"overrides": {
"ws": ">=8.17.1"
}
},
"packageManager": "pnpm@9.15.4+sha512.b2dc20e2fc72b3e18848459b37359a32064663e5627a51e4c74b2c29dd8e8e0491483c3abb40789cfd578bf362fb6ba8261b05f0387d76792ed6e23ea3b1b6a0"
}