mirror of
https://github.com/VickScarlet/lifeRestart.git
synced 2026-02-04 14:53:12 +08:00
Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite). Updates `vite` from 6.3.6 to 6.4.1 - [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/create-vite@6.4.1/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-version: 6.4.1 dependency-type: direct:development dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
20 lines
472 B
JSON
20 lines
472 B
JSON
{
|
|
"name": "life_restart",
|
|
"type": "module",
|
|
"main": "repl/index.js",
|
|
"version": "2.1.0",
|
|
"author": "Vick Scarlet <vick@syaro.io>",
|
|
"scripts": {
|
|
"xlsx2json": "vt transform -d public \"data/**/*.xlsx\"",
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"start": "vite preview",
|
|
"test": "vitest"
|
|
},
|
|
"devDependencies": {
|
|
"v-transform": "^2.1.1",
|
|
"vite": "^6.4.1",
|
|
"vitest": "^3.1.1"
|
|
}
|
|
}
|