-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 922 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
38
39
40
{
"browser": {
"fs": false,
"path": false,
"os": false
},
"name": "ico-bakery",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/react": "^1.8.5",
"@emotion/react": "^11.8.1",
"@emotion/styled": "^11.8.1",
"@material-ui/core": "^4.12.3",
"@material/top-app-bar": "^13.0.0",
"@mui/icons-material": "^5.4.2",
"@mui/material": "^5.4.3",
"axios": "^0.26.0",
"net": "^1.0.2",
"next": "12.1.0",
"react": "^17.0.2",
"react-bootstrap": "^2.1.2",
"react-dom": "^17.0.2",
"react-image-gallery": "^1.2.7",
"react-player": "^2.9.0",
"redux": "^4.1.2",
"serverless-mysql": "^1.5.4",
"video-react": "^0.15.0"
},
"devDependencies": {
"eslint": "8.9.0",
"eslint-config-next": "12.1.0"
}
}