50 lines
1.1 KiB
JSON
50 lines
1.1 KiB
JSON
{
|
|
"name": "fire-exam",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev --turbopack",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint",
|
|
"prettier": "prettier --write .",
|
|
"prepare": "husky"
|
|
},
|
|
"dependencies": {
|
|
"@hookform/resolvers": "^5.1.1",
|
|
"@maskito/core": "^3.9.0",
|
|
"@maskito/phone": "^3.9.0",
|
|
"@maskito/react": "^3.9.0",
|
|
"libphonenumber-js": "^1.12.9",
|
|
"next": "15.3.2",
|
|
"nodemailer": "^7.0.3",
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.0.0",
|
|
"react-hook-form": "^7.57.0",
|
|
"react-hot-toast": "^2.5.2",
|
|
"swiper": "^11.2.8",
|
|
"zod": "^3.25.56"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/eslintrc": "^3",
|
|
"@types/node": "^20",
|
|
"@types/nodemailer": "^6.4.17",
|
|
"@types/react": "^19",
|
|
"@types/react-dom": "^19",
|
|
"clsx": "^2.1.1",
|
|
"eslint": "^9",
|
|
"eslint-config-next": "15.3.2",
|
|
"husky": "^9.1.7",
|
|
"lint-staged": "^16.1.0",
|
|
"prettier": "3.5.3",
|
|
"sass": "1.77.8",
|
|
"typescript": "^5"
|
|
},
|
|
"lint-staged": {
|
|
"*.{js,jsx,ts,tsx}": [
|
|
"prettier --write",
|
|
"eslint --fix"
|
|
]
|
|
}
|
|
}
|