-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
41 lines (41 loc) · 1.16 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
{
"name": "daohaus-dao-app-starter",
"private": true,
"version": "0.2.3",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@daohaus/abis": "^0.5.0",
"@daohaus/connect": "^0.5.0",
"@daohaus/connect-context": "^0.5.0",
"@daohaus/contract-utils": "^0.5.0",
"@daohaus/form-builder": "^0.5.0",
"@daohaus/form-builder-base": "^0.5.0",
"@daohaus/keychain-utils": "^0.5.0",
"@daohaus/moloch-v3-data": "^0.5.0",
"@daohaus/moloch-v3-fields": "^0.5.0",
"@daohaus/moloch-v3-hooks": "^0.5.0",
"@daohaus/moloch-v3-legos": "^0.5.0",
"@daohaus/moloch-v3-macro-ui": "^0.5.0",
"@daohaus/profile-data": "^0.5.0",
"@daohaus/tx-builder": "^0.5.0",
"@daohaus/ui": "^0.5.0",
"@daohaus/utils": "^0.5.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-query": "^3.39.3",
"react-router-dom": "^6.4.3"
},
"devDependencies": {
"@types/react": "^18.0.22",
"@types/react-dom": "^18.0.7",
"@types/styled-components": "^5.1.26",
"@vitejs/plugin-react": "^2.2.0",
"typescript": "^5.0.4",
"vite": "^3.2.0"
}
}