-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·41 lines (41 loc) · 1.09 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
{
"name": "github-readme-design",
"version": "2.1.0",
"private": false,
"author": "Rishu Chowdhary <hi.10rishu@gmail.com>",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.1.1",
"@fortawesome/free-brands-svg-icons": "^6.1.1",
"@fortawesome/free-solid-svg-icons": "^6.1.1",
"@fortawesome/react-fontawesome": "^0.1.18",
"@hirishu10/simple-date-time": "^1.0.1",
"@reduxjs/toolkit": "^1.8.1",
"animate.css": "^4.1.1",
"axios": "^0.27.2",
"firebase": "^9.8.1",
"jquery": "^3.6.0",
"next": "12.1.6",
"nextjs-cors": "^2.1.2",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-firebase-hooks": "^5.0.3",
"react-redux": "^8.0.1",
"sass": "^1.51.0",
"sharp": "^0.30.4"
},
"devDependencies": {
"@types/jquery": "^3.5.14",
"@types/node": "17.0.31",
"@types/react": "18.0.9",
"@types/react-dom": "18.0.3",
"eslint": "8.15.0",
"eslint-config-next": "12.1.6",
"typescript": "4.6.4"
}
}