next-template/package.json

49 lines
1.1 KiB
JSON

{
"name": "next-template",
"version": "0.1.0",
"description": "My Next.js project",
"repository": {
"type": "git",
"url": "https://git.via-asesores.com/jmaritar/next-template"
},
"keywords": [
"operations",
"orbis",
"smart",
"route",
"sales",
"delivery"
],
"author": "guatemala@via-asesores.com",
"license": "ISC",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"generate": "next build && next export",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"next": "14.0.4",
"react": "^18",
"react-dom": "^18"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.0.1",
"eslint": "^8.56.0",
"eslint-config-next": "^14.0.4",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-n": "^16.5.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-tailwindcss": "^3.13.0",
"postcss": "^8",
"tailwindcss": "^3.3.0",
"typescript": "^5"
}
}