-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.02 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": "@lundiak/my-genealogy",
"private": true,
"version": "0.0.0",
"type": "module",
"homepage": "https://alundiak.github.io/my-genealogy/",
"scripts": {
"start": "npm run dev",
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint ./src",
"preview": "vite preview",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
},
"dependencies": {
"@nivo/core": "^0.88.0",
"@nivo/sunburst": "^0.88.0",
"d3": "^7.9.0",
"d3-cloud": "^1.2.7",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@eslint/js": "^9.18.0",
"@types/d3": "^7.4.3",
"@types/d3-cloud": "^1.2.9",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react-swc": "^3.5.0",
"eslint": "^9.18.0",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-refresh": "^0.4.18",
"gh-pages": "^6.3.0",
"globals": "^15.14.0",
"typescript": "^5.7.3",
"typescript-eslint": "^8.20.0",
"vite": "^6.0.7"
}
}