Silly task tracker to track silly things for silly friend
silly.bwc9876.dev
1{
2 "name": "silly-tracker",
3 "version": "0.0.0",
4 "private": true,
5 "type": "module",
6 "scripts": {
7 "dev": "vite",
8 "build": "tsc -b && vite build",
9 "lint": "tsc && oxlint",
10 "format": "oxfmt",
11 "preview": "vite preview"
12 },
13 "dependencies": {
14 "react": "^19.2.0",
15 "react-dom": "^19.2.0"
16 },
17 "devDependencies": {
18 "@types/node": "^24.10.1",
19 "@types/react": "^19.2.7",
20 "@types/react-dom": "^19.2.3",
21 "@vitejs/plugin-react": "^5.1.1",
22 "babel-plugin-react-compiler": "^1.0.0",
23 "browserlist": "^1.0.2",
24 "globals": "^16.5.0",
25 "lightningcss": "^1.31.1",
26 "oxfmt": "^0.36.0",
27 "oxlint": "^1.51.0",
28 "typescript": "~5.9.3",
29 "vite": "^7.3.1"
30 }
31}