-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1004 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
{
"name": "next-netlify-starter",
"version": "0.5.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"export": "next export",
"test": "start-server-and-test dev 3000 cy:open",
"cy:open": "cypress open"
},
"dependencies": {
"@auth0/nextjs-auth0": "^1.7.0",
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0",
"@fontsource/roboto": "^4.5.3",
"@mui/icons-material": "^5.4.2",
"@mui/material": "^5.4.2",
"@prisma/client": "^3.10.0",
"json-server": "^0.17.0",
"next": "^12.0.7",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-type-animation": "^1.1.2",
"typewriter-effect": "^2.18.2"
},
"devDependencies": {
"@netlify/plugin-nextjs": "^4.2.5",
"@types/node": "^17.0.18",
"@types/react": "^17.0.39",
"axios": "^0.26.0",
"cypress": "^9.5.0",
"prisma": "^3.10.0",
"start-server-and-test": "^1.14.0",
"typescript": "^4.5.5"
}
}