-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 908 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
{
"name": "kenchen-io",
"version": "2.0.0",
"description": "Personal portfolio project",
"main": "pages/index.js",
"dependencies": {
"classnames": "^2.2.6",
"fontfaceobserver": "^2.1.0",
"next": "^11.1.0",
"next-page-transitions": "^1.0.0-beta.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-images": "^0.5.19",
"react-photo-gallery": "^7.0.2"
},
"devDependencies": {
"@types/react": "^17.0.19",
"typescript": "^4.3.5"
},
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start -p $PORT"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lbkchen/lbkchen.github.io.git"
},
"keywords": [],
"author": "Ken Chen",
"license": "ISC",
"bugs": {
"url": "https://github.com/lbkchen/lbkchen.github.io/issues"
},
"homepage": "https://github.com/lbkchen/lbkchen.github.io#readme"
}