You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
41 lines
924 B
41 lines
924 B
{
|
|
"name": "create-vite",
|
|
"version": "6.5.0",
|
|
"type": "module",
|
|
"license": "MIT",
|
|
"author": "Evan You",
|
|
"bin": {
|
|
"create-vite": "index.js",
|
|
"cva": "index.js"
|
|
},
|
|
"files": [
|
|
"index.js",
|
|
"template-*",
|
|
"dist"
|
|
],
|
|
"engines": {
|
|
"node": "^18.0.0 || ^20.0.0 || >=22.0.0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/vitejs/vite.git",
|
|
"directory": "packages/create-vite"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/vitejs/vite/issues"
|
|
},
|
|
"homepage": "https://github.com/vitejs/vite/tree/main/packages/create-vite#readme",
|
|
"funding": "https://github.com/vitejs/vite?sponsor=1",
|
|
"devDependencies": {
|
|
"@clack/prompts": "^0.10.1",
|
|
"cross-spawn": "^7.0.6",
|
|
"mri": "^1.2.0",
|
|
"picocolors": "^1.1.1",
|
|
"unbuild": "^3.5.0"
|
|
},
|
|
"scripts": {
|
|
"dev": "unbuild --stub",
|
|
"build": "unbuild",
|
|
"typecheck": "tsc --noEmit"
|
|
}
|
|
} |