forked from sopra-fs24-group-09/sopra-fs24-group-09-client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.21 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
{
"name": "sopra-fs24-client-template",
"version": "0.24.0",
"private": true,
"dependencies": {
"@ffmpeg/ffmpeg": "^0.12.10",
"@reactour/tour": "^3.6.2",
"axios": "^1.6.7",
"eslint-config-react-app": "^7.0.1",
"lodash": "^4.17.21",
"net": "^1.0.2",
"react": "^18.2.0",
"react-datepicker": "^6.2.0",
"react-dom": "^18.2.0",
"react-icons": "^5.0.1",
"react-router-dom": "^6.21.3",
"react-scripts": "^5.0.1",
"react-toastify": "^10.0.5",
"serve": "^14.2.1",
"sockjs-client": "^1.6.1",
"stompjs": "^2.3.3",
"toastify": "^2.0.1",
"uuid": "^9.0.1",
"wavesurfer.js": "^7.7.5"
},
"scripts": {
"dev": "react-scripts start",
"start": "serve -s build",
"build": "react-scripts build",
"gcp-build": "",
"eject": "react-scripts eject",
"lint": "eslint --fix src/**/*.ts src/**/*.tsx src/**/*.js"
},
"eslintConfig": {
"extends": "react-app"
},
"engines": {
"node": "20.11.0"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"sass": "^1.70.0",
"typescript": "^4.0.0"
}
}