Files
artsite/package.json
Arthur DANJOU ac5ccb3555 Refactor project documentation and structure
- Updated data visualization project documentation to remove incomplete warning.
- Deleted the glm-financial-assets project file and replaced it with glm-implied-volatility project file, detailing a comprehensive study on implied volatility prediction using GLMs and machine learning.
- Marked n8n automations project as completed.
- Added new project on reinforcement learning applied to Atari Tennis, detailing agent comparisons and results.
- Removed outdated rl-tennis project file.
- Updated package dependencies in package.json for improved stability and performance.
2026-03-10 12:07:09 +01:00

53 lines
1.4 KiB
JSON

{
"name": "artsite",
"private": true,
"author": {
"email": "arthurdanjou@outlook.fr",
"name": "Arthur Danjou",
"url": "https://arthurdanjou.fr"
},
"packageManager": "bun@1.3.8",
"scripts": {
"build": "nuxi build",
"dev": "nuxi dev",
"preview": "bun run build && wrangler dev",
"postinstall": "nuxt prepare",
"lint": "eslint .",
"deploy": "bun run cf-typegen && bun run build && wrangler deploy",
"cf-typegen": "wrangler types"
},
"dependencies": {
"@libsql/client": "^0.17.0",
"@nuxt/content": "3.12.0",
"@nuxt/eslint": "1.15.2",
"@nuxt/ui": "4.5.1",
"@nuxthub/core": "0.10.7",
"@nuxtjs/mdc": "0.20.2",
"@nuxtjs/seo": "3.4.0",
"@vueuse/core": "^14.2.1",
"@vueuse/math": "^14.2.1",
"better-sqlite3": "^12.6.2",
"drizzle-kit": "^0.31.9",
"drizzle-orm": "^0.45.1",
"nuxt": "4.3.1",
"nuxt-studio": "1.4.0",
"vue": "3.5.30",
"vue-router": "5.0.3",
"zod": "^4.3.6"
},
"devDependencies": {
"@iconify-json/devicon": "1.2.59",
"@iconify-json/file-icons": "^1.2.2",
"@iconify-json/logos": "^1.2.10",
"@iconify-json/ph": "^1.2.2",
"@iconify-json/twemoji": "1.2.5",
"@iconify-json/vscode-icons": "1.2.45",
"@types/node": "25.4.0",
"@vueuse/nuxt": "14.2.1",
"eslint": "10.0.3",
"typescript": "^5.9.3",
"vue-tsc": "3.2.5",
"wrangler": "4.71.0"
}
}