-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
91 lines (91 loc) · 2.81 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
{
"name": "pj_0",
"version": "0.1.0",
"private": true,
"dependencies": {
"@date-io/date-fns": "^2.11.0",
"@date-io/dayjs": "^1.3.13",
"@date-io/moment": "^1.3.13",
"@emotion/react": "^11.6.0",
"@emotion/styled": "^11.6.0",
"@material-ui/core": "^4.12.3",
"@material-ui/pickers": "^3.3.10",
"@material-ui/styles": "^4.11.4",
"@mui/lab": "^5.0.0-alpha.56",
"@mui/material": "^5.1.1",
"@mui/styled-engine-sc": "^5.1.0",
"@mui/styles": "^5.2.0",
"@react-native-community/geolocation": "^2.0.2",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"axios": "^0.24.0",
"jquery": "^3.6.0",
"moment": "^2.29.1",
"react": "^17.0.2",
"react-art": "^17.0.2",
"react-current-location-address": "^1.0.0",
"react-dom": "^17.0.2",
"react-horizontal-datepicker": "^2.0.3",
"react-icons": "^4.3.1",
"react-intersection-observer": "^8.33.1",
"react-native": "^0.66.3",
"react-native-checkbox-animated": "^0.0.10",
"react-native-checkbox-heaven": "^0.1.6",
"react-native-chip": "^2.1.8",
"react-native-circle-checkbox": "^0.1.6",
"react-native-elements": "github:react-native-elements/react-native-elements#dist",
"react-native-geolocation-service": "^5.3.0-beta.4",
"react-native-gesture-handler": "^2.2.0",
"react-native-icon-checkbox": "^1.2.0",
"react-native-paper": "^4.10.1",
"react-native-raw-bottom-sheet": "^2.2.0",
"react-native-rounded-checkbox": "^0.3.3",
"react-native-safe-area-context": "^3.3.2",
"react-native-selectmultiple-button": "^0.1.105",
"react-native-vector-icons": "^9.0.0",
"react-native-web": "^0.17.5",
"react-naver-maps": "^0.0.13",
"react-responsive-carousel": "^3.2.23",
"react-router-dom": "^5.2.0",
"react-router-native": "^6.0.2",
"react-scripts": "4.0.3",
"reactive-button": "^1.3.7",
"rn-round-checkbox": "^1.0.0",
"styled-components": "^5.3.3",
"utils-hooks": "^0.0.78",
"web-vitals": "^1.0.1"
},
"proxy": "https://seoul.naturemobility.com:18080/",
"scripts": {
"start": "set PORT=8080 && 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": {
"@babel/core": "^7.16.0",
"@babel/plugin-syntax-jsx": "^7.16.0",
"@babel/plugin-transform-react-jsx": "^7.16.0",
"@babel/preset-env": "^7.16.4",
"@babel/preset-react": "^7.16.0"
}
}