-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 1.02 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
{
"name": "manga_fam",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --port 5000",
"build": "next build",
"start": "next start --port 5000",
"lint": "next lint"
},
"dependencies": {
"@reduxjs/toolkit": "^1.9.0",
"@types/node": "18.11.9",
"@types/react": "18.0.25",
"@types/react-dom": "18.0.8",
"@vercel/speed-insights": "^1.0.12",
"classnames": "^2.3.2",
"eslint": "8.27.0",
"eslint-config-next": "13.0.3",
"next": "13.0.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-redux": "^8.0.5",
"redux": "^4.2.0",
"typescript": "4.8.4"
},
"devDependencies": {
"@playwright/test": "^1.49.0",
"autoprefixer": "^10.4.13",
"playwright": "^1.49.0",
"postcss": "^8.4.19",
"react-spring": "^9.5.5",
"tailwindcss": "^3.2.4",
"vitest": "^2.1.6"
},
"packageManager": "pnpm@9.6.0+sha512.38dc6fba8dba35b39340b9700112c2fe1e12f10b17134715a4aa98ccf7bb035e76fd981cf0bb384dfa98f8d6af5481c2bef2f4266a24bfa20c34eb7147ce0b5e"
}