carta/demo/package.json
2023-11-07 17:55:32 +01:00

38 lines
1,018 B
JSON

{
"name": "demo",
"version": "0.0.1",
"private": true,
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/BearToCode/carta.git"
},
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch"
},
"devDependencies": {
"@sveltejs/adapter-auto": "^2.0.0",
"@sveltejs/adapter-static": "1.0.0-next.50",
"@sveltejs/kit": "^1.5.0",
"@types/katex": "^0.16.0",
"svelte": "^3.54.0 || ^4.0.0",
"svelte-check": "^3.0.1",
"tslib": "^2.4.1",
"typescript": "^5.0.0",
"vite": "^4.3.9"
},
"type": "module",
"dependencies": {
"@cartamd/plugin-code": "workspace:^",
"@cartamd/plugin-emoji": "workspace:^",
"@cartamd/plugin-math": "workspace:^",
"@cartamd/plugin-slash": "workspace:^",
"@cartamd/plugin-tikz": "workspace:^",
"carta-md": "workspace:^",
"katex": "^0.16.7"
}
}