-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
90 lines (90 loc) · 2.66 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
{
"name": "cacher-app-client",
"version": "0.1.0",
"private": true,
"main": "src/index.tsx",
"dependencies": {
"@gechiui/dom-ready": "^3.3.1",
"@react-google-maps/api": "^2.18.1",
"@react-navigation/native": "^6.1.6",
"@react-navigation/native-stack": "^6.9.12",
"@splidejs/react-splide": "^0.7.12",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"@types/bad-words": "^3.0.1",
"@types/jest": "^29.4.0",
"@types/node": "^18.14.6",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@types/react-native": "^0.71.3",
"@what3words/api": "^4.0.8",
"@what3words/react-components": "^4.1.0-alpha.35",
"@wordpress/dom-ready": "^3.29.0",
"bad-words": "^3.0.4",
"cypress": "^12.4.1",
"dayjs": "^1.11.7",
"framer-motion": "^10.0.2",
"fs": "^0.0.1-security",
"google-map-react": "^2.2.0",
"google-maps-react-markers": "^1.1.7",
"haversine-offset": "^1.0.0",
"heic2any": "^0.0.3",
"http-proxy-middleware": "^2.0.6",
"moment": "^2.29.4",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-drag-drop-files": "^2.3.9",
"react-native": "^0.71.3",
"react-native-safe-area-context": "^4.5.0",
"react-native-web": "^0.18.12",
"react-redux": "^8.0.5",
"react-responsive": "^9.0.2",
"react-scripts": "^5.0.1",
"react-share": "^4.4.1",
"react-toggle-dark-mode": "^1.1.1",
"react-use-gesture": "^9.1.3",
"react-webcam": "^7.0.1",
"redux-persist": "^6.0.0",
"reduxjs-toolkit-persist": "^7.2.1",
"typescript": "^4.9.5",
"web-vitals": "^2.1.4",
"when-dom-ready": "^1.2.12"
},
"scripts": {
"start": "FAST_REFRESH=false react-scripts start",
"build": "FAST_REFRESH=false react-scripts build",
"test": "FAST_REFRESH=false react-scripts test",
"eject": "FAST_REFRESH=false react-scripts eject",
"clean": "./scripts/clear_install_npm.sh",
"tsc:check": "tsc --noEmit",
"tsc:checkapp": "tsc --noEmit --project ./cypress/tsconfig.json"
},
"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"
]
},
"devDependencies": {
"@babel/plugin-syntax-flow": "^7.18.6",
"@babel/plugin-transform-react-jsx": "^7.21.0",
"@reduxjs/toolkit": "^1.9.3",
"@types/jquery": "^3.5.16",
"@types/when-dom-ready": "^1.2.0",
"tailwindcss": "^3.2.7"
}
}