-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
95 lines (95 loc) · 2.64 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
{
"name": "snu_class_2021_art",
"version": "0.0.1",
"private": true,
"dependencies": {
"@aws-amplify/ui-react": "^2.1.1",
"@capacitor/android": "3.3.2",
"@capacitor/app": "1.0.6",
"@capacitor/camera": "^1.2.1",
"@capacitor/core": "^3.3.2",
"@capacitor/filesystem": "^1.0.6",
"@capacitor/haptics": "1.1.3",
"@capacitor/keyboard": "1.1.3",
"@capacitor/status-bar": "1.0.6",
"@capacitor/storage": "^1.2.3",
"@ionic-native/core": "^5.36.0",
"@ionic-native/crop": "^5.36.0",
"@ionic/pwa-elements": "^3.0.2",
"@ionic/react": "^5.9.1",
"@ionic/react-router": "^5.9.1",
"@ionic/storage": "^3.0.6",
"@testing-library/jest-dom": "^5.15.1",
"@testing-library/react": "^12.1.2",
"@testing-library/user-event": "^13.5.0",
"@types/jest": "^27.0.3",
"@types/node": "^16.11.10",
"@types/react": "^17.0.37",
"@types/react-dom": "^17.0.11",
"@types/react-router": "^5.1.17",
"@types/react-router-dom": "^5.3.2",
"aws-amplify": "^4.3.8",
"aws-sdk": "^2.1036.0",
"com-badrit-base64": "^0.2.0",
"cordova-plugin-crop": "^0.4.0",
"cordova-res": "^0.15.3",
"crypto-js": "^4.1.1",
"faker": "^5.5.3",
"ionicons": "^6.0.0",
"mobx": "^6.3.7",
"mobx-react": "^7.2.1",
"native-run": "^1.5.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-hook-form": "^7.20.4",
"react-router": "^5.0.1",
"react-router-dom": "^5.0.1",
"react-scripts": "^4.0.3",
"rxjs": "^6.5.0",
"swiper": "^7.3.3",
"typescript": "^4.5.2",
"web-vitals": "^2.1.2",
"workbox-background-sync": "^6.4.1",
"workbox-broadcast-update": "^6.4.1",
"workbox-cacheable-response": "^6.4.1",
"workbox-core": "^6.4.1",
"workbox-expiration": "^6.4.1",
"workbox-google-analytics": "^6.4.1",
"workbox-navigation-preload": "^6.4.1",
"workbox-precaching": "^6.4.1",
"workbox-range-requests": "^6.4.1",
"workbox-routing": "^6.4.1",
"workbox-strategies": "^6.4.1",
"workbox-streams": "^6.4.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"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": {
"@capacitor/cli": "3.3.2",
"@types/crypto-js": "^4.0.2",
"@types/faker": "^5.5.9"
},
"description": "An Ionic project"
}