ignore folder

This commit is contained in:
2026-04-21 06:30:48 +07:00
commit ca00b36f19
70 changed files with 3871 additions and 0 deletions

27
package.json Normal file
View File

@ -0,0 +1,27 @@
{
"name": "utms-ng-frontend",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"axios": "^1.7.7",
"next": "^14.2.5",
"react": "18.3.1",
"react-dom": "18.3.1",
"zustand": "^5.0.3",
"@tabler/icons-react": "^3.28.0",
"@tabler/core": "^1.0.0-beta19"
},
"devDependencies": {
"typescript": "^5.5.4",
"@types/node": "^20.14.12",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.1"
}
}