-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 739 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 739 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
{
"devDependencies": {
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.10",
"@tailwindcss/typography": "^0.5.16",
"tailwindcss": "^4.1.4"
},
"dependencies": {
"axe-core": "^4.10.3",
"chart.js": "^4.4.9",
"jsdom": "^26.1.0",
"puppeteer": "^24.6.1",
"selenium-webdriver": "^4.31.0"
},
"name": "accessibility_project",
"description": "AccessiScan is a powerful tool that audits websites for accessibility compliance, helping developers identify and resolve barriers to inclusive user experiences",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC"
}