-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.03 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
{
"name": "sygma-website",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@aaronhayes/react-use-hubspot-form": "^2.1.1",
"@tailwindcss/forms": "^0.5.3",
"@tryghost/content-api": "^1.11.10",
"@types/node": "18.16.0",
"@types/react": "18.2.0",
"@types/react-dom": "18.2.1",
"autoprefixer": "10.4.14",
"dotenv": "^16.0.3",
"lodash": "^4.17.21",
"next": "13.3.1",
"next-seo": "^6.1.0",
"postcss": "8.4.23",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hubspot-form": "^1.3.7",
"tailwindcss": "3.3.1",
"typescript": "5.0.4"
},
"devDependencies": {
"@headlessui/react": "^1.7.14",
"@heroicons/react": "^2.0.17",
"@svgr/webpack": "^7.0.0",
"@types/lodash": "^4.14.194",
"@types/tryghost__content-api": "^1.3.11",
"classnames": "^2.3.2",
"framer-motion": "^10.12.4",
"prettier-plugin-tailwindcss": "^0.3.0"
}
}