-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 984 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": "shgtkshruch.com",
"version": "0.1.0",
"private": true,
"author": "Shigetaka Shirouchi <[email protected]>",
"description": "Portfolio",
"repository": "https://github.com/shgtkshruch/shgtkshruch.com",
"bugs": "https://github.com/shgtkshruch/shgtkshruch.com/issues",
"homepage": "https://shgtkshruch.com/",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"export": "next export",
"lighthouce:ci": "lhci autorun"
},
"dependencies": {
"@emotion/css": "11.10.5",
"@emotion/react": "11.10.5",
"@emotion/styled": "11.10.5",
"@tippy.js/react": "3.1.1",
"next": "12.3.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-intersection-observer": "9.4.0",
"react-typist": "2.0.5"
},
"devDependencies": {
"@lhci/cli": "0.9.0",
"@types/node": "18.11.12",
"@types/react": "18.0.26",
"typescript": "4.8.3"
},
"engines": {
"node": ">= 16.13.0"
}
}