-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.59 KB
/
Copy pathpackage.json
File metadata and controls
63 lines (63 loc) · 1.59 KB
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
{
"name": "image-viewer",
"version": "0.1.0",
"private": true,
"proxy": "https://api.instagram.com/",
"dependencies": {
"@material-ui/core": "^4.9.9",
"@material-ui/icons": "^4.9.1",
"@react-navigation/native": "^5.1.6",
"bootstrap": "^4.4.1",
"card": "^2.4.0",
"material-ui-popup-state": "^1.5.4",
"mdbreact": "^4.25.5",
"moment": "^2.24.0",
"moment-timezone": "^0.5.28",
"react": "^16.7.0-alpha.2",
"react-bootstrap": "^1.0.0",
"react-bootstrap-datetimepicker": "0.0.22",
"react-dom": "^16.7.0-alpha.2",
"react-icons": "^3.9.0",
"react-instantsearch-dom": "^6.4.0",
"react-modal": "^3.11.2",
"react-moment": "^0.9.7",
"react-native": "^0.62.2",
"react-native-elements": "^1.2.7",
"react-native-paper": "^3.8.0",
"react-native-vector-icons": "^6.6.0",
"react-native-web": "^0.12.0",
"react-router-dom": "^5.1.2",
"react-scripts": "2.0.4",
"react-search-box": "^2.0.2",
"reactstrap": "^8.4.1",
"semantic-ui-react": "^0.88.2"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"plugins": [
[
"@babel/plugin-proposal-class-properties",
{
"loose": true
}
]
],
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@iconify/icons-ion": "^1.0.11",
"@iconify/react": "^1.1.3"
}
}