@gulibs/vgrove-core
Version:
VGrove CLI - A unified development tool for React applications with auto-routes and i18n
60 lines • 1.48 kB
JSON
{
"name": "@gulibs/vgrove-core",
"version": "0.0.170",
"private": false,
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"description": "VGrove CLI - A unified development tool for React applications with auto-routes and i18n",
"type": "module",
"bin": {
"vgrove": "./bin/vgrove.js"
},
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.js",
"types": "./dist/index.d.ts"
}
},
"files": [
"dist",
"bin"
],
"scripts": {
"build": "tsc && chmod +x bin/vgrove.js",
"dev": "tsc --watch",
"prepublishOnly": "npm run build"
},
"keywords": [
"vite",
"react",
"routing",
"i18n",
"cli",
"vgrove"
],
"author": "GuLibs",
"license": "MIT",
"dependencies": {
"@gulibs/vgrove-autoroutes": "^0.0.170",
"@gulibs/vgrove-i18n": "^0.0.3",
"@vitejs/plugin-react-swc": "^3.9.0",
"chalk": "^5.3.0",
"commander": "^12.1.0",
"esbuild": "^0.24.2",
"ora": "^8.1.2",
"vite": "^7.0.0"
},
"devDependencies": {
"@types/node": "^22.15.30",
"typescript": "~5.8.3"
},
"peerDependencies": {
"react": ">=18.0.0",
"react-dom": ">=18.0.0"
}
}