-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
54 lines (54 loc) · 1.61 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
{
"name": "protocol-guild-app",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && cross-env NODE_OPTIONS=--max-old-space-size=8192 vite build",
"preview": "vite preview"
},
"dependencies": {
"@connext/sdk": "^2.1.1",
"@daohaus/abis": "^0.3.3",
"@daohaus/connect": "^0.3.3",
"@daohaus/connect-context": "^0.3.3",
"@daohaus/contract-utils": "^0.3.3",
"@daohaus/form-builder": "^0.3.3",
"@daohaus/form-builder-base": "^0.3.3",
"@daohaus/keychain-utils": "^0.3.3",
"@daohaus/moloch-v3-data": "^0.3.3",
"@daohaus/moloch-v3-fields": "^0.3.3",
"@daohaus/moloch-v3-hooks": "^0.3.3",
"@daohaus/moloch-v3-legos": "^0.3.3",
"@daohaus/moloch-v3-macro-ui": "^0.3.3",
"@daohaus/profile-data": "^0.3.3",
"@daohaus/tx-builder": "^0.3.3",
"@daohaus/ui": "^0.3.3",
"@daohaus/utils": "^0.3.3",
"@radix-ui/colors": "^2.1.0",
"@tanstack/react-table": "^8.7.9",
"abitype": "^0.9.9",
"cross-env": "^7.0.3",
"dexie": "^3.2.4",
"dexie-react-hooks": "^1.1.6",
"moment": "^2.29.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.10.1",
"react-papaparse": "^4.1.0",
"react-particles": "^2.12.2",
"react-query": "^3.39.3",
"react-router-dom": "^6.4.3",
"tsparticles-slim": "^2.12.0"
},
"devDependencies": {
"@types/react": "^18.0.22",
"@types/react-dom": "^18.0.7",
"@types/styled-components": "^5.1.26",
"@vitejs/plugin-react": "^4.0.4",
"typescript": "^5.0.4",
"vite": "^4.4.9",
"vite-plugin-singlefile": "^0.13.5"
}
}