-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
76 lines (76 loc) · 2.03 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
{
"name": "frontend",
"version": "0.1.0",
"private": true,
"dependencies": {
"@feathersjs/authentication-client": "^4.5.11",
"@feathersjs/feathers": "^4.5.11",
"@feathersjs/socketio-client": "^4.5.11",
"@fortawesome/fontawesome-free": "^5.15.1",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"bulma": "^0.9.1",
"bulma-calendar": "^6.1.2",
"bulma-toast": "^2.2.0",
"chart.js": "^3.3.0",
"date-fns": "^2.16.1",
"dotenv": "^8.2.0",
"leaflet": "^1.8.0",
"random-string-generator": "^1.0.0",
"react": ">=16.8.0",
"react-accessible-accordion": "^3.3.4",
"react-chartjs-2": "^3.0.3",
"react-cool-onclickoutside": "^1.7.0",
"react-datepicker": "^3.6.0",
"react-debounce-input": "^3.2.3",
"react-dom": ">=16.8.0",
"react-draggable": "^4.4.3",
"react-dropzone-uploader": "^2.11.0",
"react-form-builder2": "^0.11.3",
"react-hook-form": "^6.14.1",
"react-infinite-scroll-component": "^6.0.0",
"react-jitsi": "^1.0.4",
"react-jutsu": "^3.0.1",
"react-leaflet": "^4.0.0",
"react-query": "^3.5.16",
"react-router-dom": "^5.2.0",
"react-scripts": "4.0.1",
"react-speech-recognition": "^3.9.1",
"react-to-print": "^2.12.5",
"serve": "^11.3.2",
"socket.io-client": "^2.3.1",
"use-places-autocomplete": "^3.0.0",
"web-vitals": "^0.2.4"
},
"scripts": {
"dev": "react-scripts start",
"start": "serve -s build",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"heroku-postbuild": "npm run build"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": [
">0.2%",
"not dead",
"not op_mini all"
],
"peerDependencies": {
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
},
"devDependencies": {
"@types/leaflet": "^1.7.10"
},
"engines": {
"npm": "8.1.0",
"node": "16.12.0"
}
}