forked from digitalgreenorg/farmstack-frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·130 lines (130 loc) · 4.37 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
{
"name": "axios-demo",
"version": "0.1.0",
"private": true,
"dependencies": {
"@ant-design/icons": "^5.0.0",
"@emotion/react": "^11.9.3",
"@emotion/styled": "^11.9.3",
"@material-ui/core": "^4.12.4",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.61",
"@mui/icons-material": "^5.8.4",
"@mui/lab": "^5.0.0-alpha.87",
"@mui/material": "^5.8.5",
"@mui/x-data-grid": "^5.17.4",
"@mui/x-date-pickers": "^5.0.0-beta.1",
"@testing-library/react": "^9.4.0",
"@testing-library/user-event": "^14.4.3",
"antd": "^5.1.5",
"axios": "^0.19.2",
"bootstrap": "^4.4.1",
"caniuse-lite": "^1.0.30001444",
"chart.js": "^3.7.0",
"country-state-city": "^3.1.2",
"date-fns": "^2.30.0",
"dotenv": "^16.3.1",
"echarts": "5.1.2",
"echarts-for-react": "3.0.1",
"env-cmd": "^10.1.0",
"file-saver": "^2.0.5",
"font-awesome": "^4.7.0",
"history": "4.9.0",
"html-react-parser": "^3.0.1",
"jquery": "^3.6.0",
"json-2-csv": "^3.17.2",
"libphonenumber-js": "^1.10.26",
"material-ui-phone-number": "^3.0.0",
"mdbreact": "^5.0.1",
"moment": "^2.24.0",
"react": "^17.0.2",
"react-bootstrap": "^1.0.0-beta.16",
"react-bootstrap-icons": "^1.3.0",
"react-color": "^2.19.3",
"react-countdown": "^2.3.2",
"react-countdown-circle-timer": "^3.2.1",
"react-datepicker": "^4.6.0",
"react-dom": "^17.0.2",
"react-drag-drop-files": "^2.3.7",
"react-easy-crop": "^4.7.4",
"react-icons": "^4.4.0",
"react-multi-email": "^0.5.3",
"react-redux": "^7.1.3",
"react-router-dom": "^5.1.2",
"react-rte": "^0.16.5",
"react-scripts": "3.4.0",
"react-select": "^5.3.2",
"react-select-country-list": "^2.2.3",
"react-slick": "^0.29.0",
"react-sortable-tree-patch-react-17": "2.9.0",
"react-toastify": "^8.0.2",
"react-tooltip": "^4.2.21",
"react-transition-group": "^4.4.5",
"react-type-animation": "^3.0.1",
"react-window": "^1.8.8",
"recharts": "^2.1.13",
"redux": "^4.0.4",
"redux-thunk": "^2.3.0",
"slick-carousel": "^1.8.1",
"styled-components": "^5.3.5",
"tooltip": "^1.6.1",
"validator": "^13.7.0"
},
"scripts": {
"start": "env-cmd -f .env.production react-scripts --max-old-space-size=6144 start",
"build": "env-cmd -f .env.production react-scripts --max-old-space-size=6144 build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"coverage": "react-scripts test --coverage --watchAll"
},
"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": {
"@testing-library/jest-dom": "^5.16.5",
"axios-mock-adapter": "^1.21.5",
"jest-svg-transformer": "^1.0.0",
"msw": "^1.2.2"
},
"jest": {
"collectCoverageFrom": [
"src/Components/NewOnboarding/OrganizationDetails.jsx",
"src/Components/NewOnboarding/ProfileDetails.jsx",
"src/Components/NewOnboarding/CompanyPolicies.jsx",
"src/Components/Standardization/StandardizationInOnbording.js",
"src/Components/Support_New/Support.jsx",
"src/Components/CoStewardAndParticipants/CostewardAndParticipants.js",
"src/Views/GuestUser/GuestUserHomeNew.js",
"src/Components/Support_New/SupportView.jsx",
"src/Components/Support_New/SupportForm.jsx",
"src/Components/Card/ParticipantForm/ParticipantFormNew.js",
"src/Components/NewOnboarding/CategoryDetails.jsx",
"src/Views/GuestUser/GuestUserLegalNew.js",
"src/Views/GetStarted/GetStarted.js",
"src/Views/Connector_New/AddConnector.js",
"src/Views/ParticipantCoSteward/ParticipantAndCoStewardDetailsNew.js",
"src/Components/Datasets_New/DataSets.js",
"src/Components/Connectors_New/Connectors.jsx",
"src/Views/GuestUser/GuestUserContactNew.js",
"src/Views/Dashboard/DashboardNew.js",
"src/Components/Navbar/Navbar_New.jsx",
"src/Components/Footer/Footer_New.jsx",
"src/Components/Datasets_New/DataSetsView.js",
"src/Components/NewOnboarding/VerifyEmail.jsx",
"src/Components/Datasets_New/AddDataSet.js",
"src/Components/Datasets_New/DatasetRequestTable/DatasetRequestTable.jsx"
]
}
}