-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 1.74 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
{
"name": "matx-react-pro",
"version": "3.1.2",
"private": true,
"dependencies": {
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.15.5",
"@mui/lab": "^5.0.0-alpha.76",
"@mui/material": "^5.15.5",
"@mui/styles": "^5.15.5",
"clsx": "^1.2.1",
"date-fns": "^2.30.0",
"firebase": "^8.10.1",
"lodash": "^4.17.21",
"mui-datatables": "^4.3.0",
"process": "^0.11.10",
"prop-types": "^15.8.1",
"react": "^17.0.2",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "^17.0.2",
"react-material-ui-form-validator": "^3.0.1",
"react-modal": "^3.16.1",
"react-perfect-scrollbar": "^1.5.8",
"react-redux": "^7.2.9",
"react-router-dom": "^6.21.2",
"react-scripts": "^5.0.1",
"recharts": "^2.10.4",
"redux": "^4.2.1",
"redux-thunk": "^2.4.2"
},
"scripts": {
"start": "GENERATE_SOURCEMAP=false react-app-rewired start",
"build": "GENERATE_SOURCEMAP=false react-scripts build",
"test": "react-scripts test",
"deploy": "npm run build && firebase deploy",
"get-keys": "export GOOGLE_APPLICATION_CREDENTIALS='/Users/lucas/Downloads/put-gang-keys.json'",
"ghp": "react-scripts build && gh-pages -d build"
},
"eslintConfig": {
"extends": [
"react-app",
"prettier"
]
},
"prettier": {
"trailingComma": "es5",
"tabWidth": 2,
"semi": true,
"singleQuote": false
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"babel-plugin-import": "^1.13.8",
"customize-cra": "^1.0.0",
"eslint-config-prettier": "^8.10.0",
"gh-pages": "^5.0.0",
"prettier": "2.5.1",
"react-app-rewired": "^2.2.1"
}
}