-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 909 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 909 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
{
"name": "@cartok/frameworks",
"private": true,
"packageManager": "pnpm@10.19.0",
"engines": {
"node": "^24.10.0",
"pnpm": "10.19.0"
},
"engineStrict": true,
"devDependencies": {
"@eslint/js": "~9.14.0",
"@types/eslint__js": "~8.42.3",
"bun": "^1.3.2",
"eslint": "~9.14.0",
"eslint-config-prettier": "~9.1.2",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.24",
"eslint-plugin-solid": "~0.14.5",
"eslint-plugin-vue": "~9.31.0",
"globals": "~15.12.0",
"turbo": "~2.3.7",
"typescript": "~5.7.3",
"typescript-eslint": "~8.14.0"
},
"scripts": {
"eslint-check": "eslint --print-config $npm_config_file | bat",
"eslint-rules": "eslint --print-config $npm_config_file | gojq '.rules | with_entries(select(.key | startswith(env.npm_config_search)))' | bat"
}
}