-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
94 lines (94 loc) · 2.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
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
{
"name": "polmo-web-ui",
"version": "1.0.0",
"title": "Polmo APM Web",
"description": "Tokyo Free Black Typescript Dashboard is built using the latest industry standards and features a clean and premium design style, making use of colors and accents to improve the user experience for all included flows and pages.",
"author": {
"name": "Amjed Ali",
"url": "https://github.com/amjed-ali-k"
},
"private": false,
"dependencies": {
"@emotion/react": "11.6.0",
"@emotion/styled": "11.3.0",
"@material-ui/core": "5.0.0-beta.2",
"@material-ui/icons": "5.0.0-beta.1",
"@material-ui/lab": "5.0.0-alpha.41",
"@material-ui/styles": "5.0.0-beta.2",
"babel-eslint": "^10.1.0",
"chart.js": "2.9.4",
"clsx": "1.1.1",
"date-fns": "2.23.0",
"eslint-config-react-app": "^6.0.0",
"history": "5.0.1",
"jotai": "^1.3.7",
"mapbox-gl": "^2.6.1",
"nprogress": "0.2.0",
"numeral": "2.0.6",
"prop-types": "15.7.2",
"react": "17.0.2",
"react-chartjs-2": "2.11.1",
"react-custom-scrollbars-2": "4.4.0",
"react-dom": "17.0.2",
"react-helmet-async": "1.1.2",
"react-router": "6.0.0-beta.0",
"react-router-dom": "6.0.0-beta.0",
"react-scripts": "^4.0.3",
"redaxios": "^0.4.1",
"stylis": "4.0.10",
"stylis-plugin-rtl": "2.1.0",
"web-vitals": "2.1.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"eject": "react-scripts eject"
},
"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"
]
},
"devDependencies": {
"@babel/eslint-parser": "7.14.7",
"@commitlint/cli": "^13.2.0",
"@commitlint/config-conventional": "^13.2.0",
"@types/mapbox-gl": "^2.4.2",
"@types/node": "^16.10.3",
"@types/nprogress": "0.2.0",
"@types/numeral": "2.0.1",
"@types/react": "17.0.26",
"@types/react-dom": "17.0.9",
"@types/react-router-dom": "5.3.0",
"@typescript-eslint/eslint-plugin": "4.28.5",
"@typescript-eslint/parser": "4.28.5",
"commitlint": "^11.0.0",
"commitlint-config-gitmoji": "^2.2.5",
"eslint": "7.31.0",
"eslint-config-airbnb": "18.2.1",
"eslint-config-airbnb-typescript": "12.3.1",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-import": "2.23.4",
"eslint-plugin-jsx-a11y": "6.4.1",
"eslint-plugin-prettier": "3.4.0",
"eslint-plugin-react": "7.24.0",
"eslint-plugin-react-hooks": "4.2.0",
"husky": "^7.0.2",
"node-sass": "6.0.1",
"prettier": "2.3.2",
"typescript": "4.3.5"
}
}