-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
78 lines (78 loc) · 2.29 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"name": "beyond-ys",
"version": "0.1.0",
"private": true,
"license": "MIT",
"description": "A fan website dedicated to Nihon Falcom's works.",
"scripts": {
"dev": "next dev -p 9000",
"ts": "tsc --noEmit --incremental",
"ts:watch": "yarn ts --watch",
"build": "next build",
"start": "next start",
"lint": "next lint",
"seed": "ts-node --esm ./scripts/seed.ts",
"test": "vitest"
},
"dependencies": {
"@emotion/cache": "^11.11.0",
"@emotion/react": "^11.11.0",
"@emotion/server": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@hookform/resolvers": "^3.1.1",
"@mui/icons-material": "^5.11.16",
"@mui/lab": "^5.0.0-alpha.134",
"@mui/material": "^5.13.4",
"@mui/x-date-pickers": "^6.7.0",
"@types/node": "20.2.5",
"@types/react": "18.2.8",
"@types/react-dom": "18.2.4",
"@types/uuid": "^9.0.2",
"@vercel/analytics": "^1.0.1",
"date-fns": "^2.30.0",
"eslint": "8.42.0",
"eslint-config-next": "13.4.4",
"firebase": "^9.22.1",
"firebase-admin": "^11.10.1",
"jwt-decode": "^3.1.2",
"next": "13.4.4",
"next-themes": "^0.2.1",
"nextjs-toploader": "^1.4.2",
"notistack": "^3.0.1",
"react": "18.2.0",
"react-cookie": "^4.1.1",
"react-country-flag": "^3.1.0",
"react-dom": "18.2.0",
"react-fast-marquee": "^1.6.0",
"react-hook-form": "^7.44.3",
"react-hook-form-mui": "^6.2.0",
"react-icons": "^4.10.1",
"react-multi-carousel": "^2.8.4",
"react-youtube": "^10.1.0",
"slugify": "^1.6.6",
"typescript": "^5.1.6",
"use-debounce": "^9.0.4",
"uuid": "^9.0.0",
"yet-another-react-lightbox": "^3.11.2",
"zod": "^3.21.4"
},
"devDependencies": {
"@next/bundle-analyzer": "^13.4.12",
"@testing-library/react": "^14.1.2",
"@types/youtube-player": "^5.5.7",
"@typescript-eslint/eslint-plugin": "^5.59.9",
"@typescript-eslint/parser": "^5.59.9",
"@vitejs/plugin-react": "^4.2.1",
"dotenv": "^16.3.1",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-prettier": "^4.2.1",
"jsdom": "^24.0.0",
"next-router-mock": "^0.9.11",
"prettier": "^2.8.8",
"ts-node": "^10.9.1",
"vite-tsconfig-paths": "^4.3.1",
"vitest": "^1.2.1"
},
"packageManager": "[email protected]"
}