about summary refs log tree commit diff
path: root/users/wpcarro/website/sandbox/covid-uk/package.json
blob: 939506c8cce1225ee82c9f155a46c29cde0ea142 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "name": "covid-uk",
  "version": "1.0.0",
  "description": "",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "dependencies": {
    "chart.js": "^2.9.3",
    "tailwindcss": "^1.2.0"
  }
}