-
-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
51 lines (51 loc) · 1.32 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
42
43
44
45
46
47
48
49
50
51
{
"name": "git-o-get",
"private": true,
"author": "Mridul2820",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"lint-fix": "next lint --fix",
"format": "prettier --write .",
"lint-format": "npm run lint && npm run format-check"
},
"dependencies": {
"@apollo/client": "^3.7.13",
"axios": "^1.4.0",
"cloudinary": "^1.36.2",
"dotenv": "^16.0.3",
"framer-motion": "^10.12.4",
"graphql": "^16.6.0",
"js-file-download": "^0.4.12",
"lodash": "^4.17.21",
"next": "^13.4.19",
"next-seo": "^6.1.0",
"next-themes": "^0.2.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-github-calendar": "^4.0.1",
"react-icons": "^4.10.1",
"react-is": "^18.2.0",
"react-share": "^4.4.1",
"react-tooltip": "^5.11.1",
"recharts": "^2.5.0",
"recoil": "^0.7.7",
"styled-components": "^6.0.7",
"uuid": "^9.0.0"
},
"devDependencies": {
"autoprefixer": "^10.4.15",
"eslint": "^8.48.0",
"eslint-config-next": "^13.4.19",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.2",
"postcss": "^8.4.29",
"prettier": "2.6.1",
"sass": "^1.53.0",
"tailwindcss": "^3.3.3"
}
}