-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1000 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
{
"name": "startrack",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@auth0/nextjs-auth0": "^1.6.1",
"@chakra-ui/icons": "^2.0.12",
"@chakra-ui/react": "^2.4.1",
"@emotion/react": "^11",
"@emotion/styled": "^11",
"@fontsource/inter": "^4.5.0",
"@next-auth/prisma-adapter": "^1.0.3",
"@octokit/rest": "^18.12.0",
"@prisma/client": "^4.10.0",
"@splitbee/web": "^0.3.0",
"@vercel/analytics": "^0.1.5",
"axios": "^0.24.0",
"chakra-ui-steps": "^1.5.0",
"framer-motion": "^6.3.10",
"next": "^13.0.3",
"next-auth": "^4.3.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-feather": "^2.0.9",
"swr": "^1.0.1"
},
"devDependencies": {
"@types/react": "^18.0.25",
"eslint": "7.32.0",
"eslint-config-next": "11.1.2",
"prisma": "^4.10.0",
"typescript": "^4.6.4"
}
}