pronounss/frontend/package.json

49 lines
1.3 KiB
JSON
Raw Permalink Normal View History

2023-03-09 17:08:43 +01:00
{
"name": "pronouns-fe",
"version": "0.0.1",
"private": true,
"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",
"lint": "prettier --plugin-search-dir . --check . && eslint .",
"format": "prettier --plugin-search-dir . --write ."
},
"devDependencies": {
"@sveltejs/adapter-auto": "^2.0.0",
2023-03-11 17:06:19 +01:00
"@sveltejs/adapter-node": "^1.2.2",
2023-03-09 17:08:43 +01:00
"@sveltejs/kit": "^1.5.0",
2023-03-15 16:30:27 +01:00
"@types/luxon": "^3.2.0",
2023-03-11 01:36:30 +01:00
"@types/marked": "^4.0.8",
"@types/node": "^18.15.3",
2023-03-11 01:36:30 +01:00
"@types/sanitize-html": "^2.8.1",
2023-03-09 17:08:43 +01:00
"@typescript-eslint/eslint-plugin": "^5.45.0",
"@typescript-eslint/parser": "^5.45.0",
"eslint": "^8.28.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-svelte3": "^4.0.0",
"prettier": "^2.8.0",
"prettier-plugin-svelte": "^2.8.1",
"svelte": "^3.54.0",
"svelte-check": "^3.0.1",
"tslib": "^2.4.1",
"typescript": "^4.9.3",
"vite": "^4.0.0",
"sveltestrap": "^5.10.0"
2023-03-09 17:08:43 +01:00
},
"type": "module",
"dependencies": {
2023-03-11 01:36:30 +01:00
"@popperjs/core": "^2.11.6",
2023-03-14 22:56:47 +01:00
"@sentry/node": "^7.43.0",
"base64-arraybuffer": "^1.0.2",
2023-03-11 01:36:30 +01:00
"bootstrap": "5.3.0-alpha1",
"bootstrap-icons": "^1.10.3",
"jose": "^4.13.1",
2023-03-15 16:30:27 +01:00
"luxon": "^3.3.0",
2023-03-11 01:36:30 +01:00
"marked": "^4.2.12",
"sanitize-html": "^2.10.0"
2023-03-09 17:08:43 +01:00
}
}