@anishpras/create-portfolio
Version:
🏗 Personal CLI to bootstrap new portfolio from the given templates.
29 lines (28 loc) • 696 B
JSON
{
"name": "create-portfolio-basic-template",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@tailwindcss/typography": "github:tailwindcss/typography",
"next": "12.0.8",
"next-themes": "^0.0.15",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-rough-notation": "^1.0.1"
},
"devDependencies": {
"@types/node": "^17.0.10",
"@types/react": "^17.0.38",
"@types/react-dom": "^17.0.11",
"autoprefixer": "^10.4.2",
"eslint": "8.7.0",
"eslint-config-next": "12.0.8",
"postcss": "^8.4.5",
"tailwindcss": "^3.0.15",
"typescript": "^4.5.5"
}
}