mirror of
https://github.com/cupcakearmy/ora.git
synced 2026-04-02 20:15:25 +00:00
lots of stuff
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user