-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 894 Bytes
/
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
{
"name": "hpdipto.github.io",
"version": "1.0.0",
"description": "Portfolio of Haris Pasha Dipto",
"main": "index.js",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"export": "next build && next export && cp -R ./.next/static ./out/_next/static/",
"type-check": "tsc"
},
"author": "Haris Pasha Dipto",
"license": "MIT",
"dependencies": {
"@fortawesome/fontawesome-free": "^5.14.0",
"@fortawesome/fontawesome-svg-core": "^1.2.30",
"@types/node": "^14.6.4",
"@types/react": "^16.9.49",
"@types/react-dom": "^16.9.8",
"@zeit/next-css": "^1.0.1",
"bootstrap": "^4.5.2",
"file-loader": "^6.1.0",
"font-awesome": "^4.7.0",
"next": "^9.5.3",
"react": "^16.13.1",
"react-bootstrap": "^1.3.0",
"react-dom": "^16.13.1",
"typescript": "^4.0.2",
"url-loader": "^4.1.0"
}
}