-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
95 lines (95 loc) · 3.34 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
{
"name": "kit-svelte5",
"version": "0.0.1",
"devDependencies": {
"@atlaskit/pragmatic-drag-and-drop": "^1.4.0",
"@atlaskit/pragmatic-drag-and-drop-hitbox": "^1.0.3",
"@baetheus/fun": "npm:@jsr/baetheus__fun",
"@cloudinary/url-gen": "^1.21.0",
"@dicebear/collection": "^9.2.2",
"@dicebear/core": "^9.2.2",
"@eslint/js": "^9.18.0",
"@iconify-json/heroicons": "^1.2.2",
"@iconify-json/lucide": "^1.2.24",
"@iconify-json/ph": "^1.2.2",
"@melt-ui/pp": "^0.3.2",
"@melt-ui/svelte": "^0.86.2",
"@mobily/ts-belt": "^4.0.0-rc.5",
"@sinclair/typebox": "^0.34.14",
"@sveltejs/adapter-node": "^5.2.12",
"@sveltejs/kit": "^2.16.1",
"@sveltejs/vite-plugin-svelte": "^5.0.3",
"@tailwindcss/typography": "^0.5.16",
"@tanstack/svelte-query": "^5.64.2",
"@tanstack/svelte-virtual": "^3.11.2",
"@tiptap/core": "^2.11.3",
"@tiptap/extension-link": "^2.11.3",
"@tiptap/extension-placeholder": "^2.11.3",
"@tiptap/extension-underline": "^2.11.3",
"@tiptap/pm": "^2.11.3",
"@tiptap/starter-kit": "^2.11.3",
"@types/bun": "^1.2.0",
"@types/eslint": "^9.6.1",
"@types/eslint__js": "^8.42.3",
"@types/luxon": "^3.4.2",
"@types/node": "^22.10.10",
"@types/validator": "^13.12.2",
"@vincjo/datatables": "^2.3.2",
"animated-tailwindcss": "^4.0.0",
"autoprefixer": "^10.4.20",
"cloudinary": "^2.5.1",
"clsx": "^2.1.1",
"define-lazy-prop": "^3.0.0",
"effect": "^3.12.7",
"eslint": "^9.18.0",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-svelte": "^2.46.1",
"fractional-indexing": "^3.2.0",
"globals": "^15.14.0",
"gsap": "^3.12.7",
"isomorphic-dompurify": "^2.20.0",
"luxon": "^3.5.0",
"nats": "^2.29.1",
"nats.ws": "^1.30.1",
"natural-orderby": "^5.0.0",
"neverthrow": "^8.1.1",
"postcss": "^8.5.1",
"postcss-import": "^16.1.0",
"postcss-nesting": "^13.0.1",
"postcss-preset-env": "^10.1.3",
"prettier": "^3.4.2",
"prettier-plugin-svelte": "^3.3.3",
"sanitize.css": "^13.0.0",
"svelte": "^5.19.2",
"svelte-adapter-bun": "^0.5.2",
"svelte-check": "^4.1.4",
"svelte-easy-crop": "^4.0.0",
"svelte-eslint-parser": "^0.43.0",
"tailwind-merge": "^2.6.0",
"tailwindcss": "^3.4.17",
"tailwindcss-motion": "^1.0.1",
"tiny-invariant": "^1.3.3",
"ts-essentials": "^10.0.4",
"tslib": "^2.8.1",
"typescript": "^5.7.3",
"typescript-eslint": "^8.21.0",
"unplugin-icons": "^22.0.0",
"validator": "^13.12.0",
"virtua": "^0.39.3",
"vite": "^6.0.11"
},
"private": true,
"resolutions": {
"prosemirror-model": "1.23.0"
},
"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 --check . && eslint .",
"format": "prettier --write ."
},
"type": "module"
}