-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
49 lines (49 loc) · 1.28 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
{
"name": "splitkit",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "concurrently \"cd ../00-curiohoster && npm run dev\" \"vite dev --host --port 3000\"",
"vite": "vite dev --host --port 3000",
"build": "vite build",
"preview": "vite preview",
"lint": "prettier --plugin-search-dir . --check .",
"format": "prettier --plugin-search-dir . --write ."
},
"devDependencies": {
"@sveltejs/adapter-auto": "^2.0.0",
"@sveltejs/kit": "^1.20.4",
"prettier": "^2.8.0",
"prettier-plugin-svelte": "^2.10.1",
"svelte": "^4.0.0",
"vite": "^4.3.6"
},
"type": "module",
"dependencies": {
"@fontsource/fira-mono": "^5.0.3",
"@sveltejs/adapter-vercel": "^3.0.1",
"axios": "^1.4.0",
"browser-id3-writer": "^6.0.0",
"canvas-confetti": "^1.6.0",
"crypto-browserify": "^3.12.0",
"dompurify": "^3.0.3",
"dotenv": "^16.3.1",
"fast-xml-parser": "^4.2.5",
"file-saver": "^2.0.5",
"fix": "^0.0.6",
"form-data": "^4.0.0",
"hls.js": "^1.5.11",
"html-entities": "^2.4.0",
"jsonwebtoken": "^9.0.0",
"jszip": "^3.10.1",
"just-clone": "^6.2.0",
"localforage": "^1.10.0",
"mongodb": "^5.6.0",
"qrcode": "^1.5.3",
"socket.io-client": "^4.7.0",
"sortablejs": "^1.15.3",
"svelte-tiny-virtual-list": "^2.1.2",
"tinymce": "^5.10.4",
"uuid": "^9.0.0"
}
}