front/package.json

34 lines
1013 B
JSON
Raw Normal View History

2024-09-07 11:27:38 +03:00
{
"dependencies": {
2024-09-20 16:10:14 +03:00
"@brojs/cli": "^1.0.0",
2024-09-20 15:05:14 +03:00
"@brojs/create": "^1.0.0",
2024-09-07 11:27:38 +03:00
"@ijl/cli": "^5.1.0",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
2024-10-03 22:35:39 +03:00
"dotenv": "^16.4.5",
2024-09-28 00:12:00 +03:00
"emoji-mart": "^5.6.0",
2024-09-07 11:27:38 +03:00
"express": "^4.19.2",
2024-10-03 21:15:48 +03:00
"jsonwebtoken": "^9.0.2",
2024-09-07 11:27:38 +03:00
"react": "^18.3.1",
"react-dom": "^18.3.1",
2024-09-28 00:12:00 +03:00
"react-emoji-picker": "^1.0.13",
2024-09-21 17:03:09 +03:00
"react-icons": "^5.3.0",
2024-09-07 11:27:38 +03:00
"react-router-dom": "^6.26.1",
2024-10-03 21:15:48 +03:00
"react-toastify": "^10.0.5",
"socket.io": "^4.8.0",
"socket.io-client": "^4.8.0",
2024-09-21 15:53:37 +03:00
"styled-components": "^6.1.13",
2024-09-28 00:12:00 +03:00
"typescript": "^5.5.4",
"ws": "^8.18.0"
2024-09-07 11:27:38 +03:00
},
"main": "./src/index.tsx",
"scripts": {
2024-09-20 15:05:14 +03:00
"start": "brojs server --port=8099 --with-open-browser",
"build": "npm run clean && brojs build --dev",
"build:prod": "npm run clean && brojs build",
2024-09-07 11:27:38 +03:00
"clean": "rimraf dist"
2024-09-14 09:38:49 +03:00
},
2024-09-14 12:37:56 +03:00
"name": "enterfront",
2024-10-12 12:33:46 +03:00
"version": "0.5.1"
2024-09-20 16:10:14 +03:00
}