-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.12 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
{
"name": "v2",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@headlessui/react": "^1.6.1",
"@heroicons/react": "^1.0.6",
"@sendgrid/mail": "^7.7.0",
"@tailwindcss/forms": "^0.5.2",
"classnames": "^2.3.1",
"contentlayer": "^0.2.5",
"dayjs": "^1.11.2",
"next": "12.1.6",
"next-contentlayer": "^0.2.5",
"next-themes": "^0.2.0",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-transition-group": "^4.4.2",
"use-delayed-render": "^0.0.7"
},
"devDependencies": {
"autoprefixer": "^10.4.7",
"eslint": "8.15.0",
"eslint-config-next": "12.1.6",
"postcss": "^8.4.13",
"sass": "^1.51.0",
"tailwindcss": "^3.0.24"
},
"prettier": {
"printWidth": 120,
"singleQuote": true,
"trailingComma": "all",
"jsxBracketSameLine": false,
"tabWidth": 4,
"semi": false
}
}