-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
128 lines (128 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
118
119
120
121
122
123
124
125
126
127
128
{
"name": "website",
"version": "0.1.0",
"private": true,
"scripts": {
"start": "cross-env EXTEND_ESLINT=true GENERATE_SOURCEMAP=false react-scripts start",
"build": "cross-env EXTEND_ESLINT=true GENERATE_SOURCEMAP=false react-scripts build",
"test": "react-scripts --expose-gc test --logHeapUsage --maxWorkers=4",
"eject": "react-scripts eject",
"lint": "eslint --ext .js,.jsx,.ts,.tsx ./src --ignore-path .gitignore --max-warnings 0",
"scan": "yarn start & npx react-scan@latest localhost:3000",
"precommit": "lint-staged",
"deploy:prod": "dotenv -e .env.prod yarn build && yarn run firebase deploy --only hosting:prod-target",
"deploy:staging": "dotenv -e .env.staging yarn build && yarn run firebase deploy --only hosting:staging-target",
"deploy:programize": "dotenv -e .env.programize yarn build && yarn run firebase deploy --only hosting:programize-target"
},
"dependencies": {
"@braintree/sanitize-url": "^7.0.1",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@mui/icons-material": "6.3.0",
"@mui/lab": "^6.0.0-beta.21",
"@mui/material": "6.3.0",
"@mui/styles": "6.3.0",
"@mui/system": "6.3.0",
"@mui/x-date-pickers": "^7.23.6",
"@reduxjs/toolkit": "^1.3",
"@sketchfab/viewer-api": "^1.12.0",
"@types/leaflet.locatecontrol": "^0.74.4",
"axios": "^1.7.8",
"axios-cache-interceptor": "^1.6.0",
"chart.js": "^4.4.3",
"chartjs-adapter-date-fns": "^3.0.0",
"chartjs-plugin-annotation": "^3.0.0",
"classnames": "^2.2.6",
"csv-stringify": "^6.4.5",
"date-fns": "^2.30.0",
"date-fns-tz": "^2.0.0",
"enzyme": "^3.11.0",
"enzyme-to-json": "^3.4.4",
"firebase": "^10.11.0",
"firebase-tools": "^13.28.0",
"geolib": "^3.3.4",
"immutable": "^4.0.0-rc.12",
"leaflet": "^1.7.1",
"leaflet.locatecontrol": "^0.79.0",
"lodash": "^4.17.15",
"luxon": "^3.3.0",
"mutationobserver-shim": "^0.3.7",
"notistack": "2.0.8",
"react": "18.3.1",
"react-chartjs-2": "^5.0.0",
"react-dom": "18.3.1",
"react-dropzone": "^11.0.3",
"react-ga4": "^2.1.0",
"react-hook-form": "^7.41.5",
"react-jwt": "^1.1.8",
"react-leaflet": "^2.7.0",
"react-leaflet-markercluster": "^2.0.0",
"react-material-ui-carousel": "3.4.2",
"react-redux": "^7.2.0",
"react-router-dom": "^6.0.0",
"react-router-hash-link": "^2.4.3",
"react-slick": "^0.30.3",
"react-swipeable-bottom-sheet": "^1.1.2",
"react-swipeable-views": "^0.14.0",
"redux": "^4.0.5",
"redux-mock-store": "^1.5.4",
"slick-carousel": "^1.8.1",
"validator": "^13.1.1"
},
"jest": {
"snapshotSerializers": [
"enzyme-to-json/serializer"
],
"moduleNameMapper": {
"axios": "axios/dist/node/axios.cjs",
"^csv-stringify/browser/esm/sync": "<rootDir>/../../node_modules/csv-stringify/dist/cjs/sync.cjs"
},
"globalSetup": "./src/global-setup.js",
"resetMocks": false
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"engines": {
"node": "18.x"
},
"devDependencies": {
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.1.0",
"@testing-library/user-event": "^14.5.2",
"@types/chart.js": "^2.9.27",
"@types/classnames": "^2.2.10",
"@types/immutable": "^3.8.7",
"@types/jest": "^24.0.0",
"@types/lodash": "^4.14.149",
"@types/luxon": "^3.3.1",
"@types/node": "^18.16.16",
"@types/react": "18.3.1",
"@types/react-dom": "18.3.1",
"@types/react-leaflet": "^2.5.1",
"@types/react-redux": "^7.1.7",
"@types/react-router-dom": "^5.1.3",
"@types/react-router-hash-link": "^2.4.9",
"@types/react-slick": "^0.23.4",
"@types/react-swipeable-views": "^0.13.0",
"@types/redux-mock-store": "^1.0.2",
"@types/validator": "^13.1.0",
"canvas": "^2.11.2",
"cross-env": "^7.0.2",
"dotenv-cli": "^4.0.0",
"jest": "^29.7.0",
"jest-date-mock": "^1.0.8",
"react-scripts": "5.0.1",
"surge": "^0.23.1"
}
}