-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.34 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
46
47
48
{
"name": "nfactorial-nextjs-starter",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"format:write": "prettier --write \"**/*.{css,js,json,jsx}\"",
"format": "prettier \"**/*.{css,js,json,jsx}\"",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@headlessui/react": "^1.7.15",
"@heroicons/react": "^2.0.18",
"@vercel/analytics": "^0.1.6",
"@vercel/og": "^0.0.26",
"axios": "^1.4.0",
"classnames": "^2.3.2",
"eslint": "8.31.0",
"eslint-config-next": "13.1.1",
"eventsource-parser": "^1.0.0",
"html-react-parser": "^4.0.0",
"linkifyjs": "^4.1.1",
"next": "13.4.2",
"next-auth": "4.22.1",
"pnpm": "^8.6.6",
"react": "18.2.0",
"react-awesome-reveal": "^4.2.5",
"react-dom": "18.2.0",
"react-hot-toast": "^2.4.1",
"react-linkify": "^1.0.0-alpha",
"react-scroll": "^1.8.9",
"react-wrap-balancer": "^0.3.0"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/line-clamp": "^0.4.2",
"@tailwindcss/typography": "^0.5.9",
"autoprefixer": "^10.4.13",
"concurrently": "^7.6.0",
"postcss": "^8.4.21",
"postcss-viewport-height-correction": "^1.1.1",
"prettier": "^2.8.2",
"prettier-plugin-tailwindcss": "^0.2.1",
"tailwindcss": "^3.2.4"
}
}