-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 850 Bytes
/
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
{
"name": "simple-d3-component",
"version": "0.1.0",
"keywords": ["d3", "react", "typescript", "component", "visualization"],
"description": "An open-source package designed to simplify the creation of D3 components in React.",
"main": "src/index.ts",
"files": ["src/**/*"],
"author": {
"name": "Enzo Morata",
"email": "[email protected]",
"url": "https://enzomorata.github.io/"
},
"license": "MIT",
"private": false,
"homepage": "https://github.com/EnzoMorata/simple-d3-component",
"repository": {
"type": "git",
"url": "https://github.com/EnzoMorata/simple-d3-component"
},
"dependencies": {
"d3": "^7.9.0",
"react": "^18.3.1"
},
"devDependencies": {
"@tsconfig/recommended": "^1.0.7",
"@types/d3": "^7.4.3",
"@types/react": "^18.3.3",
"typescript": "^5.5.3"
}
}