-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 965 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 965 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
36
37
38
39
{
"name": "name2tree",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint .",
"preview": "vite preview",
"clean": "node scripts/clean.js"
},
"dependencies": {
"@awesomeqr/react": "0.1.2-rc.0",
"@observablehq/plot": "^0.6.17",
"apackjs": "0.0.1",
"charmingjs": "^0.0.17",
"d3": "^7.9.0",
"gl-matrix": "^3.4.4",
"hachure-fill": "^0.5.2",
"points-on-path": "^0.2.1",
"prettier": "^3.7.1",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"react-router-dom": "^7.9.6",
"roughjs": "^4.6.6"
},
"devDependencies": {
"@eslint/js": "^9.39.1",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^4.7.0",
"eslint": "^9.39.1",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.24",
"globals": "^16.5.0",
"vite": "^6.4.1"
}
}