-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
108 lines (108 loc) · 3.24 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
98
99
100
101
102
103
104
105
106
107
108
{
"name": "project11-b-web-fe-performance-monitoring-admin",
"version": "0.1.0",
"private": true,
"engines": {
"node": "14.15.1",
"npm": "6.14.8"
},
"repository": {
"type": "git",
"url": "git+https://github.com/boostcamp-2020/Project11-B-Web-FE-Performance-Monitoring-Admin.git"
},
"scripts": {
"start": "react-scripts start",
"dev": "react-scripts start",
"build": "set \"set GENERATE_SOURCEMAP=false\" && react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"lint": "eslint \"./**/*.{js,jsx,ts,tsx}\"",
"lint:fix": "eslint --fix \"./**/*.{ts,tsx}\"",
"prettier": "prettier --write --config \"./.prettierrc\" \"./**/*.{js,jsx,ts,tsx}\""
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.32",
"@material-ui/core": "^4.11.0",
"@material-ui/data-grid": "^4.0.0-alpha.13",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.56",
"@material-ui/styles": "^4.10.0",
"@testing-library/jest-dom": "^5.11.6",
"@testing-library/react": "^11.1.2",
"@testing-library/user-event": "^12.2.2",
"@types/jest": "^26.0.15",
"@types/lodash": "^4.14.165",
"@types/material-ui": "^0.21.8",
"@types/node": "^12.19.5",
"@types/qs": "^6.9.5",
"@types/react": "^16.9.56",
"@types/react-dom": "^16.9.9",
"@types/react-helmet": "^6.1.0",
"@types/react-router-dom": "^5.1.6",
"@types/react-swipeable-views": "^0.13.0",
"@types/react-syntax-highlighter": "^13.5.0",
"@types/redux-logger": "^3.0.8",
"@types/validator": "^13.1.0",
"axios": "^0.21.0",
"billboard.js": "^2.2.0-next.2",
"clipboard-polyfill": "^3.0.1",
"clsx": "^1.1.1",
"core-js": "^3.8.1",
"eslint-import-resolver-typescript": "^2.3.0",
"http-proxy-middleware": "^1.0.6",
"lodash": "^4.17.20",
"material-ui-image": "^3.3.1",
"qs": "^6.9.4",
"react": "^17.0.1",
"react-app-polyfill": "^2.0.0",
"react-dom": "^17.0.1",
"react-helmet": "^6.1.0",
"react-redux": "^7.2.2",
"react-router-dom": "^5.2.0",
"react-scripts": "4.0.0",
"react-syntax-highlighter": "^15.3.1",
"redux": "^4.0.5",
"redux-devtools-extension": "^2.13.8",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.3.0",
"regenerator-runtime": "^0.13.7",
"typescript": "^4.0.5",
"validator": "^13.5.1",
"web-vitals": "^0.2.4"
},
"devDependencies": {
"@types/react-redux": "^7.1.11",
"@typescript-eslint/eslint-plugin": "^4.8.0",
"@typescript-eslint/parser": "^4.8.0",
"cra-bundle-analyzer": "^0.1.0",
"eslint": "^7.13.0",
"eslint-config-airbnb-typescript": "^12.0.0",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-react-hooks": "^4.0.0",
"prettier": "^2.1.2"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"ie 9",
"ie 11",
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}