-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 990 Bytes
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 990 Bytes
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
{
"name": "vikinggamingsite-clone",
"title": "VikingGaming Site Next Clone",
"description": "A NextJS clone of an institutional esports org's website built with wordpress (vikinggaming.gg)",
"version": "0.1.0",
"author": {
"name": "Pedro Almeida"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.35",
"@fortawesome/free-brands-svg-icons": "^5.15.3",
"@fortawesome/free-solid-svg-icons": "^5.15.3",
"@fortawesome/react-fontawesome": "^0.1.14",
"axios": "^0.21.1",
"classnames": "^2.3.1",
"dotenv": "^10.0.0",
"next": "10.0.7",
"react": "17.0.1",
"react-dom": "17.0.1",
"sass": "^1.32.8"
},
"keywords": [
"next",
"nextjs",
"next js",
"sass",
"scss",
"css"
],
"license": "MIT",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"repository": {
"type": "git",
"url": "https://github.com/pedroalmeid/vikinggamingsite-clone"
}
}