-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.1 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
{
"author": "Haneru Developers",
"dependencies": {
"next": "^15.0.3",
"next-seo": "^6.6.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^5.3.0"
},
"description": "Feel the life of Neru-chan!",
"devDependencies": {
"@inabagumi/prettier-config": "^3.0.0",
"@types/eslint": "^9.6.1",
"@types/node": "^18.19.64",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@typescript-eslint/eslint-plugin": "^8.15.0",
"@typescript-eslint/parser": "^8.15.0",
"eslint": "^8.57.1",
"eslint-config-next": "^15.0.3",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"file-loader": "^6.2.0",
"next-pwa": "^5.6.0",
"prettier": "~3.3.3",
"typescript": "~5.6.3",
"url-loader": "^4.1.1"
},
"homepage": "https://hanerubeat.app/",
"name": "@inabagumi/hanerubeat",
"private": true,
"scripts": {
"build": "next build",
"dev": "next",
"format": "prettier -w './**/*.{json,yml}'",
"format-check": "prettier -c './**/*.{json,yml}'",
"lint": "next lint ."
},
"version": "2.0.0"
}