-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
76 lines (76 loc) · 2.12 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
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
{
"name": "00-sovereign",
"version": "0.0.1",
"scripts": {
"dev": "concurrently \"cd ../00-curiohoster && npm run dev\" \"svelte-kit dev --host\"",
"vite": "svelte-kit dev --host",
"build": "svelte-kit build",
"package": "svelte-kit package",
"preview": "svelte-kit preview",
"lint": "prettier --ignore-path .gitignore --check --plugin-search-dir=. .",
"format": "prettier --ignore-path .gitignore --write --plugin-search-dir=. ."
},
"devDependencies": {
"@sveltejs/adapter-auto": "1.0.0-next.7",
"@sveltejs/kit": "1.0.0-next.227",
"autoprefixer": "^10.4.7",
"date-picker-svelte": "^2.0.0",
"postcss": "^8.4.14",
"prettier": "^2.6.2",
"prettier-plugin-svelte": "^2.7.0",
"svelte": "^3.48.0",
"svelte-preprocess": "^4.10.7",
"tailwindcss": "^3.1.4"
},
"type": "module",
"dependencies": {
"@codemirror/lang-javascript": "^6.1.1",
"@codemirror/lang-xml": "^6.0.1",
"@fontsource/fira-mono": "^4.5.8",
"@googleapis/run": "^8.0.2",
"aws-sdk": "^2.1140.0",
"axios": "^0.26.1",
"bech32": "^2.0.0",
"bn.js": "^5.2.0",
"canvas-confetti": "^1.5.1",
"codemirror": "^6.0.1",
"config": "^3.3.7",
"cookie": "^0.4.2",
"crypto": "^1.0.1",
"crypto-browserify": "^3.12.0",
"crypto-js": "^4.1.1",
"dompurify": "^2.3.8",
"dont-crop": "0.0.2",
"dotenv": "^10.0.0",
"dropzone": "^6.0.0-beta.2",
"easyqrcodejs": "^4.4.6",
"fast-xml-parser": "^3.20.3",
"file-saver": "^2.0.5",
"html-entities": "^2.3.3",
"isomorphic-dompurify": "^0.15.0",
"jsonwebtoken": "^8.5.1",
"jsqr": "^1.4.0",
"jszip": "^3.9.1",
"just-clone": "^5.0.1",
"just-compare": "^1.4.0",
"lnpay": "^1.1.4",
"mongodb": "^4.6.0",
"node-opml-parser": "^1.0.0",
"nodemailer": "^6.7.5",
"parse-srt": "^1.0.0-alpha",
"sanitize-html": "^2.7.0",
"sib-api-v3-sdk": "^8.3.0",
"socket.io-client": "^4.6.1",
"split-grid": "^1.0.11",
"string-hash": "^1.1.3",
"string-strip-html": "^9.1.12",
"strip_tags": "^1.0.1",
"striptags": "^3.2.0",
"svelte-infinite-loading": "^1.3.8",
"svelte-select": "^4.4.1",
"svelte-tiny-virtual-list": "^1.1.6",
"svelty-picker": "^1.3.0",
"tinymce": "^5.10.4",
"uuid": "^8.3.2"
}
}