ui phase 12

This commit is contained in:
hamid
2026-07-19 21:31:59 +03:30
parent 87fa4cd497
commit d33568bf31
39 changed files with 1049 additions and 247 deletions
+2 -1
View File
@@ -9,11 +9,12 @@
"format": "prettier ./ --write",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"lint:copy": "node scripts/check-copy.mjs",
"start": "next start",
"test": "jest --watch",
"test:ci": "jest --ci",
"type": "tsc --noEmit",
"check": "npm run type && npm run lint"
"check": "npm run type && npm run lint && npm run lint:copy"
},
"dependencies": {
"@emotion/cache": "^11.14.0",