profil-next/package.json
Hydroxycarbamide 151cb6dd3a Add tailwindcss
2022-11-21 10:50:02 +01:00

34 lines
891 B
JSON

{
"name": "profil-next",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbo",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@types/node": "18.11.9",
"@types/react": "18.0.25",
"@types/react-dom": "18.0.9",
"eslint": "8.28.0",
"eslint-config-next": "13.0.4",
"next": "13.0.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"typescript": "4.9.3"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.43.0",
"@typescript-eslint/parser": "^5.43.0",
"autoprefixer": "^10.4.13",
"eslint-config-standard-with-typescript": "^23.0.0",
"eslint-module-utils": "^2.7.4",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.5.1",
"eslint-plugin-promise": "^6.1.1",
"postcss": "^8.4.19",
"tailwindcss": "^3.2.4"
}
}