-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 944 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
{
"name": "nextjs-with-typescript",
"version": "5.0.0",
"private": true,
"dependencies": {
"@emotion/cache": "latest",
"@emotion/react": "latest",
"@emotion/server": "latest",
"@emotion/styled": "latest",
"@mui/icons-material": "^5.0.5",
"@mui/material": "latest",
"clsx": "latest",
"mariadb": "^2.5.5",
"mysql2": "^2.3.3",
"next": "latest",
"react": "latest",
"react-dom": "latest",
"sequelize": "^6.9.0",
"sequelize-cli": "^6.3.0",
"sqlite3": "^5.0.2",
"yup": "^0.32.11"
},
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"post-update": "echo \"codesandbox preview only, need an update\" && yarn upgrade --latest",
"cypress": "cypress open"
},
"devDependencies": {
"@types/node": "latest",
"@types/react": "latest",
"@types/react-dom": "latest",
"cypress": "^8.7.0",
"typescript": "latest"
}
}