-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage.json
87 lines (87 loc) · 2.53 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
{
"name": "bubify",
"version": "1.0.0",
"private": true,
"dependencies": {
"@babel/plugin-proposal-private-property-in-object": "*",
"@date-io/core": "^1.3.6",
"@date-io/dayjs": "^1.3.13",
"@material-ui/core": "^4.12.1",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.60",
"@material-ui/pickers": "^3.3.10",
"@material-ui/styles": "^4.11.5",
"@mdi/js": "^7.2.96",
"@mdi/react": "^1.5.0",
"@stomp/stompjs": "^6.1.0",
"@testing-library/jest-dom": "^5.14.1",
"axios": "^0.21.1",
"chart.js": "^2.3.0",
"dayjs": "^1.10.6",
"i18next": "^23.2.6",
"i18next-browser-languagedetector": "^7.0.2",
"i18next-http-backend": "^2.2.1",
"jsonwebtoken": "^9.0.0",
"notifyjs": "^3.0.0",
"prop-types": "^15.8.1",
"react": "^17.0.2",
"react-avatar-editor": "^13.0.0",
"react-chartjs-2": "2.11.1",
"react-device-detect": "^2.2.3",
"react-dom": "^17.0.2",
"react-i18next": "^13.0.1",
"react-images-upload": "https://github.com/JonasNorlinder/react-images-upload/archive/refs/tags/v1.2.9-patched.tar.gz",
"react-linkify": "^1.0.0-alpha",
"react-responsive": "^9.0.2",
"react-router-dom": "^5.1.8",
"react-scripts": "4.0.3",
"react-toastify": "^8.2.0",
"typescript": "4.3.5"
},
"scripts": {
"start": "cross-env BROWSER=none react-scripts start",
"build": "react-scripts build",
"build-dev": "cross-env REACT_APP_MODE=development react-scripts build",
"lint": "eslint --ext .ts --ext .tsx src/**",
"lint-fix": "eslint --fix --ext .ts --ext .tsx src/**"
},
"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"
]
},
"resolutions": {
"@types/react": "17.0.2",
"@types/react-dom": "17.0.2",
"react-error-overlay": "6.0.9"
},
"devDependencies": {
"@babel/core": "^7.22.5",
"@types/jsonwebtoken": "^9.0.0",
"@types/node": "^12.20.16",
"@types/notifyjs": "^3.0.3",
"@types/react": "^17.0.2",
"@types/react-avatar-editor": "^13.0.0",
"@types/react-dom": "^17.0.2",
"@types/react-linkify": "^1.0.1",
"@types/react-responsive": "^8.0.3",
"@types/react-router-dom": "^5.1.8",
"@types/sockjs-client": "^1.5.1",
"cross-env": "^7.0.3",
"react-app-rewired": "^2.2.1",
"react-error-overlay": "6.0.9"
}
}