2023-12-21 09:05:21 -06:00
|
|
|
{
|
|
|
|
"name": "next-template",
|
|
|
|
"version": "0.1.0",
|
2023-12-26 15:10:21 -06:00
|
|
|
"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",
|
2023-12-21 09:05:21 -06:00
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
|
|
"dev": "next dev",
|
|
|
|
"build": "next build",
|
2023-12-26 15:10:21 -06:00
|
|
|
"generate": "next build && next export",
|
2023-12-21 09:05:21 -06:00
|
|
|
"start": "next start",
|
|
|
|
"lint": "next lint"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2023-12-26 15:10:21 -06:00
|
|
|
"next": "14.0.4",
|
2023-12-21 09:05:21 -06:00
|
|
|
"react": "^18",
|
2023-12-26 15:10:21 -06:00
|
|
|
"react-dom": "^18"
|
2023-12-21 09:05:21 -06:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@types/node": "^20",
|
|
|
|
"@types/react": "^18",
|
|
|
|
"@types/react-dom": "^18",
|
|
|
|
"autoprefixer": "^10.0.1",
|
2023-12-26 15:10:21 -06:00
|
|
|
"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",
|
2023-12-21 09:05:21 -06:00
|
|
|
"postcss": "^8",
|
|
|
|
"tailwindcss": "^3.3.0",
|
2023-12-26 15:10:21 -06:00
|
|
|
"typescript": "^5"
|
2023-12-21 09:05:21 -06:00
|
|
|
}
|
|
|
|
}
|