Spaces:
Runtime error
Runtime error
| { | |
| "name": "zeno-evals-hub", | |
| "private": true, | |
| "version": "0.0.0", | |
| "type": "module", | |
| "scripts": { | |
| "dev": "vite", | |
| "build": "vite build", | |
| "smui-theme": "smui-theme compile public/smui.css -i src/theme", | |
| "check": "svelte-check --tsconfig ./tsconfig.json", | |
| "format": "npx prettier -w src", | |
| "lint": "npx eslint src --max-warnings=0 && npx prettier -c src", | |
| "test": "npx jest tests", | |
| "generate-api": "openapi --input http://localhost:8000/api/openapi.json --output ./src/zeno-evals-hubservice --client fetch; npx prettier -w ./src/zeno-evals-hubservice" | |
| }, | |
| "devDependencies": { | |
| "@sveltejs/vite-plugin-svelte": "^2.0.3", | |
| "@tsconfig/svelte": "^3.0.0", | |
| "@typescript-eslint/eslint-plugin": "^5.58.0", | |
| "eslint-plugin-svelte3": "^4.0.0", | |
| "openapi-typescript-codegen": "^0.24.0", | |
| "svelte": "^3.55.1", | |
| "svelte-check": "^2.10.3", | |
| "tslib": "^2.5.0", | |
| "typescript": "^4.9.3", | |
| "vite": "^4.2.0" | |
| } | |
| } |