source: package.json

main
Last change on this file was 22367db, checked in by anastasovv <simon@…>, 22 months ago

Added authentication with google

  • Property mode set to 100644
File size: 769 bytes
Line 
1{
2 "name": "caessino2",
3 "version": "0.1.0",
4 "private": true,
5 "scripts": {
6 "dev": "next dev",
7 "build": "next build",
8 "start": "next start",
9 "lint": "next lint",
10 "launch": "next build && next start"
11 },
12 "dependencies": {
13 "@arctext/react": "^1.0.0",
14 "@reduxjs/toolkit": "^1.8.1",
15 "axios": "^0.27.2",
16 "crypto": "^1.0.1",
17 "dotenv": "^16.0.0",
18 "next": "12.1.6",
19 "next-auth": "^4.10.0",
20 "nodemailer": "^6.7.7",
21 "pg": "^8.7.3",
22 "react": "18.1.0",
23 "react-dom": "18.1.0",
24 "react-icons": "^4.3.1",
25 "react-redux": "^8.0.1",
26 "socket.io": "^4.5.1",
27 "socket.io-client": "^4.5.1",
28 "uuid": "^8.3.2"
29 },
30 "devDependencies": {
31 "eslint": "8.15.0",
32 "eslint-config-next": "12.1.6"
33 }
34}
Note: See TracBrowser for help on using the repository browser.