-
Notifications
You must be signed in to change notification settings - Fork 59
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 904 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 904 Bytes
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
{
"private": true,
"scripts": {
"dev": "next -p 4001",
"build": "next build",
"start": "next start",
"type-check": "tsc",
"lint": "next lint",
"style": "tailwindcss build styles/globals.css -o styles/index.css"
},
"dependencies": {
"@heroicons/react": "^1.0.4",
"@supabase/supabase-js": "^1.24.0",
"@tailwindcss/forms": "^0.3.4",
"formik": "^2.2.9",
"import": "^0.0.6",
"next": "latest",
"next-themes": "^0.0.15",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-infinite-scroll-component": "^6.1.0",
"react-query": "^3.26.0",
"react-toastify": "^8.0.3",
"yup": "^0.32.11"
},
"devDependencies": {
"@types/node": "^12.12.21",
"@types/react": "^17.0.2",
"@types/react-dom": "^17.0.1",
"autoprefixer": "^10.3.6",
"postcss": "^8.3.8",
"tailwindcss": "^2.2.16",
"typescript": "^4.4.3"
}
}