-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
84 lines (84 loc) · 2.64 KB
/
Copy pathpackage.json
File metadata and controls
84 lines (84 loc) · 2.64 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
84
{
"name": "aukus",
"private": true,
"version": "1.0.64",
"type": "module",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"build:prod": "cross-env VITE_BASE_URL=/ vite build",
"preview": "vite preview",
"prepare": "svelte-kit sync || echo ''",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"format": "prettier --write .",
"lint": "prettier --check . && eslint .",
"gen-api": "tsc --project tsconfig.scripts.json && node dist/scripts/gen-api-clients.js",
"bump-version": "node bump-version.js"
},
"devDependencies": {
"@eslint/compat": "^1.2.5",
"@eslint/js": "^9.18.0",
"@hey-api/openapi-ts": "0.83.1",
"@internationalized/date": "^3.9.0",
"@lucide/svelte": "^0.515.0",
"@sveltejs/adapter-auto": "^6.1.0",
"@sveltejs/adapter-static": "^3.0.9",
"@sveltejs/kit": "^2.22.0",
"@sveltejs/vite-plugin-svelte": "^6.0.0",
"@tailwindcss/typography": "^0.5.15",
"@tailwindcss/vite": "^4.0.0",
"@tiptap/core": "^3.4.1",
"@tiptap/extension-image": "^3.4.1",
"@tiptap/extensions": "^3.4.1",
"@tiptap/pm": "^3.4.1",
"@tiptap/starter-kit": "^3.4.1",
"@tiptap/static-renderer": "^3.4.1",
"@types/three": "^0.180.0",
"bits-ui": "^2.11.3",
"clsx": "^2.1.1",
"cross-env": "^7.0.3",
"dompurify": "^3.2.6",
"eslint": "^9.18.0",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-svelte": "^3.0.0",
"globals": "^16.0.0",
"prettier": "^3.4.2",
"prettier-plugin-svelte": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.11",
"svelte": "^5.0.0",
"svelte-check": "^4.0.0",
"tailwind-merge": "^3.3.1",
"tailwind-variants": "^3.1.1",
"tailwindcss": "^4.0.0",
"tw-animate-css": "^1.3.7",
"typescript": "^5.0.0",
"typescript-eslint": "^8.20.0",
"vite": "^7.0.4",
"vite-plugin-devtools-json": "^1.0.0"
},
"pnpm": {
"onlyBuiltDependencies": [
"esbuild"
]
},
"packageManager": "pnpm@10.15.0",
"dependencies": {
"@fireworks-js/svelte": "^2.10.8",
"@tanstack/svelte-query": "^5.90.1",
"@threlte/core": "^8.1.5",
"@threlte/extras": "^9.5.4",
"@tiptap/extension-highlight": "^3.6.5",
"@tiptap/extension-link": "^3.6.5",
"@tiptap/extension-table-of-contents": "^3.6.5",
"@tiptap/extension-text-align": "^3.6.5",
"animejs": "^4.1.4",
"konva": "^10.0.2",
"prosemirror-model": "^1.25.3",
"prosemirror-state": "^1.4.3",
"prosemirror-view": "^1.41.3",
"svelte-konva": "^1.0.1",
"three": "^0.180.0",
"twallpaper": "^2.1.2"
}
}