-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.6 KB
/
package.json
File metadata and controls
63 lines (63 loc) · 1.6 KB
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
{
"name": "nebraska-creative-react",
"version": "0.1.0",
"private": true,
"author": "Jordan Lambrecht",
"email": "jordan@pixelbakery.com",
"license": "MIT",
"scripts": {
"dev": "next dev",
"build": "next build",
"postbuild": "next-sitemap",
"start": "next start",
"lint": "next lint"
},
"prettier": {
"trailingComma": "all",
"tabWidth": 2,
"semi": false,
"singleQuote": true,
"jsxSingleQuote": true,
"bracketSpacing": true,
"arrowParens": "always",
"printWidth": 100
},
"dependencies": {
"@hookform/resolvers": "^2.9.10",
"@mailchimp/mailchimp_marketing": "^3.0.80",
"@next/env": "^13.0.4",
"@sendgrid/mail": "^7.7.0",
"classnames": "^2.3.1",
"framer-motion": "^7.6.4",
"gray-matter": "^4.0.3",
"next": "^13.0.4",
"next-mdx-remote": "^4.0.3",
"next-plausible": "^3.12.4",
"next-seo": "^5.4.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.41.0",
"react-query": "^3.39.1",
"remark": "^14.0.2",
"remark-gfm": "^3.0.1",
"remark-html": "^15.0.1",
"sendgrid": "^5.2.3",
"yup": "^0.32.11"
},
"devDependencies": {
"@tailwindcss/aspect-ratio": "^0.4.0",
"@tailwindcss/forms": "^0.5.2",
"@tailwindcss/line-clamp": "^0.4.0",
"@types/node": "^18.0.0",
"@types/react": "^18.0.14",
"@types/react-dom": "^18.0.5",
"autoprefixer": "^10.4.7",
"eslint": "^8.28.0",
"eslint-config-next": "^13.0.4",
"next-sitemap": "^3.1.6",
"postcss": "^8.4.14",
"prettier": "^2.7.1",
"tailwindcss": "^3.1.4",
"typescript": "^4.7.4"
}
}