Spaces:
Paused
Paused
| { | |
| "name": "optimismbench-article", | |
| "version": "1.0.0", | |
| "description": "A modern, interactive template for scientific writing that brings papers to life with web-native features", | |
| "keywords": [ | |
| "research", | |
| "scientific-writing", | |
| "template", | |
| "markdown", | |
| "mdx", | |
| "astro", | |
| "interactive", | |
| "academic", | |
| "distill", | |
| "web-native" | |
| ], | |
| "homepage": "https://huggingface.co/spaces/tfrere/research-article-template", | |
| "repository": { | |
| "type": "git", | |
| "url": "https://huggingface.co/spaces/tfrere/research-article-template" | |
| }, | |
| "bugs": { | |
| "url": "https://huggingface.co/spaces/tfrere/research-article-template/discussions" | |
| }, | |
| "author": { | |
| "name": "optimism-article", | |
| "url": "https://huggingface.co/tfrere" | |
| }, | |
| "license": "CC-BY-4.0", | |
| "private": false, | |
| "type": "module", | |
| "scripts": { | |
| "dev": "astro dev", | |
| "build": "astro build", | |
| "preview": "astro preview --port 7860 --host" | |
| }, | |
| "devDependencies": { | |
| "@astrojs/mdx": "^6.0.2", | |
| "astro": "^6.4.4", | |
| "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" | |
| }, | |
| "engines": { | |
| "node": ">=20.0.0" | |
| }, | |
| "dependencies": { | |
| "d3": "^7.9.0", | |
| "katex": "^0.16.22" | |
| } | |
| } | |