forked from asimons04/tesseract
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.39 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
{
"name": "tesseract-lemmy",
"version": "1.3.0",
"private": true,
"scripts": {
"dev": "vite dev",
"build": "vite build",
"test": "vitest",
"preview": "vite preview",
"start": "node build/index.js",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch"
},
"devDependencies": {
"@emoji-mart/data": "^1.1.2",
"@magidoc/plugin-svelte-marked": "^4.2.1",
"@sveltejs/adapter-auto": "^2.1.0",
"@sveltejs/adapter-node": "^1.3.1",
"@sveltejs/kit": "^1.24.1",
"@tailwindcss/forms": "^0.5.6",
"@types/nprogress": "^0.2.0",
"@vite-pwa/sveltekit": "^0.2.5",
"autoprefixer": "^10.4.15",
"cookie": "^0.5.0",
"emoji-mart": "^5.5.2",
"file-type": "^18.5.0",
"jsdom": "^22.1.0",
"highlight.js": "^11.9.0",
"nprogress": "^0.2.0",
"postcss": "^8.4.29",
"svelte": "^4.2.0",
"svelte-check": "^3.5.1",
"svelte-hero-icons": "^5.0.0",
"tailwindcss": "^3.3.3",
"tslib": "^2.6.2",
"typescript": "^5.2.2",
"uuid": "^9.0.1",
"vite": "^4.4.9",
"vite-plugin-pwa": "^0.16.4",
"vitest": "^0.34.3",
"workbox-window": "^7.0.0"
},
"dependencies": {
"@dicebear/core": "^7.0.1",
"@dicebear/initials": "^7.0.1",
"lemmy-js-client": "^0.18.3-rc.3",
"markdown-it": "^13.0.1"
},
"type": "module"
}