mirror of
https://github.com/cupcakearmy/ora.git
synced 2024-12-21 23:56:31 +00:00
52 lines
1.3 KiB
JSON
52 lines
1.3 KiB
JSON
{
|
|
"name": "ora",
|
|
"license": "MIT",
|
|
"private": true,
|
|
"author": {
|
|
"name": "Niccolo Borgioli",
|
|
"email": "hi@nicco.io",
|
|
"url": "https://nicco.io"
|
|
},
|
|
"homepage": "https://github.com/cupcakearmy/ora",
|
|
"scripts": {
|
|
"clean": "rm -rf dist .parcel-cache web-ext-artifacts ora.zip",
|
|
"dev": "parcel watch --target dev --no-hmr ./manifest.json",
|
|
"build": "parcel build --target prod ./manifest.json",
|
|
"dist": "run-s clean build pack:*",
|
|
"pack:zip": "zip -r ./ora.zip dist/prod/*",
|
|
"pack:ff": "web-ext build -s dist/prod --overwrite-dest"
|
|
},
|
|
"targets": {
|
|
"dev": {
|
|
"sourceMap": {
|
|
"inline": true,
|
|
"inlineSources": true
|
|
}
|
|
},
|
|
"prod": {}
|
|
},
|
|
"dependencies": {
|
|
"d3": "^6.7.0",
|
|
"dayjs": "^1.10.7",
|
|
"dexie": "^3.2.0",
|
|
"faker": "5.5.2",
|
|
"file-saver": "^2.0.5",
|
|
"joi": "^17.4.2",
|
|
"lodash": "^4.17.21",
|
|
"spectre.css": "^0.5.9",
|
|
"svelte-spa-router": "^3.2.0",
|
|
"tailwindcss": "^1.9.6",
|
|
"webextension-polyfill": "^0.8.0"
|
|
},
|
|
"devDependencies": {
|
|
"@parcel/config-webextension": "^2.0.1",
|
|
"@parcel/core": "^2.0.1",
|
|
"@types/lodash": "^4.14.177",
|
|
"npm-run-all": "^4.1.5",
|
|
"parcel": "^2.0.1",
|
|
"parcel-transformer-svelte": "^1.2.3",
|
|
"svelte": "^3.44.2",
|
|
"web-ext": "^6.5.0"
|
|
}
|
|
}
|