-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.49 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
46
47
48
49
50
51
52
53
54
{
"author": "Haneru Developers",
"dependencies": {
"@octokit/rest": "^20.1.0",
"@prisma/client": "^5.12.1",
"@radix-ui/react-portal": "^1.0.4",
"@vercel/analytics": "^1.2.2",
"clsx": "^2.1.0",
"date-fns": "^3.6.0",
"next": "^14.1.4",
"next-mdx-remote": "^4.4.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"styled-components": "^6.1.8"
},
"description": "Shindan by AniMare",
"devDependencies": {
"@inabagumi/prettier-config": "^3.0.0",
"@types/eslint": "^8.56.7",
"@types/gtag.js": "^0.0.19",
"@types/react": "^18.2.74",
"@types/styled-components": "^5.1.34",
"@types/web-app-manifest": "^1.0.8",
"@typescript-eslint/eslint-plugin": "^7.6.0",
"@typescript-eslint/parser": "^7.6.0",
"babel-plugin-styled-components": "^2.1.4",
"encoding": "^0.1.13",
"eslint": "^8.57.0",
"eslint-config-next": "^14.1.4",
"eslint-config-prettier": "^9.1.0",
"next-pwa": "^5.6.0",
"prettier": "~3.2.5",
"prisma": "^5.12.1",
"typescript": "~5.4.4"
},
"homepage": "https://shindan.animare.cafe/",
"license": "MIT",
"name": "animare-shindan",
"packageManager": "[email protected]",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/inabagumi/animare-shindan.git"
},
"scripts": {
"build": "next build",
"dev": "next",
"format": "prettier -w .",
"format-check": "prettier -c .",
"lint": "next lint"
},
"version": "4.0.0"
}