-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
135 lines (135 loc) · 4.4 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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
{
"name": "poultry-hunter-app",
"version": "0.1.0",
"private": true,
"dependencies": {
"@mapbox/mapbox-gl-geocoder": "^4.7.3",
"@material-ui/core": "^4.12.3",
"@material-ui/icons": "^4.11.2",
"@nivo/bar": "^0.73.1",
"@nivo/core": "^0.73.0",
"@nivo/pie": "^0.73.0",
"@project-serum/sol-wallet-adapter": "^0.2.5",
"@redux-offline/redux-offline": "^2.6.0",
"@reduxjs/toolkit": "^1.6.1",
"@solana/wallet-adapter-base": "^0.5.0",
"@solana/wallet-adapter-material-ui": "^0.8.0",
"@solana/wallet-adapter-react": "^0.8.0",
"@solana/wallet-adapter-wallets": "^0.7.0",
"@solana/web3.js": "^1.24.1",
"@testing-library/dom": "^8.1.0",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^12.0.0",
"@testing-library/user-event": "^13.2.1",
"@types/jest": "^26.0.24",
"@types/node": "^16.4.13",
"@types/react": "^17.0.16",
"@types/react-dom": "^17.0.9",
"@types/react-redux": "^7.1.18",
"@types/react-router-dom": "^5.1.8",
"@types/redux-mock-store": "^1.0.3",
"@typescript-eslint/eslint-plugin": "^4.29.0",
"@typescript-eslint/parser": "^4.29.0",
"bn": "^1.0.5",
"bn.js": "^5.2.0",
"borsh": "^0.6.0",
"buffer-layout": "^1.2.2",
"cross-env": "^7.0.3",
"dotenv": "^10.0.0",
"eslint": "^7.32.0",
"eslint-config-airbnb-typescript": "^12.3.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-compat": "^3.11.1",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-react-hooks": "^4.2.0",
"husky": "^7.0.1",
"immer": "^9.0.5",
"lint-staged": "^11.1.2",
"mapbox-gl": "^2.4.1",
"mkdirp": "^1.0.4",
"mz": "^2.7.0",
"prettier": "^2.3.2",
"pwa-asset-generator": "^4.3.5",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-helmet-async": "^1.0.9",
"react-map-gl": "^6.1.16",
"react-qr-reader": "^2.2.1",
"react-qrcode-logo": "^2.5.0",
"react-redux": "^7.2.4",
"react-router-dom": "^5.2.1",
"react-scripts": "^4.0.3",
"react-to-print": "^2.13.0",
"react-toastify": "^8.0.2",
"redux": "^4.1.1",
"redux-devtools-extension": "^2.13.9",
"redux-mock-store": "^1.5.4",
"redux-observable": "^2.0.0",
"rxjs": "^7.3.0",
"sass": "^1.37.5",
"source-map-explorer": "^2.5.2",
"stylelint": "^13.13.1",
"stylelint-a11y": "^1.2.3",
"stylelint-config-prettier": "^8.0.2",
"stylelint-config-sass-guidelines": "^8.0.0",
"stylelint-config-standard": "^22.0.0",
"stylelint-declaration-strict-value": "^1.7.12",
"stylelint-high-performance-animation": "^1.5.2",
"stylelint-no-unsupported-browser-features": "^5.0.1",
"stylelint-prettier": "^1.2.0",
"typescript": "^4.3.5",
"use-immer": "^0.6.0",
"web-vitals": "^2.1.0",
"workbox-background-sync": "^6.2.2",
"workbox-broadcast-update": "^6.2.2",
"workbox-cacheable-response": "^6.2.2",
"workbox-core": "^6.2.2",
"workbox-expiration": "^6.2.2",
"workbox-google-analytics": "^6.2.2",
"workbox-navigation-preload": "^6.2.2",
"workbox-precaching": "^6.2.2",
"workbox-range-requests": "^6.2.2",
"workbox-recipes": "^6.2.2",
"workbox-routing": "^6.2.2",
"workbox-strategies": "^6.2.2",
"workbox-streams": "^6.2.2"
},
"engines": {
"node": ">=14.17.6",
"npm": ">=6.14.15"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"clean": "npm run clean:program-rust",
"build:program-rust": "cargo build-bpf --manifest-path=./program/Cargo.toml --bpf-out-dir=dist/program",
"clean:program-rust": "cargo clean --manifest-path=./program/Cargo.toml && rm -rf ./dist",
"test:program-rust": "cargo test-bpf --manifest-path=./program/Cargo.toml",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {},
"browserslist": {
"production": [
"defaults",
"not ie 11"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@iconify/react": "^3.0.1",
"@types/mapbox__mapbox-gl-geocoder": "^4.7.1",
"@types/mapbox-gl": "^2.4.0",
"@types/mz": "^2.7.4",
"@types/react-qr-reader": "^2.1.4"
}
}