forked from OKEAMAH/app-funding
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
114 lines (114 loc) · 4.92 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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
{
"name": "drips-app-2",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "vite dev",
"dev:local-env": "GQL_URL=http://localhost:8080 MULTIPLAYER_API_URL=http://localhost:5002 MULTIPLAYER_API_ACCESS_TOKEN=1234 PUBLIC_PINATA_GATEWAY_URL=http://localhost:3000 GQL_ACCESS_TOKEN=afdb8b7e-8fa7-4de9-bd95-b650b839e745 PUBLIC_TEST_MODE=true VITE_TEST_MODE=true vite dev",
"local-env:start": "docker compose -f ./docker/env.docker-compose.yml -f ./docker/env-ports-exposed.docker-compose.yml up --build --always-recreate-deps --force-recreate -V",
"local-env:stop": "docker compose -f ./docker/env.docker-compose.yml -f ./docker/env-ports-exposed.docker-compose.yml down",
"build": "vite build",
"build:e2e": "PUBLIC_BASE_URL=http://localhost:3001 GQL_URL=http://localhost:8080 MULTIPLAYER_API_URL=http://localhost:5002 MULTIPLAYER_API_ACCESS_TOKEN=1234 PUBLIC_PINATA_GATEWAY_URL=http://localhost:3000 GQL_ACCESS_TOKEN=afdb8b7e-8fa7-4de9-bd95-b650b839e745 PUBLIC_TEST_MODE=true VITE_TEST_MODE=true npm run build",
"preview": "vite preview",
"test:e2e": "PUBLIC_BASE_URL=http://localhost:3001 GQL_URL=http://localhost:8080 MULTIPLAYER_API_URL=http://localhost:5002 MULTIPLAYER_API_ACCESS_TOKEN=1234 PUBLIC_PINATA_GATEWAY_URL=http://localhost:3000 GQL_ACCESS_TOKEN=afdb8b7e-8fa7-4de9-bd95-b650b839e745 PUBLIC_TEST_MODE=true VITE_TEST_MODE=true vitest run e2e",
"test:unit": "vitest run unit",
"e2e": "docker compose -f ./docker/env.docker-compose.yml -f ./docker/app-e2e-test.docker-compose.yml up --build --attach app --exit-code-from app --abort-on-container-exit --always-recreate-deps --force-recreate -V",
"coverage": "vitest run --coverage",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "prettier --check . && eslint .",
"format": "prettier --write .",
"prepare": "husky install",
"postinstall": "./scripts/install-twemoji-assets.sh",
"build:graphql": "find . -regex './src/.*__generated__.*' -type d -prune -exec rm -r \"{}\" \\; && graphql-codegen"
},
"devDependencies": {
"@graphql-codegen/cli": "^5.0.2",
"@graphql-codegen/near-operation-file-preset": "^3.0.0",
"@graphql-codegen/typescript": "^4.0.7",
"@graphql-codegen/typescript-operations": "^4.2.1",
"@playwright/test": "^1.44.1",
"@rsksmart/mock-web3-provider": "^1.0.2-beta1",
"@sveltejs/adapter-netlify": "^4.2.1",
"@sveltejs/kit": "^2.5.17",
"@sveltejs/vite-plugin-svelte": "^3.1.1",
"@testing-library/jest-dom": "^6.4.6",
"@testing-library/svelte": "^5.1.0",
"@testing-library/user-event": "^14.5.2",
"@types/eslint": "^8.56.7",
"@types/lodash": "^4.17.5",
"@types/mime-types": "^2.1.4",
"@types/sanitize-html": "^2.11.0",
"autoprefixer": "^10.4.19",
"dotenv": "^16.4.5",
"eslint": "^9.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.36.0",
"husky": "^9.0.11",
"jsdom": "^24.1.0",
"mdsvex": "^0.11.2",
"mime-types": "^2.1.35",
"node-fetch": "^3.3.2",
"playwright": "^1.44.1",
"postcss": "^8.4.38",
"prettier": "^3.3.2",
"prettier-plugin-svelte": "^3.2.4",
"rehype-autolink-headings": "^7.1.0",
"rehype-external-links": "^3.0.0",
"rehype-img-size": "^1.0.1",
"rehype-slug": "^6.0.0",
"svelte": "^5.0.0",
"svelte-check": "^3.8.1",
"svelte2tsx": "^0.7.10",
"tailwindcss": "^3.4.4",
"typescript": "^5.4.5",
"typescript-eslint": "^8.0.0-alpha.20",
"vite": "^5.4.9",
"vitest": "^1.6.0"
},
"dependencies": {
"jimp": "^1.0.3",
"@apollo/client": "^3.10.5",
"@efstajas/svelte-stored-writable": "^0.2.0",
"@efstajas/versioned-parser": "^0.1.4",
"@gelatonetwork/relay-sdk": "^5.5.6",
"@octokit/rest": "^20.1.1",
"@pinata/sdk": "^2.1.0",
"@resvg/resvg-js": "^2.6.2",
"@safe-global/safe-apps-provider": "^0.18.3",
"@safe-global/safe-apps-sdk": "^9.1.0",
"@sveltejs/adapter-node": "^5.2.0",
"@tanstack/svelte-table": "^8.17.3",
"@uniswap/default-token-list": "^12.6.0",
"@uniswap/token-lists": "^1.0.0-beta.34",
"@web3-onboard/core": "^2.22.2",
"@web3-onboard/injected-wallets": "^2.10.17",
"@web3-onboard/walletconnect": "^2.5.5",
"cupertino-pane": "^1.4.21",
"ethereum-blockies-base64": "^1.0.2",
"ethers": "^6.13.2",
"fuzzysort": "^2.0.3",
"globals": "^15.6.0",
"graphql": "^16.8.2",
"graphql-request": "^7.1.0",
"isomorphic-fetch": "^3.0.0",
"lodash": "^4.17.21",
"radicle-drips": "github:drips-network/sdk",
"redis": "^4.6.14",
"sanitize-html": "^2.13.0",
"satori": "^0.10.13",
"satori-html": "^0.3.2",
"twemoji": "^14.0.2",
"zod": "^3.23.8"
},
"overrides": {
"@web3-onboard/core": {
"svelte-i18n": "^4.0.0",
"intl-messageformat": "^10.5.1",
"bnc-sdk": {
"rxjs": "^7.8.1"
}
}
},
"type": "module"
}