-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
131 lines (131 loc) · 3.93 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
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
{
"name": "inno-frontend",
"jest": {
"coverageReporters": [
"text",
"cobertura",
"html"
]
},
"version": "0.1.0",
"private": true,
"dependencies": {
"@date-io/date-fns": "^1.3.13",
"@devexpress/dx-react-chart": "^3.0.0",
"@devexpress/dx-react-chart-material-ui": "^3.0.0",
"@devexpress/dx-react-core": "^3.0.0",
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@mui/icons-material": "^5.3.1",
"@mui/lab": "^5.0.0-alpha.67",
"@mui/material": "^5.12.1",
"@mui/styled-engine-sc": "^5.12.0",
"@mui/styles": "^5.3.0",
"@mui/x-data-grid": "^5.5.1",
"@mui/x-date-pickers": "^5.0.8",
"@reduxjs/toolkit": "^1.8.5",
"@testing-library/jest-dom": "^5.16.2",
"@testing-library/react": "^12.1.3",
"@testing-library/user-event": "^13.5.0",
"@types/node": "^17.0.14",
"@types/react": "^17.0.39",
"@types/react-dom": "^17.0.11",
"@types/redux-mock-store": "^1.0.3",
"axios": "^0.21.4",
"chart.js": "^2.9.4",
"clsx": "^1.1.1",
"date-fns": "^2.27.0",
"dayjs": "^1.11.6",
"formik": "^2.2.9",
"history": "^4.10.1",
"html-to-pdfmake": "^2.3.7",
"html2pdf.js": "^0.9.3",
"i18next": "^19.9.2",
"i18next-browser-languagedetector": "^6.1.2",
"i18next-xhr-backend": "^3.2.2",
"jspdf": "^2.5.1",
"jwt-decode": "^3.1.2",
"material-ui-popup-state": "^2.0.0",
"moment": "^2.29.1",
"pdfmake": "^0.1.72",
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-chartjs-2": "^2.11.2",
"react-collapsible": "^2.8.4",
"react-dom": "^17.0.2",
"react-i18next": "^11.15.1",
"react-images-uploading": "^3.1.7",
"react-player": "^2.9.0",
"react-redux": "^7.2.6",
"react-router-dom": "^5.3.0",
"react-scripts": "^5.0.0",
"react-swipeable-views": "^0.14.0",
"react-swipeable-views-utils": "^0.14.0",
"react-transition-group": "^4.4.2",
"react-uuid": "^1.0.2",
"recharts": "^2.1.8",
"redux": "^4.1.2",
"redux-thunk": "^2.4.1",
"styled-components": "^5.3.9",
"yup": "^0.29.3"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"deploy": "aws s3 sync build/ s3://inno-frontend-bucket --delete",
"test": "react-scripts test",
"eject": "react-scripts eject",
"lint": "eslint './src/**/*.{ts,tsx}'",
"lint:fix": "eslint './src/**/*.{ts,tsx}' --fix",
"format": "prettier --write './src/**/*.{js,jsx,ts,tsx,css,md,json}' --config ./.prettierrc.json",
"docs": "rm -rf docs && jsdoc -c jsdoc.json"
},
"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"
]
},
"devDependencies": {
"@types/deep-freeze": "^0.1.2",
"@types/html-to-pdfmake": "^2.1.0",
"@types/jest": "^27.4.0",
"@types/jquery": "^3.5.10",
"@types/material-ui": "^0.21.12",
"@types/pdfmake": "^0.1.19",
"@types/react-redux": "^7.1.20",
"@types/react-router-dom": "^5.3.2",
"@types/react-swipeable-views": "^0.13.1",
"@types/react-swipeable-views-utils": "^0.13.3",
"@types/redux": "^3.6.0",
"@types/styled-components": "^5.1.18",
"@types/uuid": "^8.3.3",
"@types/xlsx": "0.0.36",
"@types/yup": "^0.29.13",
"@typescript-eslint/eslint-plugin": "^5.28.0",
"@typescript-eslint/parser": "^5.28.0",
"better-docs": "^2.3.2",
"deep-freeze": "0.0.1",
"eslint": "^8.18.0",
"eslint-config-prettier": "^8.5.0",
"eslint-import-resolver-typescript": "^2.7.1",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jest": "^26.1.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react-hooks": "^4.6.0",
"file-loader": "^6.2.0",
"jsdoc": "^3.6.7",
"prettier": "^2.7.1",
"redux-mock-store": "^1.5.4",
"typescript": "^3.9.10"
}
}