-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 994 Bytes
/
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
{
"private": true,
"scripts": {
"lint": "eslint --report-unused-disable-directives --max-warnings 0",
"format": "prettier --write ."
},
"workspaces": [
"lib",
"app"
],
"devDependencies": {
"@types/d3-color": "^3.1.0",
"@types/d3-drag": "^3.0.3",
"@types/d3-selection": "^3.0.6",
"@types/file-saver": "^2.0.5",
"@typescript-eslint/eslint-plugin": "^8.5.0",
"@typescript-eslint/parser": "^8.5.0",
"eslint": "^9.7.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^5.1.0-rc-e4953922-20240919",
"eslint-plugin-react-refresh": "^0.4.3",
"eslint-plugin-unicorn": "^56.0.0",
"eslint-plugin-valtio": "^0.6.3",
"globals": "^15.8.0",
"prettier": "^3.0.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"rimraf": "^6.0.1",
"typescript": "^5.2.2",
"typescript-eslint": "^8.5.0",
"vite": "^5.3.4"
}
}