-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
48 lines (48 loc) · 1.43 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
{
"name": "hackwell4.0",
"version": "1.0.0",
"description": "Website of hackwell4.0 ",
"main": "index.js",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/VarunSAthreya/hackwell4.0.git"
},
"author": "Varun S Athreya & Sandeep M",
"license": "MIT",
"bugs": {
"url": "https://github.com/VarunSAthreya/hackwell4.0/issues"
},
"homepage": "https://github.com/VarunSAthreya/hackwell4.0#readme",
"dependencies": {
"@chakra-ui/icons": "^2.0.0",
"@chakra-ui/react": "^2.0.0",
"@chakra-ui/theme-tools": "^2.0.0",
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
"firebase": "^9.8.1",
"framer-motion": "^6.3.3",
"next": "^12.1.6",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-hook-form": "^7.31.1",
"react-icons": "^4.3.1",
"xlsx": "^0.18.5"
},
"devDependencies": {
"@types/node": "^17.0.33",
"@types/react": "^18.0.9",
"@types/react-dom": "^18.0.4",
"@typescript-eslint/parser": "^5.23.0",
"eslint": "^8.15.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.29.4",
"typescript": "^4.6.4"
}
}