-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
47 lines (47 loc) · 1.26 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
{
"name": "pecha-tool-stt",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@prisma/client": "^5.2.0",
"@types/papaparse": "^5.3.15",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.7",
"autoprefixer": "10.4.15",
"chart.js": "^4.4.0",
"csv-parser": "^3.0.0",
"daisyui": "^3.7.3",
"eslint": "8.48.0",
"eslint-config-next": "13.4.19",
"fast-levenshtein": "^3.0.0",
"lucide-react": "^0.464.0",
"next": "^13.5.6",
"papaparse": "^5.4.1",
"postcss": "^8.4.38",
"react": "18.2.0",
"react-chartjs-2": "^5.2.0",
"react-dom": "18.2.0",
"react-hot-toast": "^2.4.1",
"react-icons": "^4.11.0",
"sonner": "^1.7.0",
"tailwindcss": "3.3.3",
"webhook-discord": "^3.7.8"
},
"description": "This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).",
"main": "next.config.js",
"devDependencies": {
"@types/node": "^20.5.9",
"prisma": "^5.2.0",
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
},
"keywords": [],
"author": "",
"license": "ISC"
}