mirror of
https://github.com/kou029w/_.git
synced 2025-02-01 14:48:42 +00:00
29327edbf1
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 2.7.13 to 2.9.13. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v2.9.13/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
14 lines
324 B
JSON
14 lines
324 B
JSON
{
|
|
"name": "vite-ssg-example",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"devDependencies": {
|
|
"babel-preset-solid": "^1.3.2",
|
|
"vite": "^2.9.13",
|
|
"vite-plugin-solid": "^2.2.4",
|
|
"vite-plugin-ssr": "^0.3.46"
|
|
},
|
|
"scripts": {
|
|
"build": "vite build && vite build --ssr && vite-plugin-ssr prerender"
|
|
}
|
|
}
|