source: package.json@ faff334

main
Last change on this file since faff334 was e007fcd, checked in by anastasovv <simon@…>, 23 months ago

Now you need to activate your account via email & also added mail sending after server crash

  • Property mode set to 100644
File size: 741 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 "nodemailer": "^6.7.7",
20 "pg": "^8.7.3",
21 "react": "18.1.0",
22 "react-dom": "18.1.0",
23 "react-icons": "^4.3.1",
24 "react-redux": "^8.0.1",
25 "socket.io": "^4.5.1",
26 "socket.io-client": "^4.5.1",
27 "uuid": "^8.3.2"
28 },
29 "devDependencies": {
30 "eslint": "8.15.0",
31 "eslint-config-next": "12.1.6"
32 }
33}
Note: See TracBrowser for help on using the repository browser.