mirror of
https://github.com/kou029w/_.git
synced 2025-02-01 14:48:42 +00:00
6abdc7576d
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 2.6.10 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>
10 lines
148 B
JSON
10 lines
148 B
JSON
{
|
|
"devDependencies": {
|
|
"tailwindcss": "^2.2.17",
|
|
"vite": "^2.9.13"
|
|
},
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build"
|
|
}
|
|
}
|