-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
executable file
·117 lines (117 loc) · 4.17 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
{
"name": "farmstack-frontend",
"version": "2.1.0",
"private": true,
"dependencies": {
"@ant-design/icons": "^5.0.0",
"@emotion/react": "^11.9.3",
"@emotion/styled": "^11.9.3",
"@mui/icons-material": "^5.8.4",
"@mui/lab": "^5.0.0-alpha.87",
"@mui/material": "^5.8.5",
"@mui/x-data-grid": "^7.1.0",
"@mui/x-date-pickers": "^7.1.0",
"@testing-library/react": "^14.2.2",
"@testing-library/user-event": "^14.4.3",
"antd": "^5.1.5",
"axios": "^1.6.8",
"bootstrap": "^5.3.3",
"caniuse-lite": "^1.0.30001444",
"chart.js": "^4.4.2",
"country-state-city": "^3.1.2",
"cross-env": "^7.0.3",
"date-fns": "^2.30.0",
"dotenv": "^16.3.1",
"env-cmd": "^10.1.0",
"file-saver": "^2.0.5",
"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",
"lottie-web": "^5.12.2",
"material-ui-phone-number": "^3.0.0",
"mdbreact": "^5.0.1",
"moment": "^2.24.0",
"rc-virtual-list": "^3.10.5",
"react": "^18.2.0",
"react-bootstrap": "^2.10.2",
"react-bootstrap-icons": "^1.3.0",
"react-countdown-circle-timer": "^3.2.1",
"react-dom": "^18.2.0",
"react-drag-drop-files": "^2.3.7",
"react-easy-crop": "^5.0.6",
"react-helmet": "^6.1.0",
"react-icons": "^5.2.1",
"react-infinite-scroll-component": "^6.1.0",
"react-json-view": "^1.21.3",
"react-router-dom": "^5.1.2",
"react-rte": "^0.16.5",
"react-scripts": "^5.0.1",
"react-select": "^5.3.2",
"react-select-country-list": "^2.2.3",
"react-slick": "^0.30.2",
"react-transition-group": "^4.4.5",
"react-type-animation": "^3.0.1",
"recharts": "^2.7.3",
"styled-components": "^5.3.5",
"validator": "^13.7.0"
},
"scripts": {
"start": "cross-env NODE_OPTIONS=--max-old-space-size=6144 react-scripts start",
"build": "cross-env NODE_OPTIONS=--max-old-space-size=6144 react-scripts build",
"start:default": "cross-env REACT_APP_INSTANCE=DEFAULT REACT_APP_BASEURL=https://platform.farmer.chat/be/ REACT_APP_BASEURL_without_slash=https://platform.farmer.chat/be NODE_OPTIONS=--max-old-space-size=6144 react-scripts start",
"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": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@testing-library/jest-dom": "^6.4.2",
"msw": "^2.2.13"
},
"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"
]
}
}