-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
63 lines (63 loc) · 1.88 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
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "gdgcn",
"version": "0.1.0",
"private": false,
"homepage": "https://github.com/gdg-cloud-nagpur/website",
"scripts": {
"start": "next dev",
"build": "next build",
"nxt:start": "next start",
"nxt:lint": "next lint",
"prepare": "yarn husky install",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
"lint:fix": "eslint --fix . --ext .js,.jsx,.ts,.tsx",
"prettier-check": "yarn prettier -c app",
"prettier-format": "yarn prettier --write app && git status",
"tree": "tree . -I 'node_modules|dist|build|.next'"
},
"dependencies": {
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@mui/icons-material": "^5.11.0",
"@mui/material": "^5.11.7",
"@mui/styled-engine-sc": "^5.11.0",
"@next/font": "13.1.1",
"@types/node": "18.11.18",
"@types/react": "18.0.26",
"@types/react-dom": "18.0.10",
"@vercel/analytics": "^1.0.1",
"@vercel/og": "^0.5.6",
"aos": "^2.3.4",
"axios": "^1.4.0",
"dayjs": "^1.11.7",
"eslint": "8.31.0",
"eslint-config-next": "13.1.1",
"firebase": "^9.15.0",
"html2canvas": "^1.4.1",
"lottie-react": "^2.3.1",
"next": "13.1.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^4.7.1",
"react-qr-code": "^2.0.11",
"sass": "^1.57.1",
"styled-component": "^2.8.0",
"typescript": "4.9.4"
},
"devDependencies": {
"husky": "^8.0.3",
"prettier": "^2.8.2",
"pretty-quick": "^3.1.3"
},
"repository": {
"type": "git",
"url": "https://github.com/gdg-cloud-nagpur/website.git"
},
"keywords": [
"gdg",
"gdgcn",
"gdg-cloud-nagpur",
"gdg-website",
"gdg-website-nextjs"
]
}