ControlRL / app /package.json
seonglae-holistic's picture
chore: clean unused deps and files for HF Spaces deploy
00255b4
Raw
History Blame Contribute Delete
945 Bytes
{
"name": "crl-article",
"version": "1.0.0",
"description": "Interactive research article for Control Reinforcement Learning",
"license": "CC-BY-4.0",
"private": true,
"type": "module",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview --port 8080 --host"
},
"devDependencies": {
"@astrojs/mdx": "^3.1.9",
"@astrojs/svelte": "^5.5.0",
"astro": "^4.10.0",
"astro-compressor": "^0.4.1",
"postcss": "^8.5.6",
"postcss-custom-media": "^11.0.6",
"postcss-preset-env": "^10.3.1",
"rehype-autolink-headings": "^7.1.0",
"rehype-citation": "^2.3.1",
"rehype-katex": "^7.0.1",
"rehype-slug": "^6.0.0",
"remark-directive": "^3.0.0",
"remark-footnotes": "^4.0.1",
"remark-math": "^6.0.0",
"remark-toc": "^9.0.0",
"svelte": "^4.2.19"
},
"engines": {
"node": ">=20.0.0"
},
"dependencies": {
"katex": "^0.16.22"
}
}