-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
90 lines (90 loc) · 2.41 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
{
"name": "coupon-center",
"version": "0.1.0",
"private": true,
"dependencies": {
"@ant-design/icons": "^5.2.6",
"@ant-design/plots": "^1.0.0",
"@craco/craco": "^7.1.0",
"@tanstack/react-query": "^4.33.0",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"@tosspayments/payment-sdk": "^1.7.0",
"@tosspayments/payment-widget-sdk": "^0.10.2",
"antd": "^4.24.15",
"axios": "^1.6.3",
"craco-less": "^3.0.1",
"formik": "^2.4.5",
"less": "^4.2.0",
"moment": "^2.30.1",
"react": "^18.2.0",
"react-daum-postcode": "^3.1.3",
"react-dom": "^18.2.0",
"react-icons": "^4.12.0",
"react-responsive": "^9.0.2",
"react-infinite-scroll-component": "^6.1.0",
"react-router-dom": "^6.21.1",
"react-scripts": "5.0.1",
"recoil": "^0.7.7",
"recoil-persist": "^5.1.0",
"styled-components": "^6.1.6",
"typescript": "^4.9.5",
"web-vitals": "^2.1.4",
"yup": "^1.3.3"
},
"scripts": {
"eject": "react-scripts eject",
"start": "craco start",
"build": "craco build",
"test": "jest -c ./jest.config.js"
},
"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": {
"@types/jest": "^29.5.11",
"@types/node": "^16.18.69",
"@types/react": "^18.2.46",
"@types/react-dom": "^18.2.18",
"@babel/core": "^7.23.7",
"@babel/preset-env": "^7.23.7",
"@babel/preset-typescript": "^7.23.3",
"@commitlint/cli": "^17.7.1",
"@commitlint/config-conventional": "^17.7.0",
"@testing-library/jest-dom": "^6.2.0",
"@typescript-eslint/parser": "^5.62.0",
"babel-jest": "^29.7.0",
"eslint": "^8.49.0",
"eslint-config-prettier": "^9.0.0",
"eslint-import-resolver-typescript": "^3.6.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-react-hooks": "^4.6.0",
"husky": "^8.0.3",
"jest": "^29.0.0",
"jest-environment-jsdom": "^29.7.0",
"msw": "^2.0.11",
"prettier": "^3.0.3",
"react-test-renderer": "^18.2.0",
"ts-jest": "^29.1.1",
"tsconfig-paths-webpack-plugin": "^4.1.0"
},
"msw": {
"workerDirectory": "public"
}
}