-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.2 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
{
"name": "katido",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prisma:generate": "npx prisma generate"
},
"dependencies": {
"@google-cloud/translate": "^7.2.0",
"@headlessui/react": "^1.7.13",
"@prisma/client": "3.13.0",
"@reduxjs/toolkit": "^1.8.1",
"@types/kavenegar": "^1.1.0",
"axios": "^0.27.2",
"formidable": "v3",
"kavenegar": "^1.1.4",
"memfs": "^3.4.1",
"natural": "^5.2.2",
"next": "12.1.6",
"njwt": "^1.2.0",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-hook-form": "^7.31.0",
"react-icons": "^4.8.0",
"react-redux": "^8.0.1",
"redux-persist": "^6.0.0",
"redux-persist-indexeddb-storage": "^1.0.4",
"tedis": "^0.1.12"
},
"devDependencies": {
"@types/formidable": "^2.0.5",
"@types/jsdom": "^16.2.14",
"@types/natural": "^5.1.1",
"@types/node": "^17.0.31",
"@types/react": "^18.0.9",
"autoprefixer": "^10.4.7",
"eslint": "8.15.0",
"eslint-config-next": "12.1.6",
"postcss": "^8.4.13",
"prisma": "^3.13.0",
"tailwindcss": "^3.0.24",
"typescript": "^4.6.4"
}
}