-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
89 lines (89 loc) · 2.6 KB
/
Copy pathpackage.json
File metadata and controls
89 lines (89 loc) · 2.6 KB
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
{
"name": "@facilitymanager/source",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"start": "nx serve",
"build": "nx build",
"test": "nx test"
},
"private": true,
"dependencies": {
"@reduxjs/toolkit": "^2.0.1",
"@swc/helpers": "~0.5.2",
"ag-grid-community": "^31.0.1",
"ag-grid-react": "^31.0.1",
"aws-amplify": "^6.0.9",
"bootstrap": "^5.3.2",
"bpmn-js": "^16.2.0",
"c3": "^0.7.20",
"d3": "^7.8.5",
"firebase": "^10.7.2",
"formik": "^2.4.5",
"i18next": "^23.7.8",
"i18next-browser-languagedetector": "^7.2.0",
"i18next-http-backend": "^2.4.2",
"i18next-resources-to-backend": "^1.2.0",
"leaflet": "^1.9.4",
"lodash": "^4.17.21",
"mini-svg-data-uri": "^1.4.4",
"react": "^18.2.0",
"react-bootstrap": "^2.9.1",
"react-datepicker": "^4.25.0",
"react-dom": "^18.2.0",
"react-hot-toast": "^2.4.1",
"react-i18next": "^13.5.0",
"react-leaflet": "^4.2.1",
"react-leaflet-google-layer": "^2.2.0",
"react-recompose": "^0.33.0",
"react-redux": "^9.0.2",
"react-router-dom": "^6.21.0",
"react-scripts": "^5.0.1",
"react-switch": "^7.0.0",
"react-table-filter": "^2.0.2",
"react-toastify": "^9.1.3",
"react-websocket": "^2.1.0",
"reactstrap": "^9.2.1",
"redux-persist": "^6.0.0",
"redux-thunk": "^3.1.0",
"store": "^2.0.12",
"styled-components": "^6.1.1",
"tslib": "^2.3.0",
"uuid": "^9.0.1",
"yet-another-react-lightbox": "^3.15.6",
"yup": "^1.3.2"
},
"devDependencies": {
"@babel/core": "^7.14.5",
"@babel/preset-react": "^7.14.5",
"@nx/cypress": "17.1.3",
"@nx/eslint": "17.1.3",
"@nx/eslint-plugin": "17.1.3",
"@nx/jest": "17.1.3",
"@nx/js": "17.1.3",
"@nx/react": "17.1.3",
"@nx/webpack": "17.1.3",
"@nx/workspace": "17.1.3",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.7",
"@svgr/webpack": "^8.0.1",
"@swc-node/register": "~1.6.7",
"@swc/cli": "~0.1.62",
"@swc/core": "~1.3.85",
"@testing-library/react": "14.0.0",
"babel-jest": "^29.4.1",
"cypress": "^13.0.0",
"eslint": "~8.46.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-cypress": "^2.13.4",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-react": "7.32.2",
"eslint-plugin-react-hooks": "4.6.0",
"jest": "^29.4.1",
"jest-environment-jsdom": "^29.4.1",
"nx": "17.1.3",
"prettier": "^2.6.2",
"react-refresh": "^0.10.0",
"url-loader": "^4.1.1"
}
}