-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.38 KB
/
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "swipecharge",
"version": "0.1.0",
"private": true,
"prisma": {
"seed": "ts-node --compiler-options {\"module\":\"CommonJS\"} prisma/seed.ts"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"postinstall": "prisma generate"
},
"dependencies": {
"@faker-js/faker": "^7.6.0",
"@heroicons/react": "^2.0.16",
"@next-auth/prisma-adapter": "^1.0.5",
"@next/font": "13.1.1",
"@prisma/client": "^4.8.1",
"@react-spring/web": "9.5.5",
"@types/node": "18.11.18",
"@types/react": "18.0.26",
"@types/react-dom": "18.0.10",
"axios": "^1.3.4",
"dayjs": "^1.11.7",
"eslint": "8.31.0",
"eslint-config-next": "13.1.1",
"formik": "^2.2.9",
"nanoid": "^4.0.1",
"next": "13.1.1",
"next-auth": "^4.18.8",
"notistack": "^3.0.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-range": "^1.8.14",
"react-tailwindcss-datepicker": "^1.5.1",
"react-tinder-card": "^1.6.2",
"recharts": "^2.5.0",
"swr": "^2.0.0",
"ts-node": "^10.9.1",
"typescript": "4.9.4",
"yup": "^1.0.2"
},
"devDependencies": {
"@iconify/react": "^4.1.0",
"autoprefixer": "^10.4.13",
"postcss": "^8.4.21",
"prettier": "^2.8.4",
"prettier-plugin-tailwindcss": "^0.2.3",
"prisma": "^4.8.1",
"tailwindcss": "^3.2.4"
}
}