-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·70 lines (70 loc) · 1.98 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
{
"name": "master-diet-frontend",
"version": "0.1.0",
"private": true,
"dependencies": {
"@devexpress/dx-react-chart": "2.7.3",
"@devexpress/dx-react-chart-bootstrap4": "2.7.3",
"@devexpress/dx-react-chart-material-ui": "^2.7.3",
"@devexpress/dx-react-core": "2.7.3",
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
"@reach/slider": "^0.10.3",
"@shwilliam/react-rubber-slider": "^0.1.2",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.5.0",
"@testing-library/user-event": "^7.2.1",
"antd": "^4.6.4",
"bootstrap": "^4.5.0",
"d3": "^5.16.0",
"devextreme-react": "^20.2.3",
"flexbox": "0.0.3",
"formik": "^2.1.4",
"jquery": "^3.5.1",
"material-ui-icons": "^1.0.0-beta.36",
"memoize": "^0.1.1",
"memoize-one": "^5.1.1",
"moment": "^2.26.0",
"react": "^16.13.1",
"react-awesome-button": "^6.5.1",
"react-bootstrap": "^1.0.1",
"react-circular-progressbar": "^2.0.3",
"react-data-table-component": "^6.9.7",
"react-datepicker": "^3.0.0",
"react-datetime": "^2.16.3",
"react-datetime-picker": "^3.0.2",
"react-dom": "^16.13.1",
"react-google-login": "^5.1.20",
"react-modal": "^3.11.2",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
"react-s-alert": "^1.4.1",
"react-scripts": "3.4.1",
"reactive-button": "^1.3.3",
"reactstrap": "^8.4.1",
"serve": "^11.3.2",
"standard": "^14.3.4",
"styled-components": "^5.1.1"
},
"scripts": {
"start": "react-scripts --max_old_space_size=4096 start",
"build": "react-scripts --max_old_space_size=4096 build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"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"
]
}
}