-
-
Notifications
You must be signed in to change notification settings - Fork 53
/
Copy pathpackage.json
112 lines (112 loc) · 3.43 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
{
"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": {
"@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",
"@types/gtag.js": "^0.0.19",
"@types/node": "^20.12.7",
"autoprefixer": "^10.4.19",
"bits-ui": "^0.21.13",
"blob-util": "^2.0.2",
"clsx": "^2.1.1",
"cmdk-sv": "^0.0.18",
"compression": "^1.7.4",
"d3-hierarchy": "^3.1.2",
"d3-sankey": "^0.12.3",
"daisyui": "^4.12.23",
"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",
"layercake": "^8.4.0-beta.1",
"lightweight-charts": "^4.1.3",
"lodash-es": "^4.17.21",
"lucide-svelte": "^0.438.0",
"luxon": "^3.5.0",
"memoize-one": "^6.0.0",
"nprogress": "^0.2.0",
"object-to-formdata": "^4.5.1",
"parse5": "^7.1.2",
"pocketbase": "^0.22.1",
"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-french-toast": "^1.2.0",
"svelte-intersection-observer": "^1.0.0",
"svelte-intersection-observer-action": "^0.0.5",
"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-progress-bar": "^3.0.2",
"svelte-sonner": "^0.3.27",
"svelte-tags-input": "^6.0.1",
"svelte-tiny-virtual-list": "^2.1.2",
"tailwind-merge": "^2.5.2",
"tailwind-variants": "^0.2.1",
"tailwindcss": "^3.4.16",
"tslib": "^2.7.0",
"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": {
"https": "^1.0.0",
"jsconfig.json": "^2.3.3",
"ol": "^10.3.1",
"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"
}