Spaces:
Runtime error
Runtime error
File size: 1,182 Bytes
1768d92 4c2f8ad 1768d92 d7d8b33 4c2f8ad a85aac9 1768d92 32a1543 1768d92 4c2f8ad 1768d92 8f1da6a 4c2f8ad d7d8b33 1768d92 4c2f8ad |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 |
{
"name": "zeno-evals-hub",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "npm run smui-theme && 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": {
"@smui/button": "^7.0.0-beta.3",
"@smui/data-table": "^7.0.0-beta.3",
"@sveltejs/vite-plugin-svelte": "^2.1.1",
"@tsconfig/svelte": "^3.0.0",
"@typescript-eslint/eslint-plugin": "^5.59.0",
"eslint-plugin-svelte3": "^4.0.0",
"openapi-typescript-codegen": "^0.24.0",
"smui-theme": "^7.0.0-beta.3",
"svelte": "^3.55.1",
"svelte-check": "^2.10.3",
"tslib": "^2.5.0",
"typescript": "^4.9.3",
"vite": "^4.3.3"
},
"dependencies": {
"@material/dom": "^14.0.0",
"@mdi/js": "^7.2.96"
}
}
|