-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.4 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
{
"name": "doecom",
"version": "0.1.0",
"private": true,
"dependencies": {
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"axios": "^0.21.2",
"axios-hooks": "^2.1.0",
"bootstrap": "^4.5.0",
"classnames": "^2.2.6",
"js-cookie": "^2.2.1",
"moment": "^2.27.0",
"polished": "^3.6.5",
"react": "^16.13.1",
"react-content-loader": "^5.1.0",
"react-currency-masked-input": "^2.5.0",
"react-dom": "^16.13.1",
"react-ga": "^3.1.2",
"react-hook-form": "^6.2.0",
"react-icons": "^3.10.0",
"react-intl": "^5.2.2",
"react-router-dom": "^5.2.0",
"react-scripts": "3.4.1",
"react-text-mask": "^5.4.3",
"react-toastify": "^6.0.5",
"styled-components": "^5.1.1",
"sweetalert": "^2.1.2",
"text-mask-addons": "^3.8.0"
},
"scripts": {
"start": "react-scripts start",
"start:fake-api": "json-server -w -d 150 -p 5050 -i _id -r src/util/dbRoutes.json src/util/db.json",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts 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"
]
}
}