-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
56 lines (56 loc) · 1.39 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "enterprise-accessibility",
"author": "Marcy Sutton Todd",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next",
"start": "next start",
"build": "next build ",
"lint": "next lint",
"test": "jest",
"e2e": "yarn run cypress:open",
"ci": "yarn run cypress:run",
"cypress:open": "cypress open",
"cypress:run": "cypress run"
},
"dependencies": {
"@heroicons/react": "1.0.5",
"@react-aria/live-announcer": "^3.3.1",
"@react-aria/ssr": "3.1.2",
"@testing-library/jest-dom": "^6.1.5",
"@testing-library/react": "^14.1.2",
"@testing-library/user-event": "^14.5.1",
"@types/jest": "^29.5.11",
"eslint-config-next": "^14.0.4",
"eslint-config-prettier": "^9.1.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"next": "^13.4.19",
"nextra": "^2.12.3",
"nextra-theme-docs": "^2.12.3",
"react": "18",
"react-dom": "^18.2.0",
"react-icons": "^4.12.0",
"sass": "^1.69.5",
"storybook": "^7.6.4",
"tailwind-merge": "^2.1.0"
},
"devDependencies": {
"@types/node": "^20.10.4",
"@types/react": "^18.2.45",
"autoprefixer": "10.2.6",
"axe-core": "^4.8.2",
"cypress": "^13.6.1",
"cypress-axe": "^1.5.0",
"eslint": "^8.55.0",
"eslint-plugin-jest-dom": "^5.1.0",
"eslint-plugin-testing-library": "^6.2.0",
"postcss": "8.3.5",
"tailwindcss": "3.0.15",
"typescript": "^5.3.3"
},
"resolutions": {
"@types/react": "^18.2.45"
}
}