lots of stuff

This commit is contained in:
2020-09-19 01:16:43 +02:00
parent 36c5ff9a73
commit f469d78ce3
15 changed files with 351 additions and 1133 deletions

View File

@@ -2,7 +2,8 @@
"name": "ora",
"private": true,
"scripts": {
"dev": "parcel --no-hmr manifest.json src/dashboard/index.html",
"dev": "parcel watch --no-hmr manifest.json src/dashboard/index.html",
"build": "parcel build manifest.json src/dashboard/index.html",
"launch": "web-ext run -s dist"
},
"browserslist": [
@@ -10,17 +11,13 @@
"last 2 firefox versions"
],
"dependencies": {
"@amcharts/amcharts4": "^4.10.2",
"chart.js": "^2.9.3",
"dayjs": "^1.8.36",
"faker": "^5.1.0",
"google-palette": "^1.1.0",
"lodash": "^4.17.20",
"nedb": "^1.8.0",
"nedb-promises": "^4.0.4",
"spectre.css": "^0.5.9",
"tailwindcss": "^1.8.10",
"uhrwerk": "^1.0.2",
"webextension-polyfill": "^0.6.0"
},
"devDependencies": {