-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.45 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-fs22-client-template",
"version": "0.1.0",
"private": true,
"dependencies": {
"@mantine/core": "^4.1.4",
"@mantine/hooks": "^4.1.4",
"@mantine/notifications": "^4.1.4",
"axios": "^0.24.0",
"framer-motion": "^6.3.3",
"net": "^1.0.2",
"qrcode.react": "^3.0.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-h5-audio-player": "^3.8.4",
"react-https-redirect": "^1.1.0",
"react-lottie": "^1.2.3",
"react-router-dom": "^5.3.1",
"react-scripts": "^5.0.1",
"react-spinners": "^0.11.0",
"serve": "^14.0.1",
"sockjs-client": "^1.6.0",
"stompjs": "^2.3.3",
"tabler-icons-react": "^1.48.0"
},
"scripts": {
"dev": "react-scripts start",
"start": "serve -s build",
"build": "react-scripts build",
"eject": "react-scripts eject",
"test": "react-scripts test --env=jsdom",
"heroku-postbuild": "npm run build"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"@types/react": "^18.0.8",
"@types/react-dom": "^18.0.2",
"@types/react-router-dom": "^5.3.3",
"@types/sockjs-client": "^1.5.1",
"@types/stompjs": "^2.3.5",
"typescript": "^4.6.3"
}
}