2022-11-27 16:34:37 +03:00
|
|
|
{
|
2024-03-01 12:49:55 +03:00
|
|
|
"name": "journal.pl",
|
2024-08-03 22:59:57 +03:00
|
|
|
"version": "2.4.5",
|
2024-08-05 21:56:28 +03:00
|
|
|
"description": "bro-js platform journal ui repo",
|
2022-11-27 16:34:37 +03:00
|
|
|
"main": "./src/index.tsx",
|
|
|
|
"scripts": {
|
2024-08-05 21:56:28 +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-03-29 10:30:11 +03:00
|
|
|
"clean": "rimraf dist",
|
|
|
|
"test": "echo ok",
|
|
|
|
"eslint": "npx eslint ."
|
2022-11-27 16:34:37 +03:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2024-08-05 21:56:28 +03:00
|
|
|
"url": "ssh://git@85.143.175.152:222/bro-js/journal.pl.git"
|
2022-11-27 16:34:37 +03:00
|
|
|
},
|
|
|
|
"keywords": [],
|
|
|
|
"author": "",
|
|
|
|
"license": "MIT",
|
|
|
|
"devDependencies": {
|
2024-03-29 10:30:11 +03:00
|
|
|
"@typescript-eslint/eslint-plugin": "^7.4.0",
|
|
|
|
"@typescript-eslint/parser": "^7.4.0",
|
|
|
|
"eslint": "^8.57.0",
|
|
|
|
"eslint-plugin-react": "^7.34.1"
|
2022-11-27 16:34:37 +03:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2024-08-05 21:56:28 +03:00
|
|
|
"@brojs/cli": "^0.0.4-alpha.9",
|
2024-03-28 18:59:16 +03:00
|
|
|
"@chakra-ui/icons": "^2.1.1",
|
2024-03-01 12:49:55 +03:00
|
|
|
"@chakra-ui/react": "^2.8.2",
|
2024-02-28 23:43:36 +03:00
|
|
|
"@emotion/react": "^11.11.4",
|
|
|
|
"@emotion/styled": "^11.11.0",
|
2024-04-09 16:01:15 +03:00
|
|
|
"@nivo/bar": "^0.85.1",
|
2024-02-28 23:43:36 +03:00
|
|
|
"@reduxjs/toolkit": "^2.2.1",
|
|
|
|
"@types/react": "^18.2.60",
|
|
|
|
"@types/react-dom": "^18.2.19",
|
|
|
|
"dayjs": "^1.11.10",
|
2024-08-05 21:56:28 +03:00
|
|
|
"express": "^4.19.2",
|
2024-02-28 23:43:36 +03:00
|
|
|
"js-sha256": "^0.11.0",
|
|
|
|
"keycloak-js": "^23.0.7",
|
2024-02-13 20:56:54 +03:00
|
|
|
"prettier": "^3.2.5",
|
2024-02-28 23:43:36 +03:00
|
|
|
"qrcode": "^1.5.3",
|
2024-08-05 21:56:28 +03:00
|
|
|
"react": "^18.3.1",
|
|
|
|
"react-dom": "^18.3.1",
|
2022-11-29 22:36:58 +03:00
|
|
|
"react-helmet": "^6.1.0",
|
2024-03-28 18:59:16 +03:00
|
|
|
"react-hook-form": "^7.51.2",
|
2024-02-28 23:43:36 +03:00
|
|
|
"react-redux": "^9.1.0",
|
|
|
|
"react-router-dom": "^6.22.1",
|
|
|
|
"redux": "^5.0.1",
|
2024-08-05 21:56:28 +03:00
|
|
|
"typescript": "^5.3.3",
|
|
|
|
"webpack-hot-middleware": "^2.26.1"
|
2022-11-27 16:34:37 +03:00
|
|
|
}
|
2024-03-01 12:49:55 +03:00
|
|
|
}
|