-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 982 Bytes
/
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
{
"name": "lawn-mowing-next",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-brands-svg-icons": "^5.15.4",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@fortawesome/react-fontawesome": "^0.1.15",
"@tailwindcss/typography": "^0.4.1",
"axios": "^1.7.2",
"gray-matter": "^4.0.3",
"next": "14.1.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-google-autocomplete": "^2.4.2",
"react-hook-form": "^7.52.1",
"react-mailchimp-subscribe": "^2.1.3",
"react-phone-number-input": "^3.1.27",
"remark": "^13.0.0",
"remark-html": "^13.0.2"
},
"devDependencies": {
"autoprefixer": "^10.3.2",
"eslint": "7.32.0",
"eslint-config-next": "11.1.0",
"postcss": "^8.3.6",
"tailwindcss": "^2.2.7"
}
}