create-revo
Version:
Project setup tool for ReactJS and NextJS
35 lines • 881 B
JSON
{
"name": "{{projectName}}",
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite --port 7350",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"lenis": "^1.3.15",
"motion": "^11.15.0",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"react-router-dom": "^7.1.3",
"revoicons": "^1.3.6"
},
"devDependencies": {
"@eslint/js": "^9.18.0",
"@types/react": "^19.0.6",
"@types/react-dom": "^19.0.2",
"@vitejs/plugin-react-swc": "^3.7.2",
"autoprefixer": "^10.4.20",
"eslint": "^9.18.0",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-refresh": "^0.4.16",
"globals": "^15.14.0",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.17",
"typescript": "~5.7.2",
"typescript-eslint": "^8.20.0",
"vite": "^6.0.7"
}
}