-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.66 KB
/
Copy pathpackage.json
File metadata and controls
55 lines (55 loc) · 1.66 KB
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
{
"name": "dh-signal-tcr-app",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"lint": "eslint . --ext .ts,.tsx"
},
"dependencies": {
"@daohaus/abis": "^0.5.2",
"@daohaus/connect": "^0.5.2",
"@daohaus/connect-context": "^0.5.2",
"@daohaus/contract-utils": "^0.5.2",
"@daohaus/form-builder": "^0.5.2",
"@daohaus/form-builder-base": "^0.5.2",
"@daohaus/keychain-utils": "^0.5.2",
"@daohaus/moloch-v3-data": "^0.5.2",
"@daohaus/moloch-v3-fields": "^0.5.2",
"@daohaus/moloch-v3-hooks": "^0.5.2",
"@daohaus/moloch-v3-legos": "^0.5.2",
"@daohaus/moloch-v3-macro-ui": "^0.5.2",
"@daohaus/profile-data": "^0.5.2",
"@daohaus/tx-builder": "^0.5.2",
"@daohaus/ui": "^0.5.2",
"@daohaus/utils": "^0.5.2",
"@types/react-datepicker": "^4.19.1",
"graphql-request": "^5.1.0",
"react": "^18.2.0",
"react-datepicker": "^4.21.0",
"react-dom": "^18.2.0",
"react-icons": "^4.10.1",
"react-markdown": "^8.0.7",
"react-query": "^3.39.2",
"react-router-dom": "^6.4.5"
},
"devDependencies": {
"@types/react": "^18.0.22",
"@types/react-dom": "^18.0.7",
"@types/styled-components": "^5.1.26",
"@typescript-eslint/eslint-plugin": "^5.48.1",
"@typescript-eslint/parser": "^5.48.1",
"@vitejs/plugin-react": "^4.0.4",
"eslint": "^8.31.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.7.0",
"eslint-plugin-react": "^7.31.11",
"prettier": "^2.8.2",
"typescript": "^5.0.4",
"vite": "^4.4.9"
}
}