-
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) · 1.14 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.14 KB
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": "next-js-portfolio",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "next",
"build": "next build",
"buildtest": "next start",
"start": "NODE_ENV=production node index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.15",
"@fortawesome/free-brands-svg-icons": "^5.7.2",
"@fortawesome/free-solid-svg-icons": "^5.7.2",
"@fortawesome/react-fontawesome": "^0.1.4",
"@zeit/next-sass": "^1.0.1",
"contentful": "^7.3.0",
"dayjs": "^1.8.10",
"express": "^4.16.4",
"next": "^8.0.3",
"next-page-transitions": "1.0.0-alpha.6",
"node-sass": "^4.11.0",
"normalize.css": "^8.0.1",
"nprogress": "^0.2.0",
"prismjs": "^1.15.0",
"react": "^16.8.3",
"react-dom": "^16.8.3",
"react-markdown": "^4.0.6",
"react-pose": "^4.0.8"
},
"devDependencies": {
"concurrently": "^4.1.0",
"imagemin": "^6.1.0",
"imagemin-webp": "^5.0.0"
}
}