-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.21 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
{
"name": "tailwindui-salient",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"browserslist": "defaults, not ie <= 11",
"dependencies": {
"@headlessui/react": "^1.7.14",
"@heroicons/react": "^2.0.17",
"@hookform/resolvers": "^3.1.0",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/typography": "^0.5.9",
"adm-zip": "~0.5.10",
"archiver": "^5.3.1",
"autoprefixer": "^10.4.14",
"clsx": "^1.2.1",
"extract-zip": "^2.0.1",
"focus-visible": "^5.2.0",
"fs-extra": "^11.1.1",
"google-analytics-ga4": "^1.0.0",
"next": "^13.3.0",
"node-fetch": "^3.3.1",
"postcss-focus-visible": "^8.0.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.43.9",
"replace": "^1.2.2",
"request": "^2.12.0",
"rimraf": "^3.0.2",
"tailwindcss": "^3.3.1",
"universal-analytics": "^0.5.3",
"vcsurl": "~0.1.0",
"yup": "^1.1.1"
},
"devDependencies": {
"eslint": "8.38.0",
"eslint-config-next": "13.3.0",
"prettier": "^2.8.7",
"prettier-plugin-tailwindcss": "^0.2.7"
}
}