-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
47 lines (47 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
45
46
47
{
"private": true,
"scripts": {
"lint": "eslint --report-unused-disable-directives --max-warnings 0",
"format": "prettier --write ."
},
"workspaces": [
"lib",
"app"
],
"devDependencies": {
"@babel/preset-react": "^7.26.3",
"@eslint/js": "^9.17.0",
"@storybook/addon-essentials": "^8.1.6",
"@storybook/addon-interactions": "^8.1.6",
"@storybook/addon-links": "^8.1.6",
"@storybook/addon-onboarding": "^8.1.6",
"@storybook/blocks": "^8.1.6",
"@storybook/react": "^8.1.6",
"@storybook/react-vite": "^8.1.6",
"@storybook/test": "^8.1.6",
"@types/d3-color": "^3.1.0",
"@types/d3-drag": "^3.0.3",
"@types/d3-selection": "^3.0.6",
"@types/file-saver": "^2.0.5",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"@typescript-eslint/eslint-plugin": "^8.5.0",
"@typescript-eslint/parser": "^8.5.0",
"@vitejs/plugin-react": "^4.0.3",
"eslint": "^9.7.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.3",
"eslint-plugin-storybook": "^0.11.1",
"eslint-plugin-unicorn": "^56.0.0",
"globals": "^15.8.0",
"prettier": "^3.4.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"rimraf": "^6.0.1",
"storybook": "^8.1.6",
"typescript": "^5.2.2",
"typescript-eslint": "^8.5.0",
"vite": "^6.0.0"
}
}