-
Notifications
You must be signed in to change notification settings - Fork 45
/
Copy pathpackage.json
59 lines (59 loc) · 1.74 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
{
"name": "photon-lemmy",
"version": "1.29.6",
"private": true,
"scripts": {
"dev": "vite dev",
"build": "vite build",
"test": "vitest",
"preview": "vite preview",
"start": "node build/index.js",
"bunstart": "bun build/index.js",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch"
},
"devDependencies": {
"@catdadcode/svelte-adapter-bun": "^0.5.7",
"@sveltejs/adapter-node": "^2.0.0",
"@sveltejs/adapter-vercel": "^5.1.0",
"@sveltejs/kit": "latest",
"@sveltejs/vite-plugin-svelte": "^3.0.0",
"@types/markdown-it": "^12.2.3",
"@types/markdown-it-container": "^2.0.6",
"@types/nprogress": "^0.2.0",
"@vite-pwa/sveltekit": "^0.3.0",
"autoprefixer": "^10.4.16",
"jsdom": "^22.1.0",
"lemmy-js-client": "^0.19.0-rc.13",
"markdown-it-container": "^3.0.0",
"markdown-it-sub": "^1.0.0",
"markdown-it-sup": "^1.0.0",
"nprogress": "^0.2.0",
"postcss": "^8.4.30",
"rollup-plugin-visualizer": "^5.9.2",
"svelte": "latest",
"svelte-check": "^3.0.1",
"svelte-hero-icons": "^5.0.0",
"svelte-tiny-virtual-list": "^2.0.5",
"sveltekit-i18n": "^2.4.2",
"tailwindcss": "^3.3.3",
"tslib": "^2.4.1",
"typescript": "^5.0.0",
"vite": "^5.0.0",
"vite-plugin-pwa": "^0.18.0",
"vitest": "^1.0.0",
"workbox-window": "^7.0.0"
},
"dependencies": {
"@dicebear/core": "^6.0.4",
"@dicebear/initials": "^6.0.4",
"@sveltejs/adapter-auto": "^3.2.1",
"markdown-it": "^13.0.1",
"mono-svelte": "latest"
},
"overrides": {
"@rollup/plugin-node-resolve": "^15.2.3",
"@sveltejs/kit": "^2.0.0"
},
"type": "module"
}