generated from sindresorhus/node-module-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.38 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
{
"name": "react-modal-project",
"packageManager": "pnpm@9.7.1",
"type": "module",
"scripts": {
"clean": "run-p clean:*",
"clean:build": "turbo run clean:build; rm -rf .turbo",
"clean:node_modules": "turbo run clean:node_modules; rimraf node_modules",
"lint": "run-p lint:*",
"lint:eslint": "eslint --cache --cache-location ./node_modules/.cache/eslint .",
"lint:prettier": "prettier --cache --check .",
"prepare": "is-ci || husky"
},
"devDependencies": {
"@action-validator/cli": "^0.6.0",
"@action-validator/core": "^0.6.0",
"@eslint/compat": "^1.2.2",
"@types/eslint-plugin-jsx-a11y": "^6.9.0",
"@types/is-ci": "^3.0.4",
"@types/node": "^22.9.0",
"@types/react": "^18.3.12",
"concurrently": "^9.1.0",
"eslint": "^9.14.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-turbo": "^2.2.3",
"globals": "^15.12.0",
"husky": "^9.1.6",
"is-ci": "^3.0.1",
"lint-staged": "^15.2.10",
"npm-run-all": "^4.1.5",
"pkg-dir": "^8.0.0",
"prettier": "^3.3.3",
"react": "^18.3.1",
"rimraf": "^6.0.1",
"turbo": "^2.2.3",
"typescript": "^5.6.3",
"typescript-eslint": "^8.14.0"
}
}