-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 941 Bytes
/
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
{
"name": "next-wave",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"homepage": "",
"repository": {
"type": "git",
"url": ""
},
"license": "MIT",
"author": {
"name": "Ali Burak",
"email": "aliburakkayass@gmail.com",
"url": ""
},
"dependencies": {
"@halibal/colorful-log": "^0.0.3",
"chart.js": "^4.4.3",
"moment": "^2.30.1",
"next": "^15.0.0-rc.0",
"next-auth": "^5.0.0-beta.19",
"react": "^19.0.0-rc-3563387fe3-20240621",
"react-chartjs-2": "^5.2.0",
"react-dom": "^19.0.0-rc-3563387fe3-20240621",
"react-icons": "^5.2.1",
"sharp": "^0.33.4",
"sweetalert2": "^11.12.0",
"zod": "^3.23.8"
},
"devDependencies": {
"eslint": "^8",
"eslint-config-next": "14.2.4",
"eslint-config-prettier": "^9.1.0",
"sass": "^1.77.6"
}
}