forked from hnccbits/Techfest
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.97 KB
/
package.json
File metadata and controls
63 lines (63 loc) · 1.97 KB
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
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "techfest",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"lint:fix": "eslint . --fix",
"style:all": "npm run style:lint && npm run style:prettier",
"style:lint": "eslint \"**/*.{js,jsx,ts,tsx}\"",
"style:prettier": "prettier --check \"**/*.{js,jsx,ts,tsx}\"",
"make-pretty": "prettier --write \"**/*.{js,jsx,ts,tsx}\"",
"prepare": "husky install"
},
"dependencies": {
"@next/font": "13.1.6",
"axios": "^1.3.2",
"babel-plugin-module-resolver": "^5.0.0",
"js-file-download": "^0.4.12",
"jwt-decode": "^3.1.2",
"next": "13.1.6",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hot-toast": "^2.4.0",
"react-icons": "^4.7.1",
"react-loader-spinner": "^5.3.4",
"react-modal": "^3.16.1",
"react-spinners": "^0.13.8",
"react-toastify": "^9.1.1",
"swr": "^2.0.3"
},
"devDependencies": {
"autoprefixer": "^10.4.13",
"eslint": "^8.33.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.6.0",
"eslint-import-resolver-babel-module": "^5.3.2",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"husky": "^8.0.0",
"postcss": "^8.4.21",
"prettier": "^2.8.3",
"tailwindcss": "^3.2.4"
},
"description": "This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).",
"main": "next.config.js",
"repository": {
"type": "git",
"url": "git+https://github.com/C0deepak/Techfest.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/C0deepak/Techfest/issues"
},
"homepage": "https://github.com/C0deepak/Techfest#readme"
}