-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
41 lines (41 loc) · 976 Bytes
/
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
{
"name": "cobda-web",
"version": "1.0.0",
"private": true,
"engines": {
"node": "14.x",
"yarn": "1.x"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@prisma/client": "^2.21.2",
"@types/next-auth": "^3.13.0",
"@types/sqlite3": "^3.1.7",
"axios": "^0.21.1",
"next": "^10.0.5",
"next-auth": "^3.14.7",
"next-translate": "^1.0.2",
"pure-react-carousel": "^1.27.6",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-dropdown": "^1.9.2",
"react-google-recaptcha": "^2.1.0",
"react-hook-form": "^6.15.5",
"react-images-uploading": "^3.1.2",
"recoil": "^0.2.0",
"sass": "^1.32.5",
"sqlite3": "^5.0.2",
"postcss": "^8.2.10"
},
"devDependencies": {
"@types/node": "^14.14.22",
"@types/react": "^17.0.0",
"@types/react-google-recaptcha": "^2.1.0",
"prisma": "^2.21.2",
"typescript": "^4.1.3"
}
}