Init(Coore): add to repo

This commit is contained in:
2026-04-24 16:20:36 +03:30
commit 893cdcb89c
91 changed files with 13751 additions and 0 deletions

39
package.json Executable file
View File

@@ -0,0 +1,39 @@
{
"name": "dm-front",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@next/font": "^13.4.7",
"@nextui-org/react": "^2.1.12",
"autoprefixer": "10.4.14",
"axios": "^1.4.0",
"eslint": "8.43.0",
"eslint-config-next": "^13.4.9",
"framer-motion": "^12.38.0",
"i18next": "^23.5.1",
"negotiator": "^0.6.3",
"next": "^16.2.4",
"next-i18next": "^14.0.3",
"postcss": "^8.5.10",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-i18next": "^13.2.2",
"react-loader-spinner": "^5.4.5",
"react-scroll": "^1.8.9",
"react-spinners": "^0.13.8",
"sharp": "^0.32.2",
"tailwind-gradient-mask-image": "^1.0.0",
"tailwindcss": "3.3.2",
"zustand": "^4.4.1"
},
"devDependencies": {
"prettier": "^3.0.2",
"prettier-plugin-tailwindcss": "^0.5.3"
}
}