{ "name": "betterseqtaplus", "version": "3.2.2", "type": "module", "description": "BetterSEQTA+ is a browser extension that adds features to SEQTA.", "main": "webpack.config.js", "scripts": { "build": "vite build", "dev": "vite dev", "build-old": "webpack --config webpack.config.js --mode production && sh ./package.sh", "dev-old": "webpack --config webpack.config.js --watch --mode development", "eslint": "eslint --fix ." }, "keywords": [], "author": "", "license": "MIT", "devDependencies": { "@crxjs/vite-plugin": "latest", "copy-webpack-plugin": "^11.0.0", "css-loader": "^6.8.1", "dompurify": "^3.0.6", "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", "vite": "^5.0.10", "webextension-polyfill": "^0.10.0", "webpack": "^5.88.2", "webpack-cli": "^5.1.4" }, "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", "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" } }