main
Last change
on this file since 189cd8f was b13f93b, checked in by anastasovv <simon@…>, 2 years ago |
Made poker tables system and round 1
|
-
Property mode
set to
100644
|
File size:
713 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 | "pg": "^8.7.3",
|
---|
20 | "react": "18.1.0",
|
---|
21 | "react-dom": "18.1.0",
|
---|
22 | "react-icons": "^4.3.1",
|
---|
23 | "react-redux": "^8.0.1",
|
---|
24 | "socket.io": "^4.5.1",
|
---|
25 | "socket.io-client": "^4.5.1",
|
---|
26 | "uuid": "^8.3.2"
|
---|
27 | },
|
---|
28 | "devDependencies": {
|
---|
29 | "eslint": "8.15.0",
|
---|
30 | "eslint-config-next": "12.1.6"
|
---|
31 | }
|
---|
32 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.