-
Notifications
You must be signed in to change notification settings - Fork 592
/
Copy pathpackage.json
112 lines (112 loc) · 3.38 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
{
"name": "primo",
"version": "3.0.0--beta.1",
"private": true,
"scripts": {
"dev": "vite dev",
"test": "playwright test",
"build": "NODE_OPTIONS=--max_old_space_size=16384 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",
"lint": "prettier --plugin-search-dir . --check .",
"format": "prettier --plugin-search-dir . --write ."
},
"devDependencies": {
"@playwright/test": "^1.47.2",
"@sveltejs/adapter-vercel": "^5.4.1",
"@sveltejs/kit": "^2.5.27",
"@types/lodash-es": "^4.17.12",
"@types/uuid": "^9.0.8",
"@typescript-eslint/eslint-plugin": "^5.45.0",
"@typescript-eslint/parser": "^5.45.0",
"autoprefixer": "^10.3.6",
"autosize": "^5.0.1",
"bits-ui": "^1.0.0-next.87",
"clsx": "^2.1.1",
"eslint": "^8.28.0",
"eslint-config-prettier": "^8.5.0",
"lucide-svelte": "^0.469.0",
"mode-watcher": "^0.5.0",
"postcss-nested": "^5.0.6",
"prettier": "^3.3.3",
"prettier-plugin-svelte": "^3.2.6",
"randomstring": "^1.2.3",
"svelte": "^5.20.2",
"svelte-check": "^4.0.0",
"svelte-dnd-action": "^0.9.25",
"svelte-popperjs": "^1.3.2",
"svelte-preprocess": "^6.0.0",
"svelte-sonner": "^0.3.28",
"svelte-toggle": "^3.1.0",
"tailwind-merge": "^2.6.0",
"tailwind-variants": "^0.3.0",
"tailwindcss": "^3.4.17",
"tailwindcss-animate": "^1.0.7",
"tslib": "^2.4.1",
"typescript": "^5.5.0",
"vite": "^5.4.4",
"vite-plugin-node-polyfills": "^0.21.0",
"vitest": "^0.25.8"
},
"type": "module",
"dependencies": {
"@anthropic-ai/sdk": "^0.31.0",
"@atlaskit/pragmatic-drag-and-drop": "^1.4.0",
"@aws-sdk/client-s3": "^3.454.0",
"@aws-sdk/lib-storage": "^3.454.0",
"@aws-sdk/s3-request-presigner": "^3.525.0",
"@babel/runtime": "^7.25.6",
"@codemirror/autocomplete": "^6.11.1",
"@codemirror/lang-css": "^6.2.1",
"@codemirror/lang-html": "^6.4.7",
"@iconify/svelte": "^2.2.1",
"@replit/codemirror-lang-svelte": "^6.0.0",
"@supabase/auth-helpers-sveltekit": "^0.13.0",
"@supabase/supabase-js": "^2.32.0",
"@tiptap/core": "^2.2.6",
"@tiptap/extension-bubble-menu": "^2.2.6",
"@tiptap/extension-code-block-lowlight": "^2.2.6",
"@tiptap/extension-floating-menu": "^2.2.6",
"@tiptap/extension-highlight": "^2.2.6",
"@tiptap/extension-image": "^2.2.6",
"@tiptap/extension-link": "^2.2.6",
"@tiptap/extension-typography": "^2.2.6",
"@tiptap/extension-youtube": "^2.2.6",
"@tiptap/pm": "^2.2.6",
"@tiptap/starter-kit": "^2.2.6",
"axios": "^0.26.0",
"bind-event-listener": "^3.0.0",
"browser-image-compression": "^1.0.17",
"cloudflare": "^4.0.0",
"codemirror": "^6.0.1",
"fetch-blob": "^4.0.0",
"file-saver": "^2.0.5",
"fuse.js": "^7.0.0",
"idb-keyval": "^6.1.0",
"js-beautify": "^1.14.0",
"jszip": "^3.10.1",
"lodash-es": "^4.17.21",
"lorem-ipsum": "^2.0.8",
"lowlight": "^3.1.0",
"memfs": "^4.7.7",
"mousetrap": "^1.6.5",
"nanoid": "^3.1.23",
"paneforge": "^0.0.5",
"pluralize": "^8.0.0",
"promise-worker": "^2.0.1",
"prosemirror-schema-basic": "^1.1.2",
"raf-schd": "^4.0.3",
"resend": "^1.0.0",
"resolve.exports": "^2.0.2",
"showdown-highlight": "^3.1.0",
"stripe": "^13.11.0",
"svelte-awesome-color-picker": "^3.1.4",
"svelte-inspect-value": "^0.1.3",
"timeago.js": "^4.0.2",
"uuid": "^9.0.0"
},
"engines": {
"node": ">=16.0.0 <=18.20.4"
}
}