-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 889 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
37
38
{
"name": "kandylaunderette-website",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@apollo/client": "^3.7.1",
"dompurify": "^3.0.2",
"formik": "^2.2.9",
"framer-motion": "^10.12.7",
"graphql": "^16.6.0",
"isomorphic-dompurify": "^1.3.0",
"next": "^13.1.1",
"nodemailer": "^6.9.1",
"posthog-js": "^1.52.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-google-recaptcha": "^2.1.0",
"sass": "^1.43.4",
"styled-components": "^5.3.6",
"typescript": "^5.0.4"
},
"devDependencies": {
"@types/node": "^20.1.1",
"@types/react": "^18.0.28",
"@types/react-google-recaptcha": "^2.1.5",
"autoprefixer": "^10.4.13",
"eslint": "^8.39.0",
"eslint-config-next": "^13.2.1",
"postcss": "^8.4.20",
"sitemap": "^7.1.1",
"tailwindcss": "^3.2.7"
}
}