mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
27 lines
676 B
JSON
27 lines
676 B
JSON
{
|
|
"name": "typst-preview-frontend",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite build",
|
|
"preview": "vite preview",
|
|
"test": "vitest",
|
|
"coverage": "vitest run --coverage",
|
|
"link:local": "yarn link @myriaddreamin/typst.ts @myriaddreamin/typst-ts-renderer"
|
|
},
|
|
"dependencies": {
|
|
"@myriaddreamin/typst-ts-renderer": "0.4.0-rc11",
|
|
"@myriaddreamin/typst.ts": "0.4.0-rc11",
|
|
"rxjs": "^7.8.1"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^5.0.2",
|
|
"vite": "^4.3.9",
|
|
"vite-plugin-singlefile": "^0.13.5",
|
|
"vite-plugin-wasm": "^3.2.2",
|
|
"vitest": "^0.32.2"
|
|
}
|
|
}
|