-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
67 lines (67 loc) · 1.88 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
{
"name": "koin-web",
"version": "1.0.0",
"private": true,
"dependencies": {
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^10.0.4",
"@testing-library/user-event": "^10.1.0",
"axios": "^0.19.0",
"dom-to-image": "^2.6.0",
"env-cmd": "^10.1.0",
"html-react-parser": "^0.10.1",
"js-cookie": "^2.2.1",
"polished": "^3.4.2",
"prop-types": "^15.7.2",
"query-string": "^6.11.0",
"react": "^16.12.0",
"react-app-polyfill": "^1.0.6",
"react-awesome-swiper": "^1.4.10",
"react-dom": "^16.12.0",
"react-naver-maps": "^0.0.13",
"react-quill": "^1.3.3",
"react-redux": "^7.1.3",
"react-router-dom": "^5.1.2",
"react-router-last-location": "^2.0.1",
"react-scripts": "^5.0.1",
"react-spinners": "^0.7.2",
"react-toast-notifications": "^2.4.0",
"react-transition-group": "^4.3.0",
"react-window": "^1.8.5",
"redux": "^4.0.5",
"redux-devtools-extension": "^2.13.8",
"redux-logger": "^3.0.6",
"redux-saga": "^1.1.3",
"redux-thunk": "^2.3.0",
"sha256": "^0.2.0",
"styled-components": "^4.4.1"
},
"devDependencies": {
"jest-environment-jsdom-sixteen": "^1.0.3",
"redux-mock-store": "^1.5.4",
"redux-saga-test-plan": "^4.0.0-rc.3"
},
"scripts": {
"start": "react-scripts start",
"build": "GENERATE_SOURCEMAP=false react-scripts build",
"build:staging": "GENERATE_SOURCEMAP=false env-cmd -f .env.staging react-scripts build",
"test": "react-scripts test --env=jest-environment-jsdom-sixteen --coverage=true --verbose",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"ie 11",
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}