-
Notifications
You must be signed in to change notification settings - Fork 31
/
Copy pathpackage.json
48 lines (48 loc) · 1.19 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": "nextjs-portfolio-template",
"version": "0.1.0",
"description": "A simple to use portfolio website template for all developers out there!",
"author": "Asavari Ambavane",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"repository": {
"type": "git",
"url": ""
},
"keywords": [
"portfolio",
"template",
"easy",
"nextjs",
"fully customisable"
],
"dependencies": {
"@chakra-ui/icons": "^1.0.13",
"@chakra-ui/react": "^1.6.4",
"@emotion/react": "^11.4.0",
"@emotion/styled": "^11.3.0",
"@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",
"aos": "^2.3.4",
"dotenv": "^10.0.0",
"framer-motion": "^4.1.17",
"next": "11.0.0",
"nodemailer": "^6.6.2",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-icons": "^4.2.0",
"react-swipeable": "^6.1.2",
"styled-components": "^5.3.0"
},
"devDependencies": {
"eslint": "7.29.0",
"eslint-config-next": "11.0.0"
}
}