-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 951 Bytes
/
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
{
"name": "frontend_teacher",
"version": "1.0.0",
"description": "",
"source": "src/index.html",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "parcel src/index.html",
"build": "parcel build"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"parcel": "^2.8.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom":"^6.9.0",
"axios": "^0.27.2",
"semantic-ui-react": "^2.1.4",
"@mui/material":"latest",
"@mui/x-data-grid":"^6.0.3",
"@emotion/react":"^11.10.6",
"@emotion/styled":"^11.10.6",
"react-imask":"^6.4.3",
"react-number-format":"^5.1.4",
"mui-tel-input":"^3.1.1",
"react-phone-number-input":"^3.2.19",
"react-input-mask":"^2.0.4",
"react-use-localstorage":"^3.5.3"
},
"devDependencies": {
"parcel": "latest"
}
}