-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.33 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
{
"name": "mtgo-tracker",
"version": "1.2.2",
"private": true,
"scripts": {
"dev": "next dev --turbo",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@next-auth/prisma-adapter": "^1.0.7",
"@nextui-org/react": "2.4.8",
"@nextui-org/use-infinite-scroll": "^2.1.5",
"@nivo/bar": "^0.87.0",
"@nivo/calendar": "^0.87.0",
"@prisma/client": "^5.19.1",
"@tanstack/react-query": "^5.54.1",
"@tanstack/react-query-devtools": "^5.54.1",
"classnames": "^2.5.1",
"date-fns": "^4.1.0",
"framer-motion": "^11.4.0",
"lodash.debounce": "^4.0.8",
"next": "14.2.13",
"next-auth": "^4.24.7",
"react": "^18",
"react-dom": "^18",
"react-icons": "^5.3.0",
"zustand": "^4.5.5"
},
"devDependencies": {
"@types/lodash.debounce": "^4.0.9",
"@types/node": "^22.5.2",
"@types/react": "^18.3.5",
"@types/react-dom": "^18",
"autoprefixer": "^10.4.20",
"eslint": "^8.0.0",
"eslint-config-next": "14.2.7",
"postcss": "^8.4.44",
"prettier": "^3.3.3",
"prisma": "^5.19.1",
"tailwindcss": "^3.4.10",
"typescript": "^5.5.4"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}