30 lines
632 B
JSON
30 lines
632 B
JSON
{
|
|
"name": "hamyan-edalat",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@next/third-parties": "^14.2.3",
|
|
"axios": "^1.6.8",
|
|
"framer-motion": "^11.0.28",
|
|
"next": "^14.2.3",
|
|
"react": "^18",
|
|
"react-dom": "^18",
|
|
"react-toastify": "^10.0.5",
|
|
"react-uuid": "^2.0.0",
|
|
"xml2js": "^0.6.2"
|
|
},
|
|
"devDependencies": {
|
|
"autoprefixer": "^10.4.19",
|
|
"eslint": "^8",
|
|
"eslint-config-next": "14.1.4",
|
|
"postcss": "^8.4.38",
|
|
"tailwindcss": "^3.4.3"
|
|
}
|
|
}
|