31 lines
915 B
JSON
31 lines
915 B
JSON
{
|
|
"dependencies": {
|
|
"@brojs/cli": "^1.0.0",
|
|
"@brojs/create": "^1.0.0",
|
|
"@ijl/cli": "^5.1.0",
|
|
"@types/react": "^18.3.5",
|
|
"@types/react-dom": "^18.3.0",
|
|
"emoji-mart": "^5.6.0",
|
|
"express": "^4.19.2",
|
|
"jsonwebtoken": "^9.0.2",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"react-emoji-picker": "^1.0.13",
|
|
"react-icons": "^5.3.0",
|
|
"react-router-dom": "^6.26.1",
|
|
"react-toastify": "^10.0.5",
|
|
"styled-components": "^6.1.13",
|
|
"typescript": "^5.5.4",
|
|
"ws": "^8.18.0"
|
|
},
|
|
"main": "./src/index.tsx",
|
|
"scripts": {
|
|
"start": "brojs server --port=8099 --with-open-browser",
|
|
"build": "npm run clean && brojs build --dev",
|
|
"build:prod": "npm run clean && brojs build",
|
|
"clean": "rimraf dist"
|
|
},
|
|
"name": "enterfront",
|
|
"version": "0.3.0"
|
|
}
|