-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 912 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
{
"name": "idekita",
"private": true,
"version": "1.0.0",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@headlessui/react": "^1.4.2",
"@tailwindcss/typography": "^0.5.0",
"autoprefixer": "^10.4.0",
"firebase": "^9.6.1",
"lodash.debounce": "^4.0.8",
"lodash.kebabcase": "^4.1.1",
"next": "12.0.7",
"postcss": "^8.4.5",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-firebase-hooks": "^4.0.1",
"react-hook-form": "^7.22.5",
"react-hot-toast": "^2.1.1",
"react-markdown": "^7.1.1",
"react-textarea-autosize": "^8.3.3",
"remark-gfm": "^3.0.1",
"sharp": "^0.29.3",
"tailwindcss": "^3.0.2"
},
"devDependencies": {
"@types/react": "^17.0.38",
"eslint": "8.4.1",
"eslint-config-next": "12.0.7",
"typescript": "^4.5.4"
}
}