-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 890 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 890 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
31
32
33
34
35
36
{
"name": "astrocue-client",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0",
"@mui/icons-material": "^5.5.1",
"@mui/lab": "^5.0.0-alpha.75",
"@mui/material": "^5.4.1",
"@rehooks/local-storage": "^2.4.4",
"axios": "^0.26.1",
"axios-hooks": "^3.0.1",
"formik": "^2.2.9",
"next": "12.0.10",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-toastify": "^8.2.0",
"yup": "^0.32.11"
},
"devDependencies": {
"@types/material-ui": "^0.21.12",
"@types/node": "17.0.17",
"@types/react": "17.0.39",
"eslint": "8.9.0",
"eslint-config-next": "12.0.10",
"eslint-config-prettier": "^8.5.0",
"prettier": "^2.6.2",
"typescript": "4.5.5"
}
}