-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
93 lines (93 loc) · 2.47 KB
/
package.json
File metadata and controls
93 lines (93 loc) · 2.47 KB
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
91
92
93
{
"name": "fixme-my-project",
"version": "0.1.0",
"private": true,
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.28",
"@fortawesome/free-solid-svg-icons": "^5.13.0",
"@fortawesome/react-fontawesome": "^0.1.9",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"@types/content-type": "^1.1.3",
"@types/jest": "^24.0.0",
"@types/lodash": "^4.14.153",
"@types/node": "^12.0.0",
"@types/promise-retry": "^1.1.3",
"@types/react": "^16.9.0",
"@types/react-dom": "^16.9.0",
"@types/react-router-dom": "^5.1.5",
"@types/styled-components": "^5.1.0",
"@types/uuid": "^7.0.0",
"accepts": "^1.3.7",
"axios": "^0.19.2",
"class-transformer": "^0.2.3",
"cross-env": "^7.0.2",
"firebase": "^7.9.1",
"firebase-tools": "^7.13.1",
"get-user-locale": "^1.3.0",
"glob": "^7.1.6",
"i18next": "^19.5.0",
"immer": "^6.0.2",
"lodash": "^4.17.15",
"mobx": "^5.15.4",
"mobx-react": "^6.2.2",
"mobx-utils": "^5.6.1",
"moment": "^2.24.0",
"normalize.css": "^8.0.1",
"promise-retry": "^1.1.1",
"react": "^16.13.1",
"react-app-rewired": "^2.1.6",
"react-dom": "^16.13.1",
"react-hook-form": "^5.6.3",
"react-i18next": "^11.7.0",
"react-id-swiper": "^3.0.0",
"react-router-dom": "^5.1.2",
"react-scripts": "3.4.1",
"styled-components": "^5.1.0",
"styled-reset": "^4.1.4",
"typescript": "~3.7.2",
"uuid": "^7.0.2"
},
"scripts": {
"local": "cross-env NODE_ENV=local react-app-rewired start",
"prod": "cross-env NODE_ENV=production react-app-rewired start",
"start": "yarn local",
"build": "react-app-rewired build",
"test": "react-app-rewired 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"
]
},
"devDependencies": {
"@svgr/webpack": "^5.3.0",
"@types/jest": "^24.0.0",
"@types/node": "^12.0.0",
"@types/react": "^16.9.0",
"@types/react-dom": "^16.9.0",
"@types/webpack-env": "^1.15.1",
"@typescript-eslint/eslint-plugin": "^2.20.0",
"@typescript-eslint/parser": "^2.20.0",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.10.0",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-react": "^7.18.3",
"node-sass": "^4.13.1",
"prettier": "^1.19.1",
"react-uid": "^2.2.0",
"typescript": "~3.7.2"
}
}