-
Notifications
You must be signed in to change notification settings - Fork 32
/
Copy pathpackage.json
49 lines (49 loc) · 1.25 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
{
"name": "iamport-react-example",
"version": "0.1.3",
"description": "아임포트 리액트 결제 및 휴대폰 본인인증 연동 예제",
"author": "Solee Deedee Choi",
"keywords": ["iamport", "react", "payment", "certification", "webview", "react-native"],
"dependencies": {
"antd": "^3.20.5",
"customize-cra": "^0.4.1",
"less": "^3.9.0",
"less-loader": "^5.0.0",
"query-string": "^6.8.1",
"react": "^16.8.6",
"react-app-rewired": "^2.1.3",
"react-dom": "^16.8.6",
"react-router-dom": "^5.0.1",
"react-scripts": "3.0.1",
"react-useragent": "^1.1.2",
"styled-components": "^4.3.2"
},
"repository": {
"type": "git",
"url": "https://github.com/SoleeChoi/iamport-react-example"
},
"scripts": {
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-app-rewired test",
"eject": "react-app-rewired eject"
},
"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": {
"babel-plugin-import": "^1.12.0"
}
}