Files
Tapalka/CMyTapper/robucks-front/package.json

43 lines
1.1 KiB
JSON

{
"name": "clicker-front",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@next/font": "^14.2.4",
"@types/axios": "^0.14.0",
"@types/js-cookie": "^3.0.6",
"@types/react-toastify": "^4.1.0",
"@typescript-eslint/eslint-plugin": "^8.0.0",
"axios": "^1.7.2",
"bcryptjs": "^2.4.3",
"crypto-js": "^4.2.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-unused-imports": "^4.0.0",
"js-cookie": "^3.0.5",
"next": "14.2.4",
"prettier": "^3.3.3",
"react": "^18",
"react-dom": "^18",
"react-toastify": "^10.0.5",
"zustand": "^4.5.4"
},
"devDependencies": {
"@types/bcryptjs": "^2.4.6",
"@types/crypto-js": "^4.2.2",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "8",
"eslint-config-next": "14.2.4",
"typescript": "^5"
}
}