forked from creativetimofficial/notus-react
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
91 lines (91 loc) · 2.57 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
{
"name": "saraswati-dashboard",
"version": "3.0.4",
"description": "A HEDIS reporting application utilizing D3 and Material UI.",
"repository": "https://github.com/amidatech/saraswati-dashboard",
"license": "MIT",
"dependencies": {
"1.1.1": "^1.0.0",
"@babel/core": "^7.23.2",
"@babel/plugin-syntax-flow": "^7.22.5",
"@babel/plugin-transform-react-jsx": "^7.22.15",
"@babel/preset-env": "^7.23.2",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.14.15",
"@mui/lab": "^5.0.0-alpha.150",
"@mui/material": "^5.14.15",
"@mui/system": "^5.14.15",
"@mui/x-data-grid": "^6.16.3",
"@popperjs/core": "2.11.8",
"apexcharts": "^3.44.0",
"axios": "1.5.1",
"chart.js": "4.4.0",
"d3": "^7.8.5",
"gapi-script": "^1.2.0",
"glob-parent": "^6.0.2",
"gulp": "^4.0.2",
"gulp-append-prepend": "1.0.9",
"moment": "2.29.4",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-a11y": "^1.1.0",
"react-apexcharts": "^1.4.1",
"react-beautiful-dnd": "^13.1.1",
"react-dom": "18.2.0",
"react-google-login": "^5.2.2",
"react-router": "6.17.0",
"react-router-dom": "6.17.0",
"react-scripts": "^5.0.1",
"sass": "^1.69.4",
"tinycolor2": "^1.6.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build && gulp licenses",
"test": "react-scripts test",
"eject": "react-scripts eject",
"install:clean": "rm -rf node_modules/ yarn.lock && yarn install && yarn start",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"optionalDependencies": {
"@types/googlemaps": "3.39.13",
"@types/markerclustererplus": "2.1.33",
"@types/react": "18.2.31",
"typescript": "5.2.2"
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@testing-library/jest-dom": "^6.1.4",
"@testing-library/react": "14.0.0",
"eslint": "^8.52.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"jest": "29.7.0",
"react-inject-env": "^2.1.0"
},
"jest": {
"moduleNameMapper": {
"axios": "axios/dist/node/axios.cjs"
}
}
}