This repository has been archived by the owner on Apr 25, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
70 lines (70 loc) · 1.94 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
{
"name": "sendtosocial",
"version": "0.0.0",
"private": true,
"author": "@LoremLabs",
"license": "MIT",
"scripts": {
"dev": "dotenv vite dev",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "prettier --plugin-search-dir . --check . && eslint .",
"format": "prettier --plugin-search-dir . --write ."
},
"devDependencies": {
"@maizzle/framework": "^4.4.2",
"@noble/hashes": "^1.3.0",
"@noble/secp256k1": "1.7.1",
"@sveltejs/adapter-auto": "^1.0.3",
"@sveltejs/kit": "^1.8.3",
"@types/bloomfilter": "^0.0.0",
"@typescript-eslint/eslint-plugin": "^5.53.0",
"@typescript-eslint/parser": "^5.53.0",
"@upstash/redis": "^1.20.0",
"autoprefixer": "^10.4.13",
"casual": "^1.6.2",
"daf-core": "5.6.4",
"dotenv": "^16.0.3",
"eslint": "^8.34.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-svelte3": "^4.0.0",
"fetch-to-curl": "^0.6.0",
"flat": "^5.0.2",
"form-data": "^4.0.0",
"glob": "^9.3.2",
"graphql-scalars": "^1.20.1",
"graphql-tag": "^2.12.6",
"hash.js": "^1.1.7",
"mailgun.js": "^8.2.1",
"node-fetch": "^3.3.1",
"open": "^9.1.0",
"pino": "^8.11.0",
"pino-pretty": "^9.4.0",
"postcss": "^8.4.21",
"prettier": "^2.8.4",
"prettier-plugin-svelte": "^2.9.0",
"qrcode-terminal": "^0.12.0",
"ripple-address-codec": "^4.2.5",
"svelte": "^3.55.1",
"svelte-check": "^2.10.3",
"tailwindcss": "^3.2.7",
"tailwindcss-box-shadow": "^2.0.0",
"tailwindcss-email-variants": "^2.0.1",
"tailwindcss-mso": "^1.3.0",
"tslib": "^2.5.0",
"typescript": "^4.9.5",
"uuid": "^9.0.0",
"vite": "^4.1.4"
},
"type": "module",
"dependencies": {
"@envelop/core": "^3.0.6",
"@envelop/graphql-jit": "^5.0.6",
"@graphql-yoga/render-graphiql": "^3.7.0",
"@types/node": "^18.14.1",
"graphql": "^16.6.0",
"graphql-yoga": "^3.7.0"
}
}