51 lines
1.2 KiB
JSON
51 lines
1.2 KiB
JSON
{
|
|
"name": "vite-prerender-plugin",
|
|
"version": "0.5.10",
|
|
"type": "module",
|
|
"types": "./src/index.d.ts",
|
|
"exports": {
|
|
".": "./src/index.js",
|
|
"./parse": "./src/parse.js"
|
|
},
|
|
"authors": "The Preact Authors (https://preactjs.com)",
|
|
"license": "MIT",
|
|
"description": "A Vite plugin for prerendering apps to HTML at build time",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/preactjs/vite-prerender-plugin.git"
|
|
},
|
|
"files": [
|
|
"src",
|
|
"LICENSE",
|
|
"package.json",
|
|
"README.md"
|
|
],
|
|
"scripts": {
|
|
"prepublishOnly": "pnpm test",
|
|
"test": "uvu tests '.test.js'",
|
|
"format": "prettier --write --ignore-path .gitignore ."
|
|
},
|
|
"peerDependencies": {
|
|
"vite": "5.x || 6.x"
|
|
},
|
|
"dependencies": {
|
|
"kolorist": "^1.8.0",
|
|
"magic-string": "0.x >= 0.26.0",
|
|
"node-html-parser": "^6.1.12",
|
|
"simple-code-frame": "^1.3.0",
|
|
"source-map": "^0.7.4",
|
|
"stack-trace": "^1.0.0-pre2"
|
|
},
|
|
"devDependencies": {
|
|
"@cloudflare/vite-plugin": "^1.0.8",
|
|
"@types/node": "^20.11.16",
|
|
"dedent": "^1.5.3",
|
|
"prettier": "^2.8.8",
|
|
"prettier-config-rschristian": "^0.1.1",
|
|
"tmp-promise": "^3.0.3",
|
|
"uvu": "^0.5.6",
|
|
"vite": "^6.3.1"
|
|
},
|
|
"prettier": "prettier-config-rschristian"
|
|
}
|