-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
37 lines (37 loc) · 853 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
32
33
34
35
36
37
{
"name": "web-accessibility-v3",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next",
"start": "next start",
"build": "next build ",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/react": "^2.8.2",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@heroicons/react": "1.0.5",
"@react-aria/live-announcer": "^3.3.1",
"@react-aria/ssr": "3.1.2",
"framer-motion": "^10.16.5",
"next": "^13.4.19",
"nextra": "^2.12.3",
"nextra-theme-docs": "^2.12.3",
"react": "18",
"react-dom": "^18.2.0",
"sass": "^1.69.5",
"tailwind-merge": "^2.1.0"
},
"devDependencies": {
"@types/node": "^18.7.13",
"@types/react": "17.0.37",
"autoprefixer": "10.2.6",
"eslint": "^8.55.0",
"eslint-config-prettier": "^9.0.0",
"postcss": "8.3.5",
"tailwindcss": "3.3",
"typescript": "^4.8.2"
}
}