This commit is contained in:
2025-03-14 15:58:39 +07:00
commit abf8ab2c53
58 changed files with 11970 additions and 0 deletions

31
package.json Normal file
View File

@@ -0,0 +1,31 @@
{
"name": "hurasoft",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.7.2",
"@types/next": "^9.0.0",
"date-fns": "^4.1.0",
"next": "^15.2.2",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"swiper": "^11.2.5"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "15.2.2",
"tailwindcss": "^4",
"typescript": "^5"
}
}