spb/airiskindex Public
The most methodologically rigorous, fully transparent AI job-exposure index.
TypeScript 88%
Python 6.1%
SQL 2.7%
CSS 1.2%
JavaScript 0.9%
Shell 0.8%
1{2 "name": "@airiskindex/web",3 "version": "0.0.0",4 "private": true,5 "scripts": {6 "dev": "next dev",7 "build": "next build",8 "start": "next start",9 "typecheck": "tsc --noEmit"10 },11 "dependencies": {12 "@airiskindex/db": "workspace:*",13 "@airiskindex/scoring": "workspace:*",14 "@airiskindex/ui": "workspace:*",15 "next": "^14.2.5",16 "react": "^18.3.1",17 "react-dom": "^18.3.1"18 },19 "devDependencies": {20 "@types/node": "^20.14.11",21 "@types/react": "^18.3.3",22 "@types/react-dom": "^18.3.0",23 "autoprefixer": "^10.4.19",24 "postcss": "^8.4.39",25 "tailwindcss": "^3.4.6",26 "typescript": "^5.5.4"27 }28}29