next-template/package.json

69 lines
2.0 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",
"route",
"sales",
"delivery"
],
"author": "guatemala@via-asesores.com",
"license": "ISC",
"private": true,
"scripts": {
"clean": "rimraf .next && cls && yarn dev",
"dev": "next dev",
"build": "next build",
"generate": "next build && next export",
"start": "next start",
"lint": "next lint",
"lint:fix": "next lint --fix"
},
"resolutions": {
"react": "18.2.0"
},
"dependencies": {
"@headlessui/react": "^1.7.17",
"config": "^3.3.9",
"js-cookie": "^3.0.5",
"js-md5": "^0.8.3",
"next": "14.0.4",
"next-themes": "^0.2.1",
"node-forge": "^1.3.1",
"pristinejs": "^1.1.0",
"react": "^18",
"react-dom": "^18",
"react-dropzone-component": "^3.2.0",
"react-icons": "^4.12.0",
"react-simple-hook-store": "^0.0.6",
"react-toastify": "^9.1.3",
"rosetta": "^1.1.0",
"vComponents": "git+https://2bdcc0300e0ed5ac01f9dcd51368f7ac74fdb85a@git.via-asesores.com/libraries/v-components.git",
"via-ui": "git+https://2bdcc0300e0ed5ac01f9dcd51368f7ac74fdb85a@git.via-asesores.com/libraries/via-ui.git"
},
"devDependencies": {
"@types/node": "20.11.10",
"@typescript-eslint/parser": "^6.20.0",
"autoprefixer": "^10.0.1",
"eslint": "^8.56.0",
"eslint-config-next": "^14.1.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-tailwindcss": "^3.14.1",
"postcss": "^8",
"tailwindcss": "^3.3.0",
"typescript": "^5.3.3",
"via-tailwind": "git+https://2bdcc0300e0ed5ac01f9dcd51368f7ac74fdb85a@git.via-asesores.com/libraries/via-tailwind.git"
}
}