-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
66 lines (66 loc) · 1.75 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
{
"name": "client",
"version": "0.1.0",
"private": false,
"dependencies": {
"@apollo/client": "^3.8.8",
"@artsy/fresnel": "^7.1.3",
"@babel/plugin-transform-class-properties": "^7.23.3",
"@babel/plugin-transform-numeric-separator": "^7.23.4",
"@types/mapbox-gl": "^2.7.20",
"bootstrap": "^5.3.2",
"cropperjs": "^1.6.2",
"d3-request": "^1.0.6",
"dotenv": "^16.3.1",
"google-palette": "^1.1.1",
"graphql": "^15.8.0",
"graphql-tag": "^2.10.1",
"html-react-parser": "^5.0.11",
"image-data-uri": "^2.0.1",
"jwt-decode": "^4.0.0",
"koa-compose": "^4.1.0",
"mapbox-gl": "^1.13.3",
"moment": "^2.24.0",
"nodemon": "^3.0.2",
"react": "^18.2.0",
"react-big-calendar": "^1.8.5",
"react-bootstrap": "^2.9.1",
"react-cropper": "^2.3.3",
"react-csv": "^2.2.2",
"react-dom": "^18.2.0",
"react-icons": "^4.12.0",
"react-image-crop": "^11.0.1",
"react-map-gl": "^7.1.7",
"react-router-dom": "^6.21.1",
"react-scripts": "^5.0.1",
"react-toastify": "^9.1.3",
"semantic-ui-css": "^2.5.0",
"semantic-ui-react": "^2.1.5",
"victory": "^36.7.0"
},
"scripts": {
"start": "react-scripts start",
"build": "CI=false && react-scripts build && cp public/_redirects build/",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"proxy": "https://membershpeuf.netlify.app/",
"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-transform-private-methods": "^7.23.3"
}
}