forked from thebells1111/lnbeats
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.11 KB
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 1.11 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
{
"name": "ln_beats",
"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 .",
"local": "vite dev --host --port 3000"
},
"devDependencies": {
"@sveltejs/adapter-auto": "^1.0.0",
"@sveltejs/kit": "^1.0.0",
"prettier": "^2.8.0",
"prettier-plugin-svelte": "^2.8.1",
"svelte": "^3.54.0",
"vite": "^4.0.0"
},
"type": "module",
"dependencies": {
"@sveltejs/adapter-vercel": "^2.0.2",
"axios": "^1.3.3",
"canvas-confetti": "^1.6.0",
"crypto-browserify": "^3.12.0",
"dotenv": "^16.0.3",
"fast-xml-parser": "^3.20.3",
"form-data": "^4.0.0",
"html-entities": "^2.3.2",
"jsonwebtoken": "^9.0.0",
"just-clone": "^6.2.0",
"localforage": "^1.10.0",
"lodash-es": "^4.17.21",
"parse-srt": "^1.0.0-alpha",
"passport": "^0.6.0",
"passport-oauth2": "^1.6.1",
"swiper": "^8.4.6",
"webln": "^0.3.2"
}
}