-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 733 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 733 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
{
"name": "ph-treemap",
"version": "1.0.0",
"license": "MIT",
"scripts": {
"start": "vite serve",
"lint": "eslint src --ext ts --config .eslintrc.json"
},
"dependencies": {
"@types/d3": "^7.4.3",
"d3": "^7.9.0",
"d3-dsv": "3.0.1"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^7.3.1",
"@typescript-eslint/parser": "^7.3.1",
"eslint": "^8.57.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-import-helpers": "^1.3.1",
"eslint-plugin-isaacscript": "^3.12.2",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-unicorn": "^51.0.1",
"prettier": "^3.2.5",
"typescript": "^5.4.2",
"typescript-eslint": "^7.3.1",
"vite": "^5.1.6"
}
}