forked from LioRael/taboolib-official-site
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 1.98 KB
/
package.json
File metadata and controls
67 lines (67 loc) · 1.98 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
{
"name": "taboolib-official-site",
"version": "0.0.1",
"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 ."
},
"devDependencies": {
"@neoconfetti/svelte": "^1.0.0",
"@sveltejs/adapter-auto": "^3.3.1",
"@sveltejs/adapter-vercel": "^6.3.2",
"@sveltejs/kit": "^2.50.2",
"@sveltejs/vite-plugin-svelte": "^3.1.2",
"@types/eslint": "8.56.0",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"autoprefixer": "^10.4.24",
"eslint": "^8.57.1",
"eslint-config-prettier": "^9.1.2",
"eslint-plugin-svelte": "^2.46.1",
"highlight.js": "^11.11.1",
"postcss": "^8.5.6",
"postcss-load-config": "^5.1.0",
"prettier": "^3.8.1",
"prettier-plugin-svelte": "^3.4.1",
"prettier-plugin-tailwindcss": "^0.5.14",
"svelte": "^4.2.20",
"svelte-check": "^3.8.6",
"svelte-highlight": "^7.9.0",
"svelte-reveal": "^0.7.0",
"tailwindcss": "^3.4.19",
"tslib": "^2.8.1",
"typescript": "^5.9.3",
"vite": "^5.4.21"
},
"type": "module",
"dependencies": {
"@tiptap/core": "^2.27.2",
"@tiptap/extension-character-count": "^2.27.2",
"@tiptap/extension-code": "^2.27.2",
"@tiptap/extension-heading": "^2.27.2",
"@tiptap/extension-paragraph": "^2.27.2",
"@tiptap/pm": "^2.27.2",
"@tiptap/starter-kit": "^2.27.2",
"bits-ui": "^0.14.0",
"clsx": "^2.1.1",
"dotenv": "^16.6.1",
"formsnap": "^0.4.4",
"mode-watcher": "^0.1.2",
"postcss-import": "^16.1.1",
"radix-icons-svelte": "^1.2.1",
"svelte-exmarkdown": "^5.0.2",
"svelte-fa": "^4.0.4",
"svelte-persisted-store": "^0.9.4",
"svelte-sonner": "^0.3.28",
"sveltekit-superforms": "^1.13.4",
"tailwind-merge": "^2.6.1",
"tailwind-variants": "^0.1.20",
"tiptap-markdown": "^0.8.10",
"zod": "^3.25.76"
}
}