-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.33 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
{
"name": "@ubermanu/audience",
"private": true,
"version": "3.1.0",
"type": "module",
"description": "Crowd reaction soundboard",
"author": "Emmanuel Vodor <emmanuel.vodor@proton.me>",
"repository": {
"type": "git",
"url": "https://github.com/ubermanu/audience.git"
},
"homepage": "https://ubermanu.github.io/audience",
"license": "MIT",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-kit sync && svelte-check --tsconfig ./jsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./jsconfig.json --watch",
"format": "prettier -w **/*.{js,css,svelte,json}"
},
"devDependencies": {
"@sveltejs/adapter-static": "^3.0.6",
"@sveltejs/kit": "^2.9.0",
"@sveltejs/vite-plugin-svelte": "^5.0.1",
"@tailwindcss/vite": "4.0.0-beta.4",
"@ubermanu/prettier-config": "^3.4.0",
"@vite-pwa/sveltekit": "^0.6.6",
"animate.css": "^4.1.1",
"postcss": "^8.4.49",
"prettier": "^3.4.1",
"prettier-plugin-svelte": "^3.3.2",
"prettier-plugin-tailwindcss": "^0.6.9",
"svelte": "5.5.0",
"svelte-check": "^4.1.0",
"tailwindcss": "4.0.0-beta.4",
"typescript": "^5.7.2",
"vite": "^6.0.2",
"vite-plugin-pwa": "^0.21.1",
"workbox-window": "^7.3.0"
},
"prettier": "@ubermanu/prettier-config"
}