-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 993 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
33
34
35
36
37
{
"name": "ryohlan.github.io",
"version": "1.0.0",
"description": "Ryohlan's portfolio",
"main": "index.js",
"scripts": {
"dev": "next",
"build": "next build && next export",
"start": "next start",
"deploy": "git subtree push --prefix out/ origin master",
"lh": "lighthouse https://ryohlan.github.io/ --output=json --output-path=./report.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ryohlan/ryohlan.github.io.git"
},
"keywords": [
"ryohlan"
],
"author": "Ryohlan",
"license": "ISC",
"bugs": {
"url": "https://github.com/ryohlan/ryohlan.github.io/issues"
},
"homepage": "https://github.com/ryohlan/ryohlan.github.io#readme",
"dependencies": {
"color": "^3.0.0",
"highlight.js": "^9.12.0",
"lighthouse": "^2.9.4",
"next": "^5.0.0",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-icons": "^2.2.7",
"react-markdown": "^3.3.0",
"styled-components": "^3.2.3"
}
}