-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.29 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
{
"name": "budget-tracker",
"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"
},
"dependencies": {
"@headlessui/react": "^1.7.14",
"@pothos/core": "^3.25.0",
"@pothos/plugin-prisma": "^3.41.0",
"@prisma/client": "^4.0.0",
"@reduxjs/toolkit": "^1.9.1",
"@rtk-query/graphql-request-base-query": "^2.2.0",
"date-fns": "^2.29.1",
"graphql": "^16.6.0",
"graphql-request": "^6.1.0",
"graphql-scalars": "^1.20.1",
"graphql-yoga": "^3.5.1",
"iron-session": "^6.3.1",
"next": "12.2",
"react": "18.2.0",
"react-datepicker": "^4.8.0",
"react-dom": "18.2.0",
"react-minimal-pie-chart": "^8.3.0",
"react-redux": "^8.0.5",
"react-tooltip": "^4.2.21"
},
"devDependencies": {
"@types/node": "^18.0.3",
"@types/react": "18.0.15",
"@types/react-datepicker": "^4.4.2",
"@types/react-dom": "18.0.6",
"autoprefixer": "^10.4.7",
"eslint": "8.19.0",
"eslint-config-next": "12.2.0",
"postcss": "^8.4.14",
"prisma": "^4.0.0",
"tailwindcss": "^3.1.4",
"ts-node": "^10.8.2",
"typescript": "^4.7.4"
}
}