-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 903 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": "website",
"version": "1.0.0",
"description": "Maurice Yap's website",
"main": "index.js",
"repository": "https://github.com/mauriceyap/mauriceyap.co.uk",
"author": "Maurice Yap",
"license": "MIT",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.32",
"@fortawesome/free-brands-svg-icons": "^5.15.1",
"@fortawesome/free-solid-svg-icons": "^5.15.1",
"@fortawesome/react-fontawesome": "^0.1.14",
"@types/node": "^14.14.20",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"next": "^10.0.5",
"raw-loader": "^4.0.2",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"showdown": "^1.9.1",
"skeleton-css": "^2.0.4",
"typescript": "^4.1.3",
"webpack": "^4.0.0 || ^5.0.0"
},
"scripts": {
"dev": "next",
"build": "next build",
"export": "next export",
"deploy": "./scripts/deploy.sh"
}
}