-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
59 lines (59 loc) · 1.51 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
{
"name": "helpmap",
"version": "0.1.0",
"private": true,
"license": "MIT",
"dependencies": {
"@appbaseio/reactivesearch": "3.18.1",
"@emotion/react": "11.10.6",
"@emotion/styled": "11.10.6",
"@material-ui/core": "4.12.4",
"@material-ui/icons": "4.11.3",
"antd": "5.15.3",
"appbase-js": "5.3.4",
"ngeohash": "0.6.3",
"prop-types": "15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-google-maps": "9.4.5",
"react-google-maps-loader": "4.3.1",
"react-google-places-suggest": "3.12.3",
"react-intl": "6.6.2",
"react-linkify": "1.0.0-alpha",
"react-places-autocomplete": "7.3.0",
"react-scripts": "5.0.1",
"sass": "^1.56.1",
"semantic-ui-css": "2.5.0",
"semantic-ui-react": "2.1.2",
"web-vitals": "^4.0.0"
},
"scripts": {
"start": "react-scripts start",
"build": "GENERATE_SOURCEMAP=false CI= react-scripts build",
"postbuild": "react-snap || true",
"test": "react-scripts test",
"eject": "react-scripts eject",
"lint": "eslint src/"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.1.3",
"prettier": "3.2.5",
"react-snap": "https://github.com/natahouse/react-snap"
},
"reactSnap": {
"skipThirdPartyRequests": true
}
}