diff options
Diffstat (limited to 'users/wpcarro/website/sandbox/covid-uk/package.json')
-rw-r--r-- | users/wpcarro/website/sandbox/covid-uk/package.json | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/users/wpcarro/website/sandbox/covid-uk/package.json b/users/wpcarro/website/sandbox/covid-uk/package.json new file mode 100644 index 000000000000..939506c8cce1 --- /dev/null +++ b/users/wpcarro/website/sandbox/covid-uk/package.json @@ -0,0 +1,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" + } +} |