-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 998 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
38
39
40
41
{
"name": "honeykingdom",
"version": "0.1.0",
"private": true,
"homepage": "https://honeykingdom.github.io",
"engines": {
"node": "18.x"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "pnpm jest",
"predeploy": "pnpm build",
"deploy": "gh-pages -b master -d out"
},
"dependencies": {
"@primer/octicons": "^19.8.0",
"@types/node": "20.9.0",
"@types/react": "18.2.37",
"@types/react-dom": "18.2.15",
"eslint": "8.53.0",
"eslint-config-next": "14.0.1",
"next": "14.0.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-ga": "^3.3.1",
"styled-components": "^6.1.1"
},
"devDependencies": {
"@svgr/webpack": "^8.1.0",
"@types/google.analytics": "^0.0.45",
"@types/jest": "^29.5.8",
"gh-pages": "^6.0.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"ts-jest": "^29.1.1",
"typescript": "^5.2.2"
}
}