{
"name": "nextjlc",
"private": true,
"version": "1.0.23",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview",
"fmt": "prettier --write .",
"check": "prettier --check ."
},
"dependencies": {
"jszip": "^3.10.1",
"lucide-react": "^0.544.0",
"nextjlc": "link:",
"react": "^19.2.1",
"react-dom": "^19.2.1",
"tailwindcss": "^4.1.18",
"zustand": "^5.0.9"
},
"devDependencies": {
"@eslint/js": "^9.39.1",
"@tailwindcss/vite": "^4.1.18",
"@types/node": "^24.10.1",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.1.1",
"eslint": "^9.39.1",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.24",
"globals": "^16.5.0",
"prettier": "^3.7.4",
"typescript": "~5.8.3",
"typescript-eslint": "^8.48.1",
"vite": "^7.2.6",
"vite-plugin-top-level-await": "^1.6.0",
"vite-plugin-wasm": "^3.5.0"
}
}