-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 883 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 883 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
31
32
33
34
35
{
"name": "bubble-chart",
"version": "0.0.1",
"repository": "https://github.com/mgrabovsky/bubble-chart",
"license": "BlueOak-1.0.0",
"private": true,
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint",
"preview": "vite preview"
},
"dependencies": {
"clsx": "^2.1.1",
"d3": "^7.9.0",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"sass": "^1.99.0"
},
"devDependencies": {
"@eslint-react/eslint-plugin": "^4.2.3",
"@eslint/js": "^10.0.1",
"@types/d3": "^7.4.3",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@typescript-eslint/eslint-plugin": "^8.58.0",
"@typescript-eslint/parser": "^8.59.0",
"@vitejs/plugin-react": "^6.0.0",
"eslint": "^10.2.1",
"globals": "^17.5.0",
"prettier": "^3.8.1",
"typescript": "^6.0.3",
"vite": "^8.0.9"
}
}