-
Notifications
You must be signed in to change notification settings - Fork 82
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 782 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 782 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
{
"name": "findissues",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"site-map": "next build && next-sitemap",
"lint": "next lint",
"format": "prettier --write ."
},
"dependencies": {
"eslint": "8.41.0",
"eslint-config-next": "13.4.3",
"flowbite": "^1.8.1",
"moment": "^2.29.4",
"next": "13.4.3",
"next-themes": "^0.2.1",
"next-usequerystate": "^1.7.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^4.11.0",
"react-infinite-scroll-component": "^6.1.0",
"swr": "^2.2.4"
},
"devDependencies": {
"autoprefixer": "^10.4.19",
"postcss": "^8.4.38",
"prettier": "3.0.3",
"tailwindcss": "^3.4.4"
}
}