-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.33 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
49
50
51
52
53
{
"name": "anurag",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@fontsource/jost": "^4.5.4",
"@fontsource/sen": "^4.5.2",
"@prisma/client": "^3.9.2",
"@tailwindcss/typography": "0.5.2",
"@types/node": "^17.0.13",
"axios": "^0.26.0",
"big.js": "6.1.1",
"classnames": "^2.3.1",
"contentlayer": "^0.0.34",
"date-fns": "2.28.0",
"fathom-client": "3.4.1",
"googleapis": "^95.0.0",
"motion": "^10.6.2",
"next": "^12.1.0",
"next-auth": "4.2.1",
"next-contentlayer": "^0.0.34",
"next-seo": "^4.29.0",
"next-themes": "0.0.15",
"preact": "^10.6.6",
"react": "17.0.2",
"react-dom": "17.0.2",
"sass": "^1.49.0",
"swr": "1.2.1",
"unsplash-js": "^7.0.15",
"use-delayed-render": "^0.0.7"
},
"devDependencies": {
"@commitlint/cli": "^16.0.1",
"@commitlint/config-conventional": "^16.0.0",
"@types/react": "^17.0.37",
"autoprefixer": "^10.4.0",
"eslint": "8.4.1",
"eslint-config-next": "12.0.7",
"husky": "^7.0.4",
"postcss": "^8.4.4",
"prettier": "^2.5.1",
"prettier-plugin-tailwindcss": "^0.1.4",
"react-icons": "^4.3.1",
"tailwindcss": "^3.0.0",
"typescript": "^4.5.2"
},
"version": "0.1.1"
}