mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-05 19:24:39 +00:00
48 lines
1.3 KiB
JSON
48 lines
1.3 KiB
JSON
{
|
|
"name": "betterseqtaplus",
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"description": "BetterSEQTA+ is a browser extension that adds features to SEQTA.",
|
|
"main": "webpack.config.js",
|
|
"scripts": {
|
|
"build": "webpack --config webpack.config.js --mode production && sh ./package.sh",
|
|
"dev": "webpack --config webpack.config.js --watch --mode development",
|
|
"eslint": "eslint --fix ."
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"copy-webpack-plugin": "^11.0.0",
|
|
"css-loader": "^6.8.1",
|
|
"dompurify": "^3.0.5",
|
|
"eslint": "^8.48.0",
|
|
"eslint-config-prettier": "^9.0.0",
|
|
"eslint-webpack-plugin": "^4.0.1",
|
|
"file-loader": "^6.2.0",
|
|
"mini-css-extract-plugin": "^2.7.6",
|
|
"prettier": "3.0.2",
|
|
"sass": "^1.69.5",
|
|
"sass-loader": "^13.3.2",
|
|
"style-loader": "^3.3.3",
|
|
"webextension-polyfill": "^0.10.0",
|
|
"webpack": "^5.88.2",
|
|
"webpack-cli": "^5.1.4"
|
|
},
|
|
"dependencies": {
|
|
"@types/color": "^3.0.4",
|
|
"@types/react": "^18.2.21",
|
|
"autoprefixer": "^10.4.15",
|
|
"color": "^4.2.3",
|
|
"install": "^0.13.0",
|
|
"localforage": "^1.10.0",
|
|
"motion": "^10.16.4",
|
|
"npm": "^10.1.0",
|
|
"postcss": "^8.4.29",
|
|
"react": "^18.2.0",
|
|
"sortablejs": "^1.15.0",
|
|
"tailwindcss": "^3.3.3",
|
|
"typescript": "^5.2.2"
|
|
}
|
|
}
|