forked from roqtech/roq-kickstarter-nextjs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1011 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 1011 Bytes
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
41
{
"name": "roq-kickstarter-nextjs",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/react": "^2.5.1",
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@next/font": "13.1.1",
"@prisma/client": "^4.10.1",
"@roq/nextjs": "^0.1.53",
"bcrypt": "^5.1.0",
"eslint": "8.31.0",
"eslint-config-next": "13.1.1",
"formik": "^2.2.9",
"framer-motion": "^9.0.5",
"javascript-time-ago": "^2.5.9",
"jsonwebtoken": "^9.0.0",
"next": "13.1.1",
"prettier": "^2.8.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"swr": "^2.0.3",
"typescript": "4.9.4",
"yup": "^0.32.11"
},
"devDependencies": {
"@types/bcrypt": "^5.0.0",
"@types/jsonwebtoken": "^9.0.0",
"@types/node": "18.11.18",
"@types/react": "18.0.26",
"@types/react-dom": "18.0.10",
"prisma": "^4.10.1"
}
}