bro.landing/package.json

59 lines
1.9 KiB
JSON
Raw Permalink Normal View History

2024-07-25 22:14:20 +03:00
{
"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": {
2024-08-14 11:25:20 +03:00
"@eslint/js": "^9.9.0",
2024-07-25 22:14:20 +03:00
"@types/jest": "^29.5.12",
"babel-jest": "^29.7.0",
2024-08-14 11:25:20 +03:00
"eslint": "^8.57.0",
2024-07-25 22:14:20 +03:00
"eslint-plugin-react": "^7.35.0",
"eslint-plugin-react-hooks": "^4.6.2",
2024-08-14 11:25:20 +03:00
"globals": "^15.9.0",
2024-07-25 22:14:20 +03:00
"html-webpack-plugin": "^5.6.0",
"jest": "^29.7.0",
2024-08-14 11:25:20 +03:00
"ts-jest": "^29.2.3",
"typescript-eslint": "^8.1.0"
2024-07-25 22:14:20 +03:00
}
}