AskAlQuran/package.json
2025-06-24 17:38:05 +03:00

31 lines
620 B
JSON

{
"name": "askalquran.com",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"author": {
"name": "Akil Mirza",
"email": "ack.mirza@gmail.com",
"url": "https://github.com/ackmirza"
},
"license": "MIT",
"dependencies": {
"i18next": "^24.2.3",
"next": "14.2.21",
"react": "^18",
"react-dom": "^18",
"react-i18next": "^15.4.1",
"react-icons": "^5.3.0"
},
"devDependencies": {
"eslint": "^8",
"eslint-config-next": "14.2.7",
"vitest": "^2.0.5"
}
}