56 lines
1.8 KiB
JSON
56 lines
1.8 KiB
JSON
{
|
|
"name": "bro.landing",
|
|
"version": "2.0.1",
|
|
"description": "",
|
|
"main": "./src/index.tsx",
|
|
"scripts": {
|
|
"docker:rerun": "docker stop adminka_nginx2 && sh d-scripts/up-nginx.sh",
|
|
"predeploy": "npm i && npm run build:prod",
|
|
"redeploy": "npm run predeploy && npm run docker:rerun || sh d-scripts/up-nginx.sh",
|
|
"clean": "rimraf dist",
|
|
"eslint": "npx eslint src",
|
|
"prettier": "prettier --write .",
|
|
"test": "jest --coverage",
|
|
"start": "brojs server --port=8099 --with-open-browser",
|
|
"build": "npm run clean && brojs build --dev",
|
|
"build:prod": "npm run clean && brojs build"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/preset-typescript": "7.24.7",
|
|
"@brojs/cli": "^0.0.4-alpha.6",
|
|
"@chakra-ui/icons": "^2.1.1",
|
|
"@chakra-ui/react": "^2.8.2",
|
|
"@emotion/css": "^11.13.0",
|
|
"@emotion/react": "^11.13.0",
|
|
"@emotion/styled": "^11.13.0",
|
|
"@reduxjs/toolkit": "^2.2.6",
|
|
"dayjs": "^1.11.12",
|
|
"express": "^4.19.2",
|
|
"i18next": "^23.12.2",
|
|
"i18next-browser-languagedetector": "^8.0.0",
|
|
"i18next-xhr-backend": "^3.2.2",
|
|
"lottie-react": "^2.4.0",
|
|
"prettier": "^3.3.3",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"react-helmet": "^6.1.0",
|
|
"react-i18next": "^15.0.0",
|
|
"react-redux": "^9.1.2",
|
|
"react-router-dom": "^6.25.1",
|
|
"redux": "^5.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/jest": "^29.5.12",
|
|
"babel-jest": "^29.7.0",
|
|
"eslint": "8.57.0",
|
|
"eslint-plugin-react": "^7.35.0",
|
|
"eslint-plugin-react-hooks": "^4.6.2",
|
|
"html-webpack-plugin": "^5.6.0",
|
|
"jest": "^29.7.0",
|
|
"ts-jest": "^29.2.3"
|
|
}
|
|
}
|