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