-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.41 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
55
56
{
"name": "lavezares-reports",
"version": "1.2.4",
"private": true,
"homepage": "https://lavezares-report.vercel.app/",
"displayName": "Lavezares Report",
"repository": {
"url": "https://github.com/markdino/lavezares-report.git",
"type": "git"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@material-tailwind/react": "^2.1.4",
"@mui/icons-material": "^5.14.14",
"@mui/x-date-pickers": "^6.16.2",
"@uploadthing/react": "^5.7.0",
"@vercel/analytics": "^1.2.2",
"axios": "^1.5.1",
"bcrypt": "^5.1.1",
"classnames": "^2.3.2",
"cookie": "^0.6.0",
"dayjs": "^1.11.10",
"jsonwebtoken": "^9.0.2",
"mongodb": "^6.2.0",
"mongoose": "^7.6.3",
"next": "^13.5.3",
"react": "^18",
"react-dom": "^18",
"uploadthing": "^5.7.2",
"zustand": "^4.4.6"
},
"devDependencies": {
"autoprefixer": "^10",
"eslint": "^8",
"eslint-config-next": "13.5.6",
"postcss": "^8",
"tailwindcss": "^3"
},
"author": {
"name": "Mark Dino Pelonia",
"email": "markdinopelonia447@gmail.com",
"url": "https://markdino.com/"
},
"license": "CC-BY-4.0",
"customLicense": {
"name": "CC BY-NC 4.0",
"url": "http://creativecommons.org/licenses/by-nc/4.0/?ref=chooser-v1"
}
}