small ahh change But Format

This commit is contained in:
lda
2026-04-14 02:18:07 +07:00 Unverified
parent 458123428e
commit f52b7c18d9
12 changed files with 1409 additions and 699 deletions
+29 -26
View File
@@ -1,27 +1,30 @@
{
"name": "wakey-operator-ui",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"react": "^18.3.1",
"react-compiler-runtime": "^1.0.0",
"react-dom": "^18.3.1",
"react-router-dom": "^6.28.0"
},
"devDependencies": {
"@types/node": "^22.10.2",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.1",
"babel-plugin-react-compiler": "^1.0.0",
"typescript": "^5.6.3",
"vite": "^5.4.8"
}
}
"name": "wakey-operator-ui",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"typecheck": "tsc --noEmit",
"format": "prettier --write .",
"format:check": "prettier --check ."
},
"dependencies": {
"react": "^18.3.1",
"react-compiler-runtime": "^1.0.0",
"react-dom": "^18.3.1",
"react-router-dom": "^6.28.0"
},
"devDependencies": {
"@types/node": "^22.10.2",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.1",
"babel-plugin-react-compiler": "^1.0.0",
"prettier": "^3.8.2",
"typescript": "^5.6.3",
"vite": "^5.4.8"
}
}