@refastdev/create-refast-app
Version:
create-refast-app
25 lines (24 loc) • 607 B
JSON
{
"description": "{{PROJECT_NAME}}",
"main": "src/index.tsx",
"name": "{{PROJECT_NAME}}",
"private": true,
"type": "module",
"version": "0.0.0",
"dependencies": {
"@refastdev/refast": "^0.0.30"
},
"devDependencies": {
"@refastdev/refast-dev": "^0.0.30",
"@types/node": "^20.11.10",
"sass": "^1.70.0",
"typescript": "^5.3.3",
"vite": "^5.0.12"
},
"scripts": {
"build": "vite build",
"dev": "vite --force",
"preview": "vite preview",
"i18n-extract": "refast-dev --cmd i18n-extract --source-path ./src --output-path ./src/locales/en-US.json"
}
}