ora/package.json

47 lines
1.4 KiB
JSON

{
"name": "ora",
"license": "MIT",
"private": true,
"author": {
"name": "Nicco",
"email": "hi@nicco.io",
"url": "https://nicco.io"
},
"homepage": "https://github.com/cupcakearmy/ora",
"scripts": {
"clean": "rm -rf dist .cache web-ext-artifacts node_modules",
"dev": "parcel watch --no-hmr manifest.json src/dashboard/index.html",
"build": "parcel build --no-content-hash --no-source-maps --no-minify manifest.json src/dashboard/index.html",
"dist": "rm -rf dist && yarn run build && yarn pack:ff && yarn pack:crx",
"pack:crx": "crx pack ./dist -p ./crx.pem -o ora.crx",
"pack:ff": "web-ext build -s dist --overwrite-dest"
},
"browserslist": [
"last 2 chrome versions",
"last 2 firefox versions"
],
"dependencies": {
"d3": "^6.1.1",
"dayjs": "^1.8.36",
"dexie": "^3.0.2",
"faker": "^5.1.0",
"file-saver": "^2.0.2",
"joi": "^17.2.1",
"lodash": "^4.17.20",
"spectre.css": "^0.5.9",
"svelte-spa-router": "^2.2.0",
"tailwindcss": "^1.8.10",
"webextension-polyfill": "^0.6.0"
},
"devDependencies": {
"@types/firefox-webext-browser": "^78.0.1",
"@types/lodash": "^4.14.161",
"crx3": "^1.1.2",
"parcel-bundler": "^1.12.4",
"parcel-plugin-svelte": "^4.0.6",
"parcel-plugin-web-extension": "^1.6.1",
"svelte": "^3.25.1",
"web-ext": "^5.2.0"
}
}