-
-
Notifications
You must be signed in to change notification settings - Fork 26
/
package.json
77 lines (77 loc) · 2.15 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
70
71
72
73
74
75
76
77
{
"name": "wwpp-template",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"postbuild": "next-sitemap",
"start": "next start",
"lint": "next lint"
},
"browserslist": "defaults, not ie <= 11",
"dependencies": {
"@headlessui/react": "^2.1.7",
"@heroicons/react": "^2.1.3",
"@hookform/resolvers": "^3.3.4",
"@mailerlite/mailerlite-nodejs": "^1.2.1",
"@mapbox/rehype-prism": "^0.8.0",
"@mdx-js/loader": "^2.3.0",
"@mdx-js/react": "^2.3.0",
"@next/mdx": "13.4.19",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-popover": "^1.1.1",
"@radix-ui/react-select": "^2.1.1",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-tooltip": "^1.1.2",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.4",
"@vercel/analytics": "^1.2.2",
"adm-zip": "~0.5.12",
"archiver": "^6.0.1",
"autoprefixer": "^10.4.19",
"axios": "^1.6.8",
"cheerio": "^1.0.0-rc.12",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cmdk": "1.0.0",
"extract-zip": "^2.0.1",
"fast-glob": "^3.3.2",
"feed": "^4.2.2",
"focus-visible": "^5.2.0",
"fs-extra": "^11.2.0",
"google-analytics-ga4": "^1.0.0",
"jszip": "^3.10.1",
"lucide-react": "^0.438.0",
"next": "^14.2.8",
"next-sitemap": "^4.2.3",
"next-themes": "^0.2.1",
"node-fetch": "^3.3.2",
"original-fs": "^1.2.0",
"postcss-focus-visible": "^9.0.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hook-form": "^7.51.1",
"react-icons": "^4.11.0",
"recharts": "^2.12.7",
"remark-gfm": "^3.0.1",
"replace": "^1.2.2",
"replace-in-file": "^7.1.0",
"request": "^2.12.0",
"rimraf": "^3.0.2",
"tailwind-merge": "^2.5.2",
"tailwindcss": "^3.4.1",
"tailwindcss-animate": "^1.0.7",
"universal-analytics": "^0.5.3",
"vcsurl": "~0.1.0",
"yup": "^1.4.0"
},
"devDependencies": {
"eslint": "8.57.0",
"eslint-config-next": "^14.2.8",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.12",
"sharp": "^0.32.0"
}
}