-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 2.18 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
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "benweier.dev",
"version": "0.0.0",
"private": true,
"files": [],
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"cypress:open": "cypress open",
"cypress:run:e2e": "cypress run --e2e",
"cypress:run:component": "cypress run --component",
"cypress:run": "npm run cypress:run:e2e && npm run cypress:run:component"
},
"dependencies": {
"@floating-ui/react-dom": "^1.3.0",
"@floating-ui/react-dom-interactions": "^0.13.3",
"@headlessui/react": "^1.7.13",
"@heroicons/react": "^2.0.17",
"clsx": "^1.2.1",
"next": "^13.3.0",
"next-intl": "^2.12.0",
"next-seo": "^6.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sharp": "^0.32.0"
},
"devDependencies": {
"@fullhuman/postcss-purgecss": "^5.0.0",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/typography": "^0.5.9",
"@testing-library/cypress": "^8.0.7",
"@types/node": "^18.15.11",
"@types/react": "^18.0.33",
"@types/react-dom": "^18.0.11",
"@typescript-eslint/eslint-plugin": "^5.57.1",
"@typescript-eslint/parser": "^5.57.1",
"autoprefixer": "^10.4.14",
"cypress": "^11.2.0",
"cypress-react-selector": "^3.0.0",
"eslint": "^8.37.0",
"eslint-config-next": "^13.3.0",
"eslint-config-prettier": "^8.8.0",
"eslint-import-resolver-typescript": "^3.5.5",
"eslint-plugin-cypress": "^2.13.2",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-testing-library": "^5.10.2",
"postcss": "^8.4.21",
"postcss-preset-env": "^8.3.0",
"postcss-syntax": "^0.36.2",
"prettier": "^2.8.7",
"prettier-plugin-tailwindcss": "^0.2.7",
"stylelint": "^15.4.0",
"stylelint-config-recommended": "^11.0.0",
"stylelint-config-standard": "^32.0.0",
"tailwindcss": "^3.3.1",
"tslib": "^2.5.0",
"typescript": "^5.0.3",
"typescript-plugin-css-modules": "^5.0.0",
"webpack": "^5.78.0"
}
}