next-app-template/package.json

45 lines
1.4 KiB
JSON
Raw Permalink Normal View History

2024-04-29 14:05:36 -06:00
{
"name": "next-app-template",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"config": "^3.3.11",
"js-cookie": "^3.0.5",
"js-md5": "^0.8.3",
"next": "14.2.3",
"node-forge": "^1.3.1",
"pristinejs": "^1.1.0",
2024-04-29 14:05:36 -06:00
"react": "^18",
"react-dom": "^18",
"react-dropzone-component": "^3.2.0",
"react-simple-hook-store": "^0.0.6",
"react-toastify": "^10.0.5",
"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"
2024-04-29 14:05:36 -06:00
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^9.1.1",
"eslint-config-next": "^14.2.3",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^17.3.1",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-tailwindcss": "^3.15.1",
2024-04-29 14:05:36 -06:00
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5",
"via-tailwind": "git+https://2bdcc0300e0ed5ac01f9dcd51368f7ac74fdb85a@git.via-asesores.com/libraries/via-tailwind.git"
2024-04-29 14:05:36 -06:00
}
}