-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
45 lines (45 loc) · 1.06 KB
/
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
42
43
44
45
{
"name": "@s6n-jp/s6n-jp",
"version": "0.1.0",
"description": "A landing page for s6n.jp.",
"author": "Naoki Ikeguchi <[email protected]>",
"license": "MIT",
"homepage": "https://github.com/s6n-jp/s6n.jp#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/s6n-jp/s6n.jp.git"
},
"bugs": {
"url": "https://github.com/s6n-jp/s6n.jp/issues"
},
"main": "index.js",
"packageManager": "[email protected]",
"scripts": {
"dev": "next dev",
"start": "next start",
"build": "next build",
"check": "biome check",
"fix": "biome check --fix"
},
"dependencies": {
"clsx": "^2.1.1",
"modern-css-reset": "^1.4.0",
"next": "^15.1.4",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"sass": "^1.83.1",
"styled-jsx": "^5.1.6",
"wantedly-profile": "^0.1.1"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@types/node": "^22.10.5",
"@types/react": "^19.0.6",
"graphql": "^16.10.0",
"npm-run-all": "^4.1.5",
"typescript": "^5.7.3"
},
"engines": {
"node": "^20"
}
}