-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.08 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.08 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
{
"name": "rmmgain",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@types/node": "^22.13.16",
"@types/react": "^19.0.12",
"@types/react-dom": "^19.0.4",
"chart.js": "^4.4.8",
"cors": "^2.8.5",
"dotenv": "^16.6.1",
"ethers": "^6.13.5",
"express": "^4.18.2",
"graphql": "^16.10.0",
"graphql-request": "^7.1.2",
"helmet": "^7.1.0",
"html2canvas": "^1.4.1",
"jspdf": "^4.0.0",
"jspdf-autotable": "^5.0.7",
"next": "^15.2.4",
"react": "^19.1.0",
"react-chartjs-2": "^5.3.0",
"react-dom": "^19.1.0",
"recharts": "^3.1.0",
"sqlite3": "^5.1.7",
"tailwindcss": "^3.4.17",
"typescript": "^5.8.2"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.3.0",
"@types/jest": "^29.5.14",
"autoprefixer": "^10.4.21",
"eslint": "^8.57.0",
"eslint-config-next": "^15.2.4",
"nodemon": "^3.0.2",
"postcss": "^8.5.6"
}
}