-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.48 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": "journey-log",
"version": "0.1.0",
"private": true,
"dependencies": {
"@ant-design/icons": "^5.0.1",
"@emotion/styled": "^11.10.6",
"@googlemaps/react-wrapper": "^1.1.35",
"@pankod/refine-antd": "^4.7.0",
"@pankod/refine-appwrite": "^5.1.0",
"@pankod/refine-cli": "^1.2.0",
"@pankod/refine-core": "^3.18.0",
"@pankod/refine-inferencer": "^2.0.2",
"@pankod/refine-react-router-v6": "^3.18.0",
"@testing-library/jest-dom": "^5.12.0",
"@testing-library/react": "^11.2.6",
"@testing-library/user-event": "^12.8.3",
"@types/google.maps": "^3.51.1",
"@types/jest": "^26.0.23",
"@uiw/react-md-editor": "^3.20.2",
"google-map-react": "^2.2.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-scripts": "^5.0.0",
"use-places-autocomplete": "^4.0.0",
"web-vitals": "^1.1.1"
},
"devDependencies": {
"@types/node": "^12.20.10",
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.6",
"typescript": "^4.7.4"
},
"scripts": {
"dev": "refine start",
"build": "refine build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"refine": "refine"
},
"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"
]
}
}