-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
105 lines (105 loc) · 3.17 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
{
"name": "adex-interface",
"version": "0.69.684",
"private": true,
"dependencies": {
"@ambire/login-sdk-core": "^0.0.21",
"@emotion/cache": "^11.11.0",
"@emotion/react": "^11.11.4",
"@emotion/serialize": "^1.1.4",
"@emotion/utils": "^1.2.1",
"@mantine/charts": "^7.13.4",
"@mantine/core": "^7.11.1",
"@mantine/dates": "^7.11.1",
"@mantine/dropzone": "^7.11.1",
"@mantine/emotion": "^7.11.1",
"@mantine/form": "^7.11.1",
"@mantine/hooks": "^7.11.1",
"@mantine/modals": "^7.11.1",
"@mantine/notifications": "^7.11.1",
"@react-spring/web": "9.4.5",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^13.0.0",
"@testing-library/user-event": "^13.2.1",
"@types/jest": "^27.0.1",
"@types/lodash.throttle": "^4.1.9",
"@types/node": "^16.7.13",
"@types/qrcode.react": "^1.0.2",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@visx/curve": "^3.3.0",
"@visx/geo": "^3.3.0",
"@visx/glyph": "^3.3.0",
"@visx/pattern": "^3.3.0",
"@visx/react-spring": "^3.3.0",
"@visx/responsive": "^3.3.0",
"@visx/scale": "^3.3.0",
"@visx/xychart": "^3.3.0",
"@visx/zoom": "^3.3.0",
"adex-common": "github:AmbireTech/adex-common#f73432e90edbeb60f6714e446f5c607fecb1ab1a",
"blockies-ts": "^1.0.0",
"d3-geo": "^3.1.0",
"dayjs": "^1.11.10",
"lodash.throttle": "^4.1.1",
"lottie-react": "^2.4.0",
"qrcode.react": "^3.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-ga4": "^2.1.0",
"react-router-dom": "^6.11.1",
"react-scripts": "5.0.1",
"recharts": "2",
"superjson": "^2.2.0",
"topojson-client": "^3.1.0",
"typescript": "^4.4.2",
"web-vitals": "^2.1.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"lint": "eslint --ext .js,.jsx,.ts,.tsx src/",
"prettify": "prettier --write 'src/**/*.{js,jsx,ts,tsx,json,css,scss,md}'",
"lint:fix": "eslint src/ --ext .js,.jsx,.ts,.tsx --fix",
"prepare": "husky install"
},
"lint-staged": {
"src/**/*.{js,jsx,ts,tsx}": "eslint --cache --fix",
"src/**/*.{js,jsx,ts,tsx,json,css,scss,md}": "prettier --write --ignore-unknown"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@types/topojson-client": "^3.1.1",
"@typescript-eslint/eslint-plugin": "^5.59.0",
"@typescript-eslint/parser": "^5.59.0",
"eslint": "^8.38.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"husky": "^8.0.3",
"lint-staged": "^13.2.2",
"prettier": "^2.8.8"
},
"engines": {
"npm": "use-yarn",
"node": ">=18.16.0 <19",
"yarn": ">=1.22"
}
}