-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 1.72 KB
/
package.json
File metadata and controls
65 lines (65 loc) · 1.72 KB
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
63
64
65
{
"name": "bread-crumbs-notes",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint"
},
"dependencies": {
"@next-auth/prisma-adapter": "^1.0.7",
"@prisma/client": "^5.22.0",
"@tailwindcss/cli": "^4.2.1",
"axios": "^1.13.2",
"bcryptjs": "^3.0.3",
"chart.js": "^4.5.1",
"clsx": "^2.1.1",
"icons": "^1.0.0",
"next": "16.1.1",
"next-auth": "^4.24.13",
"openai": "^6.16.0",
"prisma": "^5.22.0",
"react": "^19.2.3",
"react-chartjs-2": "^5.3.1",
"react-dom": "19.2.3",
"react-icons": "^5.5.0",
"swr": "^2.3.8"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/bcryptjs": "^2.4.6",
"@types/node": "^20.19.28",
"@types/pg": "^8.16.0",
"@types/react": "^19.2.8",
"@types/react-dom": "^19",
"autoprefixer": "^10.4.27",
"babel-plugin-react-compiler": "1.0.0",
"eslint": "^9",
"eslint-config-next": "16.1.1",
"postcss": "^8.5.8",
"tailwindcss": "^4.2.1",
"ts-node": "^10.9.2",
"tsx": "^4.21.0",
"typescript": "^5.9.3"
},
"description": "This is a [Next.js](https://nextjs.org) project bootstrapped with [`create-next-app`](https://nextjs.org/docs/app/api-reference/cli/create-next-app).",
"main": "index.js",
"directories": {
"doc": "docs",
"lib": "lib"
},
"keywords": [],
"author": "",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/diegocchaves/breadcrumbs-notes.git"
},
"bugs": {
"url": "https://github.com/diegocchaves/breadcrumbs-notes/issues"
},
"homepage": "https://github.com/diegocchaves/breadcrumbs-notes#readme"
}