upend/webui/package.json

60 lines
1.6 KiB
JSON

{
"name": "upend-kestrel",
"version": "1.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.json",
"lint": "eslint src",
"clean": "rm -frv dist public/vendor"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^1.0.1",
"@tsconfig/svelte": "^3.0.0",
"@types/dompurify": "^2.3.3",
"@types/lodash": "^4.14.182",
"@types/lru-cache": "^7.10.10",
"@types/marked": "^4.0.3",
"@types/three": "^0.143.0",
"@types/wavesurfer.js": "^6.0.3",
"@typescript-eslint/eslint-plugin": "^5.32.0",
"@typescript-eslint/parser": "^5.32.0",
"eslint": "^8.21.0",
"eslint-plugin-svelte3": "^4.0.0",
"svelte": "^3.49.0",
"svelte-check": "^2.8.0",
"svelte-preprocess": "^4.10.7",
"tslib": "^2.4.0",
"typescript": "^4.6.4",
"vite": "^4.0.3",
"vite-plugin-static-copy": "^0.13.0"
},
"dependencies": {
"@recogito/annotorious": "^2.7.1",
"boxicons": "^2.1.4",
"date-fns": "^2.25.0",
"dompurify": "^2.3.4",
"filesize": "^8.0.6",
"history": "^5.1.0",
"i18next": "^22.0.2",
"lodash": "^4.17.21",
"lru-cache": "^6.0.0",
"marked": "^4.0.10",
"match-sorter": "^6.3.1",
"mitt": "^3.0.0",
"normalize.css": "^8.0.1",
"sass": "^1.43.4",
"sirv-cli": "^1.0.0",
"sswr": "^1.3.1",
"svelte-i18next": "^1.2.2",
"svelte-navigator": "^3.1.5",
"three": "^0.136.0",
"upend": "../tools/upend_js",
"wavesurfer.js": "^6.0.1"
},
"packageManager": "yarn@3.1.0"
}