-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
34 lines (34 loc) · 881 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
31
32
33
34
{
"name": "performant-corona-dashboard",
"version": "1.0.0",
"description": "",
"main": "",
"dependencies": {
"chart.js": "^3.3.2",
"chartjs-adapter-date-fns": "^1.1.0-beta.1",
"chartjs-plugin-zoom": "^1.0.1",
"chroma-js": "^2.1.1",
"date-fns": "^2.22.1",
"leaflet": "^1.7.1",
"topojson": "^3.0.2"
},
"devDependencies": {
"@snowpack/plugin-postcss": "^1.0.2",
"@types/chroma-js": "^2.1.3",
"@types/leaflet": "^1.5.17",
"@types/topojson": "^3.2.2",
"@typescript-eslint/eslint-plugin": "^4.0.1",
"@typescript-eslint/parser": "^4.0.1",
"cssnano": "^4.1.10",
"eslint": "^7.8.1",
"postcss": "^7.0.32",
"postcss-cli": "^7.1.2",
"snowpack": "^2.10.1",
"typescript": "^4.0.2"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "GPL v3"
}