-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 863 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
{
"name": "sagavortex",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/cache": "latest",
"@emotion/react": "latest",
"@emotion/server": "latest",
"@emotion/styled": "latest",
"@mui/icons-material": "latest",
"@mui/lab": "^5.0.0-alpha.82",
"@mui/material": "^5.8.0",
"next": "latest",
"prop-types": "latest",
"react": "latest",
"react-bnb-gallery": "^1.4.4",
"react-dom": "latest",
"react-photo-album": "^1.14.0",
"react-typed": "^1.2.0",
"swr": "^1.3.0",
"unfetch": "^4.2.0",
"yet-another-react-lightbox": "^1.1.2"
},
"devDependencies": {
"eslint": "latest",
"eslint-config-next": "latest",
"eslint-config-prettier": "^8.5.0"
}
}