myheats

Live heats, scoring and leaderboard for sport events
git clone https://git.in0rdr.ch/myheats.git
Log | Files | Refs | Pull requests | README | LICENSE

package.json (925B)


      1 {
      2   "name": "myheats",
      3   "private": true,
      4   "version": "0.8.0-nightly",
      5   "type": "module",
      6   "scripts": {
      7     "dev": "vite",
      8     "build": "vite build",
      9     "lint": "eslint src --ext js,jsx --report-unused-disable-directives --max-warnings 0",
     10     "preview": "vite preview",
     11     "api": "node src/api/server.cjs"
     12   },
     13   "dependencies": {
     14     "dotenv": "^16.4.5",
     15     "jsonwebtoken": "^9.0.2",
     16     "nodemailer": "^6.9.15",
     17     "postgres": "^3.4.4",
     18     "react": "^18.3.1",
     19     "react-cookie": "^7.2.0",
     20     "react-dom": "^18.3.1",
     21     "react-router-dom": "^6.26.2",
     22     "react-select": "^5.8.1",
     23     "ws": "^8.18.0"
     24   },
     25   "devDependencies": {
     26     "@types/react": "^18.3.10",
     27     "@types/react-dom": "^18.3.0",
     28     "@vitejs/plugin-react": "^4.3.2",
     29     "eslint": "^8.57.1",
     30     "eslint-plugin-react": "^7.37.0",
     31     "eslint-plugin-react-hooks": "^4.6.2",
     32     "eslint-plugin-react-refresh": "^0.3.5",
     33     "vite": "^5.4.8"
     34   }
     35 }