-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
40 lines (40 loc) · 1.2 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
{
"name": "data-river",
"private": true,
"scripts": {
"dev": "pnpm --filter client dev",
"build": "lerna run build",
"test": "lerna run test",
"lint:root": "eslint .",
"lint:remix": "eslint packages/client",
"lint:all": "npm run lint:root && npm run lint:remix",
"prepare": "husky"
},
"lint-staged": {
"**/*.{js,ts,tsx}": "eslint --fix"
},
"devDependencies": {
"@eslint/js": "^9.13.0",
"@types/lodash": "^4.17.10",
"@types/node": "^22.7.5",
"@typescript-eslint/eslint-plugin": "^8.10.0",
"@typescript-eslint/parser": "^8.10.0",
"eslint": "^9.12.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsx-a11y": "^6.10.1",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.37.1",
"husky": "^9.1.6",
"lerna": "^8.1.8",
"lint-staged": "^15.2.10",
"prettier": "^3.3.3",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.6.3"
},
"packageManager": "pnpm@9.10.0+sha512.73a29afa36a0d092ece5271de5177ecbf8318d454ecd701343131b8ebc0c1a91c487da46ab77c8e596d6acf1461e3594ced4becedf8921b074fbd8653ed7051c",
"dependencies": {
"chalk": "^5.3.0",
"tslib": "2.8.0"
}
}