Files
BetterSEQTA-Plus/package.json
T
SethBurkart123 c0df82e017 fix build
2024-01-24 09:40:30 +11:00

73 lines
2.3 KiB
JSON

{
"name": "betterseqtaplus",
"version": "3.2.2",
"type": "module",
"description": "BetterSEQTA+ is a browser extension that adds features to SEQTA.",
"scripts": {
"start": "parcel watch manifest.json --host localhost --config @parcel/config-webextension",
"build": "rm -r .parcel-cache; parcel build manifest.json --config @parcel/config-webextension --no-content-hash",
"build-unix": "rm -r .parcel-cache; parcel build manifest.json --config @parcel/config-webextension --no-content-hash",
"eslint": "eslint --fix ."
},
"keywords": [],
"author": "",
"license": "MIT",
"devDependencies": {
"@parcel/config-webextension": "^2.10.3",
"@parcel/optimizer-data-url": "^2.11.0",
"@parcel/transformer-inline-string": "^2.11.0",
"@parcel/transformer-sass": "2.10.3",
"assert": "^2.0.0",
"browserify-zlib": "^0.2.0",
"crypto-browserify": "^3.12.0",
"eslint": "^8.48.0",
"eslint-config-prettier": "^9.0.0",
"eslint-webpack-plugin": "^4.0.1",
"https-browserify": "^1.0.0",
"os-browserify": "^0.3.0",
"parcel": "^2.10.3",
"path-browserify": "^1.0.0",
"prettier": "^3.2.2",
"process": "^0.11.10",
"querystring-es3": "^0.2.1",
"sass": "^1.69.5",
"sass-loader": "^13.3.2",
"stream-browserify": "^3.0.0",
"stream-http": "^3.1.0",
"style-loader": "^3.3.3",
"tty-browserify": "^0.0.1",
"url": "^0.11.0",
"util": "^0.12.3",
"yarn": "^1.22.21"
},
"dependencies": {
"@sentry/browser": "^7.85.0",
"@sentry/react": "^7.88.0",
"@sentry/webpack-plugin": "^2.10.2",
"@types/color": "^3.0.4",
"@types/dompurify": "^3.0.5",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.18",
"@types/sortablejs": "^1.15.7",
"@types/webextension-polyfill": "^0.10.7",
"autoprefixer": "^10.4.15",
"color": "^4.2.3",
"dompurify": "^3.0.6",
"framer-motion": "^10.16.16",
"install": "^0.13.0",
"localforage": "^1.10.0",
"motion": "^10.16.4",
"npm": "^10.1.0",
"postcss": "^8.4.29",
"react": "^18.2.0",
"react-best-gradient-color-picker": "^2.3.5",
"react-dom": "^18.2.0",
"react-router-dom": "^6.21.0",
"sortablejs": "^1.15.0",
"tailwindcss": "^3.3.3",
"ts-loader": "^9.5.1",
"typescript": "^5.2.2",
"webextension-polyfill": "^0.10.0"
}
}