-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
75 lines (75 loc) · 2.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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "zenith-website",
"version": "1.0.0",
"description": "Reimagining Zenith's web presence through a modern website that respects the group's technical knowledge and passion for development. We're a student group based in Brazil, we develop open software and hardware.",
"main": "index.js",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zenitheesc/zenith-website.git"
},
"contributors": [
{
"name": "Jorge Marcelo Risco",
"url": "https://github.com/jorgemrisco"
},
{
"name": "Leonardo Celente",
"url": "https://github.com/leocelente"
},
{
"name": "Maíra Canal",
"url": "https://github.com/mairacanal"
},
{
"name": "Matheus Vieira Gonçalves",
"url": "https://github.com/Math-42"
},
{
"name": "Vitor F. Carrera Miguel",
"url": "https://github.com/VitorFCM"
},
{
"name": "Fulvio Favilla Filho",
"url": "https://github.com/fulvio-f"
},
{
"name": "Guilherme Lorete Schmidt",
"url": "https://github.com/Guilherme-L-Schmidt"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/zenitheesc/zenith-website/issues"
},
"homepage": "https://github.com/zenitheesc/zenith-website#readme",
"dependencies": {
"hamburger-react": "^2.4.0",
"next": "^12.1.0",
"next-seo": "^4.24.0",
"next-translate": "^1.0.6",
"react": "^17.0.2",
"react-countup": "^6.1.1",
"react-dom": "^17.0.2",
"react-icons": "^4.2.0",
"react-player": "^2.9.0",
"react-responsive-carousel": "^3.2.22",
"react-rotating-text": "^1.4.1",
"react-visibility-sensor": "^5.1.1"
},
"devDependencies": {
"eslint": "^8.7.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.23.2",
"eslint-plugin-react-hooks": "^4.2.0",
"prettier": "^2.3.0"
}
}