-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.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": "tegachan",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "vitest"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.550.0",
"@aws-sdk/lib-storage": "^3.550.0",
"@heroicons/react": "^2.1.5",
"aws-sdk": "^2.1595.0",
"clsx": "^2.1.1",
"joi": "^17.13.3",
"mongodb": "^6.9.0",
"next": "14.2.13",
"react": "^18",
"react-dom": "^18",
"react-hot-toast": "^2.4.1",
"tegachan": "file:"
},
"devDependencies": {
"@testing-library/react": "^16.0.1",
"@types/jest": "^29.5.13",
"@types/node": "^22",
"@types/react": "^18",
"@types/react-dom": "^18",
"@vitejs/plugin-react": "^4.3.2",
"autoprefixer": "^10.4.20",
"dotenv": "^16.4.5",
"eslint": "^8",
"eslint-config-next": "^14",
"jsdom": "^25.0.1",
"postcss": "^8",
"tailwindcss": "^3.4.13",
"ts-jest": "^29.2.2",
"typescript": "^5.6.2",
"vite-tsconfig-paths": "^5.0.1",
"vitest": "^2.1.1"
}
}