-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 871 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 871 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": "accessitest",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@sparticuz/chromium": "^129.0.0",
"axe-core": "^4.10.2",
"axios": "^1.7.7",
"chart.js": "^4.4.6",
"chartjs-plugin-datalabels": "^2.2.0",
"chrome-aws-lambda": "^9.1.0",
"firebase": "^10.14.1",
"jsonwebtoken": "^9.0.2",
"next": "14.2.14",
"next-i18next": "^15.3.1",
"nodemailer": "^6.9.15",
"pa11y": "^8.0.0",
"puppeteer": "^23.6.0",
"react": "^18",
"react-axe": "^3.5.4",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18",
"react-icons": "^5.3.0",
"react-toastify": "^10.0.6",
"xlsx": "^0.18.5",
"postcss": "^8",
"puppeteer-core": "^23.6.0",
"tailwindcss": "^3.4.1"
}
}