forked from sandrina-p/workshop-a11y-jsdaycanarias
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 825 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
{
"name": "workshop-a11y-jsdaycanarias",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 3005",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@radix-ui/react-dialog": "^1.0.3",
"@radix-ui/react-tooltip": "^1.0.5",
"next": "12.3.0",
"react": "^18.2.0",
"react-a11y-dialog": "^6.2.0",
"react-dom": "^18.2.0",
"react-markdown": "^8.0.7",
"styled-components": "^5.3.5",
"styled-system": "^5.1.5",
"wicg-inert": "^3.1.2"
},
"devDependencies": {
"@axe-core/react": "^4.4.4",
"@trivago/prettier-plugin-sort-imports": "^3.3.0",
"eslint": "8.23.1",
"eslint-config-next": "12.3.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-sort-imports-es6-autofix": "^0.6.0"
}
}