UNPKG

@wroud/vite-plugin-ssg

Version:

A Vite plugin for static site generation (SSG) with React. Renders React applications to static HTML for faster load times and improved SEO.

75 lines 1.84 kB
{ "name": "@wroud/vite-plugin-ssg", "description": "A Vite plugin for static site generation (SSG) with React. Renders React applications to static HTML for faster load times and improved SEO. ", "version": "5.3.0", "type": "module", "sideEffects": [], "exports": { ".": "./lib/ssgPlugin.js", "./*": "./lib/*.js" }, "scripts": { "ci:release": "ci release --prefix vite-plugin-ssg-v", "ci:git-tag": "ci git-tag --prefix vite-plugin-ssg-v", "ci:release-github": "ci release-github --prefix vite-plugin-ssg-v", "build": "tsc -b", "watch:tsc": "tsc -b -w", "clear": "rimraf lib", "test": "tests-runner" }, "files": [ "package.json", "LICENSE", "README.md", "CHANGELOG.md", "resolvers.js", "resolvers.d.ts", "lib", "!lib/**/*.d.ts.map", "!lib/**/*.test.js", "!lib/**/*.test.d.ts", "!lib/**/*.test.d.ts.map", "!lib/**/*.test.js.map", "!lib/tests", "!.tsbuildinfo" ], "packageManager": "yarn@4.9.1", "devDependencies": { "@types/node": "^22", "@types/react": "^19", "@types/react-dom": "^19", "@vitest/coverage-v8": "^3", "@wroud/ci": "^0", "@wroud/tests-runner": "0.0.0", "@wroud/tsconfig": "^0.0.0", "rimraf": "^6", "rollup": "^4.40.0", "typescript": "^5", "vite": "^6.3.0", "vitest": "^3" }, "dependencies": { "@wroud/vite-plugin-asset-resolver": "^0.3.0", "change-case": "^5", "magic-string": "^0", "style-to-object": "^1", "tinyglobby": "^0" }, "peerDependencies": { "react": "^19.0.0", "react-dom": "^19.0.0", "vite": "^6.3.0" }, "keywords": [ "vite", "vite-plugin", "static-site-generation", "ssg", "react", "static-rendering", "html-generation", "vite-ssg", "pre-rendering", "SEO" ] }