-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 790 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 790 Bytes
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
{
"name": "nbafrontoffice",
"version": "0.1.0",
"private": true,
"engines": {
"node": "16.14.2"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"backend": "nodemon backend.js"
},
"dependencies": {
"@next/font": "13.1.6",
"@nextui-org/react": "^1.0.0-beta.12",
"axios": "^1.3.2",
"chart.js": "^4.2.1",
"cheerio": "^1.0.0-rc.12",
"cors": "^2.8.5",
"dotenv": "^16.0.3",
"eslint": "8.33.0",
"eslint-config-next": "13.1.6",
"express": "^4.18.2",
"next": "13.1.6",
"nodemon": "^2.0.20",
"react": "18.2.0",
"react-chartjs-2": "^5.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@types/faker": "5.5.9",
"faker": "^5.5.3"
}
}