-
Notifications
You must be signed in to change notification settings - Fork 575
Expand file tree
/
Copy pathpackage.json
More file actions
83 lines (83 loc) · 2.51 KB
/
package.json
File metadata and controls
83 lines (83 loc) · 2.51 KB
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
{
"name": "palacms",
"version": "3.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "devenv up",
"build": "NODE_OPTIONS=--max_old_space_size=16384 vite --config app.config.js build",
"preview": "vite --config app.config.js preview",
"check": "svelte-kit sync && svelte-check",
"check:watch": "svelte-kit sync && svelte-check --watch",
"test:integration": "node --test tests/integration/*.test.mjs",
"lint": "prettier --check .",
"format": "prettier --write ."
},
"devDependencies": {
"@atlaskit/pragmatic-drag-and-drop": "^1.8.1",
"@atlaskit/pragmatic-drag-and-drop-hitbox": "^1.1.0",
"@codemirror/autocomplete": "^6.20.2",
"@codemirror/lang-css": "^6.3.1",
"@codemirror/lang-markdown": "^6.5.0",
"@emmetio/codemirror6-plugin": "^0.4.0",
"@iconify/svelte": "^5.2.1",
"@rollup/browser": "^4.60.4",
"@sveltejs/adapter-static": "^3.0.9",
"@sveltejs/kit": "^2.60.1",
"@tailwindcss/postcss": "^4.2.4",
"@tailwindcss/typography": "^0.5.19",
"@tiptap/core": "^3.23.6",
"@tiptap/extension-highlight": "^3.23.6",
"@tiptap/extension-image": "^3.23.6",
"@tiptap/extension-link": "^3.23.6",
"@tiptap/extension-typography": "^3.23.6",
"@tiptap/extension-youtube": "^3.23.6",
"@tiptap/pm": "^3.23.6",
"@tiptap/starter-kit": "^3.23.6",
"@types/lodash-es": "^4.17.12",
"@types/pluralize": "^0.0.33",
"autosize": "^6.0.1",
"bits-ui": "^2.18.0",
"browser-image-compression": "^2.0.2",
"clsx": "^2.1.1",
"codemirror": "^6.0.2",
"codemirror-lang-svelte": "^1.0.0",
"css-simple-parser": "^3.0.2",
"estree-walker": "^3.0.3",
"highlight.js": "^11.11.1",
"idb-keyval": "^6.2.2",
"lodash-es": "^4.18.1",
"lowlight": "^3.3.0",
"lucide-svelte": "^0.577.0",
"markdown-it": "^14.1.1",
"mode-watcher": "^1.1.0",
"nanoid": "^5.1.11",
"paneforge": "^1.0.2",
"pluralize": "^8.0.0",
"pocketbase": "^0.26.8",
"postcss": "^8.5.14",
"postcss-nested": "^7.0.2",
"posthog-js": "^1.369.3",
"prettier": "^3.8.3",
"prettier-plugin-svelte": "^3.5.1",
"promise-worker": "^2.0.1",
"prosemirror-schema-basic": "^1.2.4",
"runed": "^0.37.1",
"svelte": "^5.55.7",
"svelte-awesome-color-picker": "^4.1.2",
"svelte-check": "^4.4.8",
"svelte-inspect-value": "^0.11.3",
"svelte-popperjs": "^1.3.2",
"svelte-sonner": "^1.1.1",
"svelte-toggle": "^4.0.1",
"tailwind-merge": "^3.6.0",
"tailwind-variants": "^3.2.2",
"tailwindcss": "^4.3.0",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.9.2",
"zod": "^4.4.3"
},
"dependencies": {
"heic2any": "^0.0.4"
}
}