mirror of
https://github.com/dreamstarsky/runbin.git
synced 2026-05-15 14:23:07 +00:00
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 6.3.2 to 6.4.2. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v6.4.2/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v6.4.2/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-version: 6.4.2 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
33 lines
773 B
JSON
33 lines
773 B
JSON
{
|
|
"name": "meow-paste",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@codemirror/commands": "^6.8.1",
|
|
"@codemirror/lang-cpp": "^6.0.2",
|
|
"@codemirror/state": "^6.5.2",
|
|
"@codemirror/theme-one-dark": "^6.1.2",
|
|
"@codemirror/view": "^6.36.5",
|
|
"@tailwindcss/vite": "^4.1.4",
|
|
"codemirror": "^6.0.1",
|
|
"codemirror-languageserver": "^1.12.1",
|
|
"events": "^3.3.0",
|
|
"tailwindcss": "^4.1.4",
|
|
"typescript": "^5.8.3",
|
|
"vue": "^3.5.13",
|
|
"vue-router": "^4.5.0",
|
|
"ws": "^8.18.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/events": "^3.0.3",
|
|
"@vitejs/plugin-vue": "^5.2.2",
|
|
"vite": "^6.4.2"
|
|
}
|
|
}
|