-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 922 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 922 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": "charts",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Lemoncode/charts.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Lemoncode/charts/issues"
},
"homepage": "https://github.com/Lemoncode/charts#readme",
"dependencies": {
"@material-ui/core": "^4.9.9",
"@material-ui/icons": "^4.9.1",
"@types/topojson-client": "^3.0.0",
"d3": "^5.16.0",
"d3-composite-projections": "^1.3.2",
"next": "^9.3.4",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"topojson-client": "^3.1.0"
},
"devDependencies": {
"@types/d3": "^5.7.2",
"@types/node": "^13.11.1",
"@types/react": "^16.9.34",
"typescript": "^3.8.3"
}
}