upend/webui/package.json

60 lines
1.6 KiB
JSON
Raw Normal View History

{
"name": "upend-kestrel",
2021-10-29 18:50:33 +02:00
"version": "1.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
2021-12-29 12:59:14 +01:00
"check": "svelte-check --tsconfig ./tsconfig.json",
2022-01-28 16:39:22 +01:00
"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",
2022-08-01 22:08:47 +02:00
"@typescript-eslint/eslint-plugin": "^5.32.0",
"@typescript-eslint/parser": "^5.32.0",
2022-12-21 23:34:37 +01:00
"eslint": "^8.30.0",
2022-08-01 22:08:47 +02:00
"eslint-plugin-svelte3": "^4.0.0",
2022-12-21 23:34:37 +01:00
"svelte": "^3.55.0",
"svelte-check": "^2.10.3",
"svelte-preprocess": "^5.0.0",
"tslib": "^2.4.1",
"typescript": "^4.9.4",
2022-12-21 23:21:21 +01:00
"vite": "^4.0.3",
"vite-plugin-static-copy": "^0.13.0"
2021-10-29 18:50:33 +02:00
},
"dependencies": {
"@recogito/annotorious": "^2.7.1",
2022-12-21 22:45:14 +01:00
"boxicons": "^2.1.4",
2022-12-21 23:34:37 +01:00
"date-fns": "^2.29.3",
"dompurify": "^2.4.1",
2021-11-11 23:37:42 +01:00
"filesize": "^8.0.6",
2022-12-21 23:34:37 +01:00
"history": "^5.3.0",
"i18next": "^22.4.6",
2021-12-21 14:32:47 +01:00
"lodash": "^4.17.21",
2021-11-11 23:37:42 +01:00
"lru-cache": "^6.0.0",
2022-12-21 23:34:37 +01:00
"marked": "^4.2.4",
"match-sorter": "^6.3.1",
"mitt": "^3.0.0",
2021-11-11 23:37:42 +01:00
"normalize.css": "^8.0.1",
2022-12-21 23:34:37 +01:00
"sass": "^1.57.1",
"sirv-cli": "^2.0.2",
"sswr": "^1.7.0",
"svelte-i18next": "^1.2.2",
2022-12-21 23:34:37 +01:00
"svelte-navigator": "^3.2.2",
"three": "^0.147.0",
2022-02-14 14:57:35 +01:00
"upend": "../tools/upend_js",
2022-12-21 23:34:37 +01:00
"wavesurfer.js": "^6.4.0"
2021-11-11 23:37:42 +01:00
},
"packageManager": "yarn@3.1.0"
}