-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 759 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 759 Bytes
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
{
"name": "chny",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "npx parcel src/index.html --port=5001 --https",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "CHNY - Grupp2",
"license": "ISC",
"devDependencies": {
"buffer": "^6.0.3",
"events": "^3.3.0",
"parcel": "^2.5.0",
"process": "^0.11.10",
"react": "^18.1.0",
"react-dom": "^18.1.0"
},
"dependencies": {
"@azure/msal-browser": "^2.28.2",
"@azure/msal-react": "^1.4.6",
"@microsoft/signalr": "^6.0.8",
"axios": "^0.27.2",
"react-bootstrap": "^2.5.0",
"react-notifications": "^1.7.4",
"react-responsive": "^9.0.0-beta.10",
"react-storage-hooks": "^4.0.1"
}
}