mirror of
https://github.com/vitejs/vite.git
synced 2024-11-22 07:09:05 +00:00
16 lines
304 B
JSON
16 lines
304 B
JSON
{
|
|
"name": "@vitejs/vite-playground",
|
|
"private": true,
|
|
"type": "module",
|
|
"version": "1.0.0",
|
|
"scripts": {
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"devDependencies": {
|
|
"convert-source-map": "^2.0.0",
|
|
"css-color-names": "^1.0.1",
|
|
"kill-port": "^1.6.1",
|
|
"node-fetch": "^3.3.1"
|
|
}
|
|
}
|