{ "name": "thptqg2016", "private": true, "packageManager": "pnpm@11.1.1", "version": "1.0.0", "type": "module", "description": "Tra cứu điểm thi THPT QG 2016 - Hỗ trợ truy vấn SQL tùy chỉnh", "scripts": { "build:db": "node scripts/build-database.js", "dev": "vite", "build": "vite build", "preview": "vite preview", "lint": "eslint ." }, "repository": { "type": "git", "url": "git+https://github.com/tiennm99/thptqg2016.git" }, "license": "ISC", "dependencies": { "react": "^19.2.4", "react-dom": "^19.2.4", "sql.js": "^1.14.1" }, "devDependencies": { "@eslint/js": "^9.39.4", "@types/react": "^19.2.14", "@types/react-dom": "^19.2.3", "@vitejs/plugin-react": "^6.0.1", "better-sqlite3": "^12.8.0", "eslint": "^9.39.4", "eslint-plugin-react-hooks": "^7.0.1", "eslint-plugin-react-refresh": "^0.5.2", "globals": "^17.4.0", "vite": "^8.0.4", "xlsx": "^0.18.5" } }