-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
49 lines (49 loc) · 1.48 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
{
"name": "streaming-quadratic-funding",
"version": "0.0.1",
"type": "module",
"scripts": {
"dev": "source .env && vite --mode $APP_ENV",
"build": "tsc && vite build --mode $APP_ENV",
"preview": "source .env && vite preview --mode $APP_ENV",
"typecheck": "tsc --noemit",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"prettier": "prettier -w src"
},
"dependencies": {
"@allo-team/allo-v2-sdk": "^1.0.39",
"@apollo/client": "^3.8.9",
"@rainbow-me/rainbowkit": "^1.3.0",
"@superfluid-finance/sdk-core": "^0.6.12",
"@transak/transak-sdk": "^2.1.3",
"@wagmi/core": "^1.4.7",
"bootstrap": "^5.3.2",
"d3": "^7.8.5",
"dayjs": "^1.11.10",
"ethers": "^5.7.2",
"graphql": "^16.8.1",
"prettier": "^3.0.3",
"react": "^18.2.0",
"react-bootstrap": "^2.9.1",
"react-dom": "^18.2.0",
"viem": "^1.20.2",
"wagmi": "^1.4.7"
},
"devDependencies": {
"@types/d3": "^7.4.3",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"@vitejs/plugin-react-swc": "^3.3.2",
"eslint": "^8.45.0",
"eslint-config-prettier": "^9.0.0",
"eslint-config-react-app": "^7.0.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.3",
"sass": "^1.69.5",
"typescript": "^5.0.4",
"vite": "^4.4.5",
"vite-plugin-eslint": "^1.8.1"
}
}