@rapidload/page-optimizer
Version:
Helps you get better page speed scores by analyzing and providing optimal actions (for Wordpress)
168 lines (167 loc) • 5.31 kB
JSON
{
"name": "@rapidload/page-optimizer",
"version": "1.4.1",
"description": "Helps you get better page speed scores by analyzing and providing optimal actions (for Wordpress)",
"homepage": "https://rapidload.io/",
"repository": {
"type": "git",
"url": "git+https://github.com/shakee93/autoptimize-unusedcss.git"
},
"author": "RapidLoad Team <hello@rapidload.io>",
"license": "MIT",
"bugs": {
"url": "https://github.com/shakee93/autoptimize-unusedcss/issues"
},
"keywords": [
"rapidload",
"wordpress",
"page-speed",
"speed",
"wordpress-page-speed",
"google-page-speed"
],
"browserslist": [
">0.5%",
"not dead",
"not IE 11"
],
"engines": {
"node": ">=14",
"yarn": ">=1.22.5"
},
"scripts": {
"dev": "vite",
"build": "node ./build.js",
"test": "jest",
"preview": "vite preview",
"prepare": "tw-patch",
"version": "npm run build",
"release:beta": "npm version prerelease --preid=beta",
"release:patch": "npm version patch",
"publish:beta": "npm publish --tag beta"
},
"dependencies": {
"@ai-sdk/openai": "^1.0.5",
"@bugsnag/browser-performance": "^2.7.1",
"@bugsnag/js": "^7.25.0",
"@bugsnag/plugin-react": "^7.25.0",
"@fontsource-variable/inter": "^5.0.19",
"@headlessui/react": "^2.1.2",
"@heroicons/react": "^2.1.5",
"@radix-ui/react-accordion": "^1.2.2",
"@radix-ui/react-alert-dialog": "^1.1.1",
"@radix-ui/react-avatar": "^1.1.0",
"@radix-ui/react-checkbox": "^1.1.1",
"@radix-ui/react-collapsible": "^1.1.2",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-dropdown-menu": "^2.1.1",
"@radix-ui/react-focus-scope": "^1.1.0",
"@radix-ui/react-hover-card": "^1.1.1",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-popover": "^1.1.1",
"@radix-ui/react-radio-group": "^1.2.0",
"@radix-ui/react-scroll-area": "^1.1.0",
"@radix-ui/react-select": "^2.1.1",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-switch": "^1.1.0",
"@radix-ui/react-toast": "^1.2.1",
"@radix-ui/react-toggle-group": "^1.1.0",
"@radix-ui/react-tooltip": "^1.1.2",
"@reactour/tour": "^3.7.0",
"@reduxjs/toolkit": "^2.2.7",
"@tailwindcss/typography": "^0.5.16",
"@tanstack/react-table": "^8.19.3",
"@types/react-redux": "^7.1.33",
"@wordpress/dom-ready": "^4.4.0",
"ai": "^4.1.17",
"axios": "^1.7.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"compare-versions": "^6.1.1",
"date-fns": "^3.6.0",
"dompurify": "^3.1.6",
"dotenv": "^16.4.5",
"fast-deep-equal": "^3.1.3",
"focus-lock": "^1.3.5",
"fontfaceobserver": "^2.3.0",
"framer-motion": "^11.3.19",
"html2canvas": "^1.4.1",
"immer": "^10.1.1",
"lodash": "^4.17.21",
"lottie-react": "^2.4.0",
"lucide-react": "^0.417.0",
"pretty-bytes": "^6.1.1",
"pretty-ms": "^8.0.0",
"prism-react-renderer": "^2.3.1",
"react": "^18.3.1",
"react-chartjs-2": "^5.2.0",
"react-circular-progressbar": "^2.1.0",
"react-confetti": "^6.1.0",
"react-dom": "^18.3.1",
"react-error-boundary": "^4.0.13",
"react-focus-lock": "^2.12.1",
"react-intersection-observer": "^9.13.0",
"react-is": "^18.3.1",
"react-json-view-lite": "^1.4.0",
"react-markdown": "^9.0.1",
"react-redux": "^8.1.1",
"react-router-dom": "^6.26.2",
"react-screen-capture": "^1.1.1",
"react-select": "^5.8.0",
"redux": "^4.2.1",
"redux-devtools-extension": "^2.13.9",
"redux-thunk": "^2.4.2",
"reselect": "^5.1.1",
"semver-compare": "^1.0.0",
"tailwind-merge": "^2.4.0",
"tailwindcss-animate": "^1.0.7",
"tinycolor2": "^1.6.0",
"underscore": "^1.13.7",
"uuid": "^10.0.0",
"webfontloader": "^1.6.28"
},
"devDependencies": {
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@tailwindcss/forms": "^0.5.7",
"@testing-library/jest-dom": "^6.4.8",
"@testing-library/react": "^16.0.0",
"@types/dompurify": "^3.0.5",
"@types/fontfaceobserver": "^2.1.3",
"@types/jest": "^29.5.12",
"@types/lodash": "^4.17.7",
"@types/node": "^22.0.0",
"@types/react": "^18.3.3",
"@types/react-is": "^18.3.0",
"@types/semver-compare": "^1.0.3",
"@types/tinycolor2": "^1.4.6",
"@types/underscore": "^1.11.15",
"@types/webfontloader": "^1.6.38",
"@typescript-eslint/eslint-plugin": "5.48.1",
"@typescript-eslint/parser": "5.48.1",
"@vitejs/plugin-react": "^4.3.1",
"autoprefixer": "^10.4.19",
"cross-env": "^7.0.3",
"esbuild": "^0.23.0",
"eslint": "8.31.0",
"eslint-plugin-import": "2.27.4",
"eslint-plugin-react": "7.32.0",
"eslint-plugin-react-hooks": "4.6.0",
"husky": "^9.1.4",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"lint-staged": "^15.2.7",
"postcss": "^8.4.40",
"prettier": "^3.3.3",
"tailwindcss": "^3.4.7",
"tailwindcss-patch": "^4.0.0",
"ts-jest": "^29.2.3",
"typescript": "^5.5.4",
"unplugin-tailwindcss-mangle": "^3.0.1",
"vite": "^5.3.5",
"vite-plugin-dynamic-base": "^1.1.0"
},
"main": "dist/assets/index.js"
}