-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.9 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
57
58
59
60
61
62
{
"name": "make-a-bracket",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"debug": "cross-env NODE_OPTIONS='--inspect' next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.11.16",
"@mui/lab": "^5.0.0-alpha.115",
"@mui/material": "^5.13.3",
"@mui/x-data-grid": "^6.6.0",
"@mui/x-date-pickers": "^6.6.0",
"@sendgrid/mail": "^7.7.0",
"@tiptap/extension-color": "^2.0.3",
"@tiptap/extension-image": "^2.0.3",
"@tiptap/extension-placeholder": "^2.0.3",
"@tiptap/extension-text-align": "^2.0.3",
"@tiptap/extension-text-style": "^2.0.3",
"@tiptap/extension-youtube": "^2.0.3",
"@tiptap/pm": "^2.0.3",
"@tiptap/react": "^2.0.3",
"@tiptap/starter-kit": "^2.0.3",
"date-fns": "^2.30.0",
"eslint": "^8.42.0",
"eslint-config-next": "^13.4.4",
"next": "^13.4.4",
"next-auth": "^4.22.1",
"pg-promise": "^11.5.0",
"react": "18.2.0",
"react-colorful": "^5.6.1",
"react-dom": "18.2.0",
"uuid": "^9.0.0"
},
"devDependencies": {
"@mui/types": "^7.2.4",
"@types/google.maps": "^3.53.2",
"@types/node": "^18.16.16",
"@types/uuid": "^9.0.2",
"cross-env": "^7.0.3",
"sass": "^1.62.1",
"typescript": "^5.1.3"
},
"description": "This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).",
"main": "next.config.js",
"repository": {
"type": "git",
"url": "git+https://github.com/craig-bowers/make-a-bracket.git"
},
"author": "Craig Bowers",
"license": "ISC",
"bugs": {
"url": "https://github.com/craig-bowers/make-a-bracket/issues"
},
"homepage": "https://github.com/craig-bowers/make-a-bracket#readme"
}