-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
41 lines (41 loc) · 1.16 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
{
"name": "glib-manager3",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start -p 50212",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.5.0",
"@emotion/styled": "^11.3.0",
"@fortawesome/fontawesome-svg-core": "^1.3.0-beta3",
"@fortawesome/free-brands-svg-icons": "^6.0.0-beta3",
"@fortawesome/free-regular-svg-icons": "^6.0.0-beta3",
"@fortawesome/free-solid-svg-icons": "^6.0.0-beta3",
"@fortawesome/react-fontawesome": "^0.1.16",
"@mui/icons-material": "^5.8.2",
"@mui/lab": "^5.0.0-alpha.97",
"@mui/material": "^5.0.6",
"@react-hook/resize-observer": "^1.2.5",
"adm-zip": "^0.5.9",
"axios": "^0.24.0",
"js-file-download": "^0.4.12",
"next": "^12.1.6",
"next-translate": "^1.2.0",
"notistack": "^2.0.5",
"react": "17.0.2",
"react-countup": "^6.3.1",
"react-dom": "17.0.2",
"react-transition-group": "^4.4.2"
},
"devDependencies": {
"@types/node": "^16.11.6",
"@types/react": "17.0.33",
"eslint": "7.32.0",
"eslint-config-next": "12.0.1",
"typescript": "4.4.4"
}
}