-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
45 lines (45 loc) · 1.14 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
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"type-check": "tsc --noEmit",
"format": "prettier --write ."
},
"dependencies": {
"@headlessui/react": "^1.7.12",
"@headlessui/tailwindcss": "^0.1.2",
"@heroicons/react": "^2.0.16",
"@tailwindcss/forms": "^0.5.3",
"@vercel/analytics": "^0.1.10",
"js-sha256": "^0.9.0",
"dotenv": "^16.0.3",
"eventsource-parser": "^0.0.5",
"framer-motion": "^8.5.5",
"marked": "^4.2.12",
"next": "^13.2.4",
"next-intl": "^2.10.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hot-toast": "^2.4.0",
"react-share": "^4.4.1",
"react-use-measure": "^2.1.1",
"react-wrap-balancer": "^0.4.0"
},
"devDependencies": {
"@types/marked": "^4.0.8",
"@types/node": "18.11.3",
"@types/react": "18.0.21",
"@types/react-dom": "18.0.6",
"autoprefixer": "^10.4.13",
"critters": "^0.0.16",
"husky": "^8.0.3",
"lint-staged": "^13.1.2",
"openai": "^3.1.0",
"postcss": "^8.4.21",
"prettier": "^2.8.4",
"tailwindcss": "^3.2.7",
"typescript": "4.9.4"
}
}