frontend/package.json
2025-03-08 19:38:42 +01:00

108 lines
3.3 KiB
JSON

{
"type": "module",
"name": "frontend",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-kit sync && svelte-check --tsconfig ./jsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./jsconfig.json --watch",
"test": "playwright test",
"test:unit": "vitest",
"lint": "prettier --plugin-search-dir . --check .",
"format": "prettier --plugin-search-dir . --write .",
"test:chrome": "npx playwright test --project=chromium",
"test:firefox": "npx playwright test --project=firefox",
"test:safari": "npx playwright test --headed --project=safari"
},
"devDependencies": {
"@bprogress/core": "^1.2.3",
"@builder.io/partytown": "^0.10.3",
"@internationalized/date": "^3.5.5",
"@playwright/test": "^1.43.1",
"@rollup/plugin-dynamic-import-vars": "^2.1.2",
"@sveltejs/adapter-node": "^5.2.9",
"@sveltejs/kit": "^2.11.1",
"@sveltejs/vite-plugin-svelte": "^3.1.2",
"@tailwindcss/postcss": "^4.0.9",
"@types/gtag.js": "^0.0.19",
"@types/node": "^20.12.7",
"bits-ui": "^0.21.13",
"blob-util": "^2.0.2",
"clsx": "^2.1.1",
"cmdk-sv": "^0.0.18",
"compression": "^1.7.4",
"daisyui": "^5.0.0",
"date-fns": "^3.6.0",
"date-fns-tz": "^3.1.3",
"date-picker-svelte": "^2.12.0",
"echarts": "^5.5.1",
"file-saver": "^2.0.5",
"flowbite-svelte": "^0.46.15",
"got": "^14.4.2",
"html2canvas": "^1.4.1",
"jsonwebtoken": "^9.0.2",
"katex": "^0.16.11",
"lightweight-charts": "^4.1.3",
"lodash-es": "^4.17.21",
"lucide-svelte": "^0.438.0",
"luxon": "^3.5.0",
"memoize-one": "^6.0.0",
"mode-watcher": "^0.5.1",
"object-to-formdata": "^4.5.1",
"parse5": "^7.1.2",
"pocketbase": "^0.25.2",
"postcss": "^8.4.38",
"prettier": "^3.3.3",
"prettier-plugin-svelte": "^3.2.7",
"quill": "^2.0.2",
"quill-delta-to-html": "^0.12.1",
"rollup-plugin-visualizer": "^5.12.0",
"rollup-plugin-web-worker-loader": "^1.6.1",
"sass": "^1.75.0",
"showdown": "^2.1.0",
"string-similarity": "^4.0.4",
"svelte": "^4.2.15",
"svelte-check": "^3.6.9",
"svelte-echarts": "^1.0.0-rc3",
"svelte-inview": "^4.0.2",
"svelte-lazy": "^1.2.11",
"svelte-lightweight-charts": "^2.2.0",
"svelte-loading-spinners": "^0.3.6",
"svelte-preprocess": "^5.1.4",
"svelte-sonner": "^0.3.27",
"svelte-tiny-virtual-list": "^2.1.2",
"tailwind-merge": "^2.5.2",
"tailwind-variants": "^0.2.1",
"tailwindcss": "^4.0.9",
"tslib": "^2.8.1",
"typescript": "^5.4.5",
"util": "^0.12.5",
"uuid": "^10.0.0",
"vite": "^5.4.9",
"vite-plugin-dynamic-import": "^1.5.0",
"vitest": "^1.5.1",
"web-push": "^3.6.7",
"zod": "^3.23.4"
},
"dependencies": {
"@highcharts/svelte": "^1.0.0",
"highcharts": "^11.4.3",
"https": "^1.0.0",
"jsconfig.json": "^2.3.3",
"plotly.js": "^2.35.3",
"svelte-plotly.js": "^1.2.0",
"ua-parser-js": "^1.0.37"
},
"description": "UI of stocknear - Stock Analysis & Community Platform for Small Investors.",
"main": "svelte.config.js",
"directories": {
"test": "tests"
},
"keywords": [],
"author": "",
"license": "ISC"
}