52 lines
1.3 KiB
JSON
52 lines
1.3 KiB
JSON
{
|
|
"name": "topos",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite --host",
|
|
"build": "tsc && vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"devDependencies": {
|
|
"@tauri-apps/cli": "^1.4.0",
|
|
"@types/audioworklet": "^0.0.49",
|
|
"typescript": "^5.2.2",
|
|
"vite": "^4.4.5",
|
|
"vite-plugin-compression": "^0.5.1",
|
|
"vite-plugin-pwa": "^0.17.4"
|
|
},
|
|
"dependencies": {
|
|
"@codemirror/lang-javascript": "^6.1.9",
|
|
"@codemirror/lang-markdown": "^6.2.0",
|
|
"@codemirror/theme-one-dark": "^6.1.2",
|
|
"@replit/codemirror-vim": "^6.0.14",
|
|
"@strudel.cycles/webaudio": "^0.8.2",
|
|
"@types/marked": "^5.0.1",
|
|
"@types/showdown": "^2.0.1",
|
|
"acorn": "^8.10.0",
|
|
"acorn-walk": "^8.2.0",
|
|
"astring": "^1.8.6",
|
|
"autoprefixer": "^10.4.14",
|
|
"codemirror": "^6.0.1",
|
|
"fflate": "^0.8.0",
|
|
"highlight.js": "^11.9.0",
|
|
"jisg": "^0.9.7",
|
|
"lru-cache": "^10.0.1",
|
|
"marked": "^7.0.3",
|
|
"osc": "^2.4.4",
|
|
"postcss": "^8.4.27",
|
|
"showdown": "^2.1.0",
|
|
"showdown-highlight": "^3.1.0",
|
|
"superdough": "^0.9.12",
|
|
"tailwind-highlightjs": "^2.0.1",
|
|
"tailwindcss": "^3.3.3",
|
|
"tone": "^14.8.49",
|
|
"unique-names-generator": "^4.7.1",
|
|
"vite-plugin-markdown": "^2.1.0",
|
|
"zifferjs": "^0.0.62",
|
|
"zyklus": "^0.1.4",
|
|
"zzfx": "^1.2.0"
|
|
}
|
|
}
|