This repository has been archived by the owner on Jan 10, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
106 lines (106 loc) · 3.06 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
{
"name": "@dorgtech/homebase-lite-app",
"version": "0.0.1",
"license": "MIT",
"scripts": {
"start": "GENERATE_SOURCEMAP=false react-scripts start",
"dev": "GENERATE_SOURCEMAP=false react-scripts start",
"build": "GENERATE_SOURCEMAP=false react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"lint:ci": "eslint --color 'src/**/*.{js,jsx,ts,tsx}'",
"lint:check": "eslint --quiet 'src/**/*.{js,jsx,ts,tsx}'",
"lint:fix": "eslint --fix 'src/**/*.{js,jsx,ts,tsx}'"
},
"dependencies": {
"@airgap/beacon-sdk": "^3.3.0",
"@date-io/dayjs": "1.x",
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.4",
"@material-ui/core": "^4.11.3",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.57",
"@material-ui/pickers": "^3.3.10",
"@microsoft/signalr": "^5.0.9",
"@mui/material": "^5.10.6",
"@mui/x-date-pickers": "^5.0.2",
"@taquito/beacon-wallet": "13.0.1",
"@taquito/signer": "13.0.1",
"@taquito/taquito": "13.0.1",
"@taquito/tezbridge-signer": "13.0.1",
"@taquito/tezbridge-wallet": "13.0.1",
"@taquito/tzip12": "13.0.1",
"@taquito/tzip16": "13.0.1",
"@types/aria-query": "^5.0.0",
"@types/mixpanel-browser": "^2.35.7",
"bignumber.js": "^9.0.2",
"blockies-ts": "^1.0.0",
"dayjs": "^1.11.5",
"formik": "^2.2.6",
"formik-material-ui": "^3.0.1",
"formik-material-ui-lab": "^0.0.8",
"graphql": "^15.5.1",
"graphql-request": "^3.4.0",
"hex-to-rgba": "^2.0.1",
"mixpanel-browser": "^2.42.0",
"notistack": "^1.0.10",
"react": "^17.0.1",
"react-dom": "^17.0.2",
"react-fitty": "^1.0.1",
"react-hook-form": "^7.15.4",
"react-html-parser": "^2.0.2",
"react-markdown": "^8.0.0",
"react-query": "^3.13.0",
"react-router-dom": "^5.2.0",
"react-scripts": "^4.0.3",
"react-spring-bottom-sheet": "^3.4.0",
"web-vitals": "^2.1.0"
},
"resolutions": {
"@types/react": "^17.0.38",
"react-error-overlay": "6.0.9"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"lint-staged": {
"src/**/*.{js,jsx,ts,tsx}": [
"yarn lint:fix"
]
},
"devDependencies": {
"@types/jest": "^26.0.21",
"@types/node": "^14.14.35",
"@types/react": "^17.0.3",
"@types/react-dom": "^17.0.2",
"@types/react-html-parser": "^2.0.2",
"@types/react-router-dom": "^5.1.6",
"@typescript-eslint/eslint-plugin": "^4.18.0",
"@typescript-eslint/parser": "^4.18.0",
"eslint": "^7.22.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-react-hooks": "^4.2.0",
"husky": "^8.0.1",
"lint-staged": "^12.4.1",
"prettier": "^2.6.2",
"react-error-overlay": "6.0.9",
"source-map-explorer": "^2.5.2",
"typescript": "^4.2.3"
}
}