Initial commit: sam-iot-electronics

This commit is contained in:
2026-08-26 13:19:24 +10:00
commit fb0a8f19ad
27 changed files with 3229 additions and 0 deletions

30
package.json Normal file
View File

@@ -0,0 +1,30 @@
{
"name": "iot-electronics-showcase",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite --port=3002 --host=0.0.0.0",
"build": "vite build",
"preview": "vite preview",
"clean": "rm -rf dist",
"lint": "tsc --noEmit"
},
"dependencies": {
"@tailwindcss/vite": "^4.1.14",
"@vitejs/plugin-react": "^5.0.4",
"lucide-react": "^0.546.0",
"motion": "^12.23.24",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-router-dom": "^7.13.2",
"vite": "^6.2.0"
},
"devDependencies": {
"@types/node": "^25.6.0",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"tailwindcss": "^4.1.14",
"typescript": "~5.8.2"
}
}