journal.pl/package.json

52 lines
1.6 KiB
JSON
Raw Normal View History

2022-11-27 16:34:37 +03:00
{
"name": "journal.pl",
2024-04-04 10:37:12 +03:00
"version": "2.2.0",
"description": "inno-js platform journal ui repo",
2022-11-27 16:34:37 +03:00
"main": "./src/index.tsx",
"scripts": {
2024-04-03 19:47:18 +03:00
"start": "start chrome http://ift-b1.kc.inno-js.test/journal.pl & ijl-cli server --port=80",
2024-02-28 23:43:36 +03:00
"build": "npm run clean && ijl-cli build --dev",
"build:prod": "npm run clean && ijl-cli 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",
"url": "ssh://git@85.143.175.152:10022/omni-tech/journal.pl.git"
2022-11-27 16:34:37 +03:00
},
"keywords": [],
"author": "",
"license": "MIT",
"devDependencies": {
2024-03-29 10:30:11 +03:00
"@ijl/cli": "^5.0.3",
"@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": {
"@chakra-ui/icons": "^2.1.1",
"@chakra-ui/react": "^2.8.2",
2024-02-28 23:43:36 +03:00
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.0",
"@reduxjs/toolkit": "^2.2.1",
"@types/react": "^18.2.60",
"@types/react-dom": "^18.2.19",
"dayjs": "^1.11.10",
2022-11-27 16:34:37 +03:00
"express": "^4.18.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",
"react": "^18.2.0",
"react-dom": "^18.2.0",
2022-11-29 22:36:58 +03:00
"react-helmet": "^6.1.0",
"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",
"typescript": "^5.3.3"
2022-11-27 16:34:37 +03:00
}
}