-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.51 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
{
"name": "swatswap",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/cache": "11.11.0",
"@emotion/react": "11.11.4",
"@emotion/styled": "11.11.5",
"@hookform/resolvers": "3.9.0",
"@mantine/core": "7.11.2",
"@mantine/hooks": "7.11.2",
"@prisma/client": "5.16.2",
"@tabler/icons-react": "3.11.0",
"@tanstack/react-query": "5.51.1",
"lodash": "4.17.21",
"lucide-react": "^0.460.0",
"minio": "8.0.1",
"next": "14.0.1",
"next-auth": "4.24.7",
"object-to-formdata": "4.5.1",
"prisma": "5.16.2",
"react": "18",
"react-dom": "18",
"react-hook-form": "7.52.1",
"react-select": "5.8.0",
"zod": "3.23.8"
},
"devDependencies": {
"@types/lodash": "4.17.6",
"@types/node": "20.11.19",
"@types/react": "18",
"@types/react-dom": "18",
"@types/uuid": "9.0.7",
"eslint": "8",
"eslint-config-next": "14.0.1",
"postcss": "8.4.39",
"postcss-preset-mantine": "1.16.0",
"postcss-simple-vars": "7.0.1",
"tailwindcss": "3.3.0",
"typescript": "5.3.3"
},
"description": "Welcome to Swat Swap, a community-driven platform tailored for Swarthmore College students to facilitate the exchange of goods and services. This GitHub repository contains the source code and documentation for the Swat Swap website.",
"main": "index.js",
"author": "",
"license": "ISC",
"keywords": []
}