-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
77 lines (77 loc) · 2.28 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
{
"name": "social-experience-app",
"version": "0.0.1",
"private": true,
"dependencies": {
"@awesome-cordova-plugins/google-plus": "^5.44.0",
"@capacitor/android": "^4.0.0-beta.2",
"@capacitor/app": "^4.0.1",
"@capacitor/camera": "^4.1.0",
"@capacitor/core": "^4.1.0",
"@capacitor/filesystem": "^4.0.1",
"@capacitor/preferences": "^4.0.1",
"@capacitor/storage": "^1.2.5",
"@codetrix-studio/capacitor-google-auth": "^2.1.3",
"@fortawesome/fontawesome-free": "^6.1.1",
"@fortawesome/fontawesome-svg-core": "^6.1.1",
"@fortawesome/free-solid-svg-icons": "^6.1.1",
"@fortawesome/react-fontawesome": "^0.1.18",
"@ionic-native/google-plus": "^5.36.0",
"@ionic/pwa-elements": "^3.1.1",
"@ionic/react": "^6.0.0-rc.2",
"@ionic/react-router": "^6.0.0-rc.2",
"@ionic/storage": "^3.0.6",
"@tailwindcss/forms": "^0.5.0",
"@types/jest": "24.0.18",
"@types/leaflet": "^1.7.11",
"@types/node": "12.7.5",
"@types/react": "^16.9.43",
"@types/react-dom": "^16.9.8",
"@types/react-router": "^5.1.8",
"@types/react-router-dom": "^5.1.5",
"base64-arraybuffer": "^1.0.2",
"cordova-plugin-androidx": "^3.0.0",
"cordova-plugin-androidx-adapter": "^1.1.3",
"cordova-plugin-googleplus": "^8.5.2",
"date-fns": "^2.25.0",
"ionicons": "^5.0.1",
"leaflet": "^1.8.0",
"moment": "^2.29.4",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-google-login": "^5.2.2",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
"react-scripts": "^5.0.1",
"reselect": "^4.0.0",
"sass": "^1.43.4",
"swiper": "6.8.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"postinstall": "npm-install-peers"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"description": "An Ionic project",
"devDependencies": {
"@capacitor/cli": "^4.0.0-beta.2",
"@testing-library/react": "^9.3.1",
"@types/googlemaps": "^3.38.0",
"autoprefixer": "^10.4.5",
"npm-install-peers": "^1.2.2",
"postcss": "^8.4.12",
"tailwindcss": "^3.0.24",
"typescript": "~3.8.0"
}
}