-
Notifications
You must be signed in to change notification settings - Fork 24
/
package.json
97 lines (97 loc) · 3.06 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
91
92
93
94
95
96
97
{
"name": "questionably-epic-live",
"version": "0.1.0",
"private": true,
"dependencies": {
"@emotion/react": "^11.6.0",
"@emotion/styled": "^11.6.0",
"@material-table/core": "^0.2.11",
"@mui/icons-material": "^5.6.2",
"@mui/lab": "^5.0.0-alpha.54",
"@mui/material": "^5.1.0",
"@mui/styles": "^5.1.0",
"@mui/x-date-pickers": "^6.10.0",
"@redux-devtools/extension": "^3.2.5",
"@sentry/browser": "^8.37.1",
"@sentry/react": "^8.37.1",
"@sentry/tracing": "^6.9.0",
"@types/jest": "^26.0.24",
"@types/react": "^18.2.13",
"@types/react-dom": "^18.2.6",
"axios": "^0.21.2",
"chroma-js": "^2.1.0",
"env-cmd": "^10.1.0",
"i18next": "^19.7.0",
"i18next-browser-languagedetector": "^6.0.1",
"i18next-xhr-backend": "^3.2.2",
"local-storage": "^2.0.0",
"mkcert": "^1.5.0",
"moment": "^2.29.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-ga": "^3.3.0",
"react-google-login": "^5.1.21",
"react-i18next": "^11.7.3",
"react-loading-overlay": "^1.0.1",
"react-router-dom": "^5.2.0",
"react-scripts": "5.0.1",
"reactstrap": "^8.6.0",
"recharts": "^2.1.16",
"simple-oauth2": "^4.1.0",
"typescript": "^3.9.10",
"workerize": "^0.1.8"
},
"scripts": {
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"start": "react-scripts --max_old_space_size=5200 start",
"build": "react-scripts build --max_old_space_size=6144",
"build:dev": "env-cmd -f .env.ptr react-scripts build --max_old_space_size=4096",
"build:prod": "env-cmd -f .env react-scripts build --max_old_space_size=4096",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"devDependencies": {
"@babel/eslint-parser": "^7.12.1",
"@babel/eslint-plugin": "^7.12.1",
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@sentry/webpack-plugin": "^1.16.0",
"@testing-library/react": "^11.2.6",
"@types/node": "^20.10.5",
"@types/react-router-dom": "^5.3.3",
"@typescript-eslint/eslint-plugin": "3.9.1",
"@typescript-eslint/parser": "3.9.1",
"eslint": "^7.32.0",
"eslint-config-airbnb": "18.2.0",
"eslint-config-airbnb-typescript": "9.0.0",
"eslint-config-prettier": "6.11.0",
"eslint-config-react-app": "5.2.1",
"eslint-import-resolver-typescript": "2.2.1",
"eslint-loader": "4.0.2",
"eslint-plugin-flowtype": "5.2.0",
"eslint-plugin-import": "2.22.0",
"eslint-plugin-jsx-a11y": "6.3.1",
"eslint-plugin-only-warn": "^1.0.2",
"eslint-plugin-prettier": "3.1.4",
"eslint-plugin-react": "^7.20.6",
"eslint-plugin-react-hooks": "^4.1.0",
"jest-canvas-mock": "^2.3.1",
"prettier": "2.0.5",
"prettier-eslint": "^8.2.2",
"prettier-eslint-cli": "^5.0.1",
"redux-mock-store": "^1.5.4",
"workerize-loader": "^2.0.2"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}