mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 19:54:39 +00:00
77 lines
2.2 KiB
JSON
77 lines
2.2 KiB
JSON
{
|
|
"name": "betterseqtaplus",
|
|
"version": "3.2.6",
|
|
"type": "module",
|
|
"description": "Enhance SEQTA Learn's usability and aesthetics! A fork of BetterSEQTA to continue development, and incorporate a plethora of new features!",
|
|
"browserslist": "> 0.5%, last 2 versions, not dead",
|
|
"scripts": {
|
|
"dev": "vite dev",
|
|
"dev:firefox": "VITE_TARGET=firefox vite build --watch",
|
|
"build": "vite build",
|
|
"build:firefox": "VITE_TARGET=firefox vite build",
|
|
"package": "rimraf ./dist/*.map && 7z a -tzip extension.zip ./dist/*"
|
|
},
|
|
"targets": {
|
|
"prod": {
|
|
"sourceMap": {
|
|
"inline": false
|
|
}
|
|
}
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@crxjs/vite-plugin": "^2.0.0-beta.23",
|
|
"@vitejs/plugin-react-swc": "^3.6.0",
|
|
"eslint": "^8.56.0",
|
|
"parcel": "^2.11.0",
|
|
"prettier": "^3.2.5",
|
|
"process": "^0.11.10",
|
|
"sass": "^1.70.0",
|
|
"sass-loader": "^13.3.3",
|
|
"url": "^0.11.3"
|
|
},
|
|
"dependencies": {
|
|
"@codemirror/lang-less": "^6.0.2",
|
|
"@heroicons/react": "^2.1.3",
|
|
"@million/lint": "latest",
|
|
"@types/color": "^3.0.6",
|
|
"@types/dompurify": "^3.0.5",
|
|
"@types/lodash": "^4.17.4",
|
|
"@types/node": "^20.11.30",
|
|
"@types/react": "^18.2.55",
|
|
"@types/react-dom": "^18.2.19",
|
|
"@types/sortablejs": "^1.15.7",
|
|
"@types/uuid": "^9.0.8",
|
|
"@types/webextension-polyfill": "^0.10.7",
|
|
"@uiw/codemirror-extensions-color": "^4.21.25",
|
|
"@uiw/codemirror-theme-github": "^4.21.25",
|
|
"@uiw/react-codemirror": "^4.21.25",
|
|
"autoprefixer": "^10.4.17",
|
|
"classnames": "^2.5.1",
|
|
"color": "^4.2.3",
|
|
"dompurify": "^3.0.8",
|
|
"framer-motion": "^11.0.25",
|
|
"localforage": "^1.10.0",
|
|
"lodash": "^4.17.21",
|
|
"million": "latest",
|
|
"motion": "^10.17.0",
|
|
"react": "^18.2.0",
|
|
"react-best-gradient-color-picker": "3.0.5",
|
|
"react-dom": "^18.2.0",
|
|
"react-error-boundary": "^4.0.13",
|
|
"react-router-dom": "^6.22.0",
|
|
"react-toastify": "^10.0.5",
|
|
"rimraf": "^5.0.5",
|
|
"sortablejs": "^1.15.2",
|
|
"swiper": "latest",
|
|
"tailwindcss": "^3.4.1",
|
|
"ts-loader": "^9.5.1",
|
|
"typescript": "^5.3.3",
|
|
"uuid": "^9.0.1",
|
|
"vite": "^5.2.2",
|
|
"webextension-polyfill": "^0.10.0"
|
|
}
|
|
}
|