forked from longforu/frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 981 Bytes
/
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
{
"name": "hs-web",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prettier": "prettier --write '**/*.{ts,js,css,html}'"
},
"dependencies": {
"@headlessui/react": "^1.4.2",
"@heroicons/react": "^1.0.5",
"@tailwindcss/forms": "^0.3.4",
"@tailwindcss/typography": "^0.4.1",
"autoprefixer": "^10.4.0",
"axios": "^0.24.0",
"classnames": "^2.3.1",
"gray-matter": "^4.0.3",
"next": "^12.0.7",
"postcss": "^8.4.4",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-hook-form": "^7.20.5",
"react-query": "^3.34.0",
"remark": "^14.0.2",
"remark-gfm": "^3.0.1",
"remark-html": "^15.0.1",
"tailwindcss": "^2.2.19"
},
"devDependencies": {
"@types/next": "^9.0.0",
"@types/react": "^17.0.37",
"babel-eslint": "^10.1.0",
"eslint": "8.4.0",
"eslint-config-next": "12.0.6",
"eslint-config-prettier": "^8.3.0",
"prettier": "2.5.1",
"typescript": "^4.5.2"
}
}