TypeScript 55.4%
Python 43.2%
SQL 1.2%
1{2 "name": "@websensor/web",3 "version": "0.1.0",4 "private": true,5 "scripts": {6 "dev": "next dev -p 8261",7 "build": "next build",8 "start": "next start -p 8261 -H 127.0.0.1",9 "lint": "eslint",10 "typecheck": "tsc --noEmit",11 "test": "vitest run --passWithNoTests"12 },13 "dependencies": {14 "@websensor/core": "workspace:*",15 "lucide-react": "^1.0.0",16 "next": "16.3.4",17 "next-themes": "^0.4.6",18 "react": "19.2.8",19 "react-dom": "19.2.8"20 },21 "devDependencies": {22 "@tailwindcss/postcss": "^4",23 "@types/node": "^24.0.0",24 "@types/react": "^19",25 "@types/react-dom": "^19",26 "eslint": "^9",27 "eslint-config-next": "16.3.4",28 "tailwindcss": "^4",29 "typescript": "^5.9.3",30 "vitest": "^3.2.0"31 }32}33