Some checks failed
platform/bro-js/challenge-pl/pipeline/head There was a failure building this commit
43 lines
1.3 KiB
JSON
43 lines
1.3 KiB
JSON
{
|
|
"name": "challenge",
|
|
"version": "0.0.0",
|
|
"description": "",
|
|
"main": "./src/index.tsx",
|
|
"scripts": {
|
|
"test": "exit 0",
|
|
"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",
|
|
"eslint": "npx eslint ./src/**/*",
|
|
"eslint:fix": "npx eslint ./src/**/* --fix"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "ssh://git@85.143.175.152:222/bro-js/challenge-pl.git"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@brojs/cli": "^1.9.4",
|
|
"@chakra-ui/react": "^3.2.0",
|
|
"@emotion/react": "^11.13.5",
|
|
"@eslint/js": "^9.11.0",
|
|
"@reduxjs/toolkit": "^2.9.2",
|
|
"@stylistic/eslint-plugin": "^2.8.0",
|
|
"@types/node": "^22.18.13",
|
|
"@types/react": "^18.3.12",
|
|
"@types/react-dom": "^18.3.1",
|
|
"eslint": "^9.11.0",
|
|
"eslint-plugin-react": "^7.36.1",
|
|
"express": "^4.19.2",
|
|
"globals": "^15.9.0",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"react-redux": "^9.2.0",
|
|
"react-router-dom": "^6.23.1",
|
|
"typescript-eslint": "^8.6.0"
|
|
}
|
|
}
|