forked from lukuku-dev/nextjs-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 843 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
{
"private": true,
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"type-check": "tsc"
},
"dependencies": {
"@emotion/react": "^11.10.0",
"@emotion/styled": "^11.10.0",
"@material-ui/core": "latest",
"@material-ui/styles": "4.11.4",
"@mui/icons-material": "^5.8.4",
"@mui/material": "5.8.5",
"@mui/styled-engine-sc": "^5.10.0",
"@mui/x-date-pickers": "latest",
"bootstrap": "^5.2.0",
"date-fns": "^2.29.1",
"mui": "^1.0.0",
"next": "latest",
"react": "^17.0.2",
"react-bootstrap": "^2.5.0",
"react-dom": "^17.0.2",
"styled-components": "^5.3.5"
},
"devDependencies": {
"@types/node": "^12.12.21",
"@types/react": "^17.0.2",
"@types/react-dom": "^17.0.1",
"cypress": "^9.3.1",
"typescript": "^4.7.4"
}
}