forked from Cattn/Maple
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.65 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.65 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
{
"name": "maple",
"private": true,
"version": "0.0.1",
"type": "module",
"scripts": {
"dev": "vite dev",
"build": "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",
"lint": "eslint .",
"format": "prettier --write ."
},
"devDependencies": {
"@sveltejs/adapter-auto": "^6.0.0",
"@sveltejs/adapter-cloudflare": "^7.2.2",
"@sveltejs/adapter-node": "^5.2.13",
"@sveltejs/kit": "^2.22.0",
"@sveltejs/vite-plugin-svelte": "^6.0.0",
"@tailwindcss/postcss": "^4.1.11",
"@tailwindcss/typography": "^0.5.15",
"@tailwindcss/vite": "^4.0.0",
"@typescript-eslint/eslint-plugin": "^8.53.0",
"@typescript-eslint/parser": "^8.53.0",
"autoprefixer": "^10.4.21",
"eslint": "^9.39.2",
"eslint-plugin-svelte": "^3.14.0",
"prettier": "^3.7.4",
"prettier-plugin-svelte": "^3.4.1",
"prettier-plugin-tailwindcss": "^0.7.2",
"svelte": "^5.0.0",
"svelte-check": "^4.0.0",
"svelte-eslint-parser": "^1.4.1",
"tailwindcss": "^4.0.0",
"typescript": "^5.0.0",
"vite": "^7.0.4",
"vite-plugin-devtools-json": "^0.2.0"
},
"dependencies": {
"@ktibow/material-color-utilities-nightly": "^0.3.11755307340811",
"@vite-pwa/sveltekit": "^1.0.0",
"express": "^5.1.0",
"m3-svelte": "^4.6.2",
"music-metadata": "^11.7.3",
"opfs-tools": "^0.7.2",
"peerjs": "^1.5.5",
"socket.io-client": "^4.8.1",
"svelte-awesome-color-picker": "^4.1.0",
"svelte-lazy": "^1.2.11",
"svelte-sonner": "^1.0.5",
"sveltekit-sitemap": "^1.0.21",
"uuid": "^11.1.0"
}
}