-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.27 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
{
"name": "fronttimeline",
"version": "0.1.0",
"private": true,
"dependencies": {
"axios": "^0.19.0",
"immutable": "^4.0.0-rc.12",
"lodash": "^4.17.15",
"open-color": "^1.7.0",
"react": "^16.10.2",
"react-animate-on-scroll": "^2.1.5",
"react-dom": "^16.10.2",
"react-kakao-login": "^1.2.0",
"react-naver-login": "^0.1.3-alpha1",
"react-onclickoutside": "^6.9.0",
"react-redux": "^7.1.1",
"react-router-dom": "^5.1.2",
"react-scripts": "3.2.0",
"react-toastify": "^5.4.0",
"redux": "^4.0.4",
"redux-actions": "^2.6.5",
"redux-pender": "^2.0.12",
"styled-components": "^4.4.0",
"validator": "^11.1.0"
},
"scripts": {
"start": "cross-env NODE_PATH=src PORT=3000 react-scripts start",
"build": "cross-env NODE_PATH=src react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"proxy": "http://15.164.170.252:8080",
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"cross-env": "^6.0.3"
}
}