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
|
Rev | Line | |
---|
[6568bde] | 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",
|
---|
[87614a5] | 9 | "lint": "next lint",
|
---|
| 10 | "launch": "next build && next start"
|
---|
[6568bde] | 11 | },
|
---|
| 12 | "dependencies": {
|
---|
[87614a5] | 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",
|
---|
[ebf5e04] | 18 | "next": "12.1.6",
|
---|
[87614a5] | 19 | "pg": "^8.7.3",
|
---|
[ebf5e04] | 20 | "react": "18.1.0",
|
---|
| 21 | "react-dom": "18.1.0",
|
---|
[87614a5] | 22 | "react-icons": "^4.3.1",
|
---|
| 23 | "react-redux": "^8.0.1",
|
---|
[b13f93b] | 24 | "socket.io": "^4.5.1",
|
---|
| 25 | "socket.io-client": "^4.5.1",
|
---|
[87614a5] | 26 | "uuid": "^8.3.2"
|
---|
[6568bde] | 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.