Skip to content

Commit

Permalink
client: set ci to false while building app
Browse files Browse the repository at this point in the history
  • Loading branch information
bibekthapa007 committed Sep 22, 2024
1 parent 33271a1 commit 1116b37
Show file tree
Hide file tree
Showing 3 changed files with 12,170 additions and 12,159 deletions.
3 changes: 3 additions & 0 deletions client/.env.example
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
CI=false
REACT_APP_CI=false

REACT_APP_ENV='local'
REACT_APP_NAME='Leave APP'

Expand Down
197 changes: 99 additions & 98 deletions client/package.json
Original file line number Diff line number Diff line change
@@ -1,98 +1,99 @@
{
"name": "client",
"version": "0.1.0",
"private": true,
"dependencies": {
"@chakra-ui/react": "^2.8.2",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@tanstack/react-query": "^5.37.1",
"@tanstack/react-table": "^8.17.3",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^13.0.0",
"@testing-library/user-event": "^13.2.1",
"@types/jest": "^27.0.1",
"@types/node": "^16.7.13",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"axios": "^1.1.3",
"classnames": "^2.5.1",
"framer-motion": "^6.5.1",
"http-status": "^1.7.4",
"jwt-decode": "^4.0.0",
"moment": "^2.30.1",
"react": "^18.3.1",
"react-app-router": "^0.0.1",
"react-dom": "^18.3.1",
"react-hook-form": "^7.38.0",
"react-icons": "^3.11.0",
"react-query": "^3.39.3",
"react-redux": "^8.0.4",
"react-router-dom": "5.3.3",
"react-scripts": "5.0.1",
"react-toastify": "^10.0.5",
"tailwind-override": "^0.6.1",
"universal-cookie": "^7.1.4",
"web-vitals": "^2.1.0",
"zustand": "^4.5.2"
},
"scripts": {
"dev": "react-scripts start",
"build": "react-scripts build",
"eject": "react-scripts eject",
"test": "jest",
"lint:fix": "eslint . --fix",
"lint": "eslint .",
"prettify": "prettier . --write",
"ts-check": "tsc --noEmit"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"*.{js,jsx,json,css,scss,md}": [
"prettier . --write"
]
},
"resolutions": {
"webpack": "5.76.0",
"yaml": "2.2.2"
},
"devDependencies": {
"@types/react-router-dom": "^5.3.3",
"@typescript-eslint/eslint-plugin": "^7.10.0",
"@typescript-eslint/parser": "^7.10.0",
"@vitejs/plugin-react": "^4.3.0",
"eslint": "^8.24.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-config-prettier": "^8.5.0",
"eslint-import-resolver-typescript": "^3.5.1",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.2",
"husky": "^8.0.0",
"lint-staged": "^13.0.3",
"prettier": "^2.7.1",
"pretty-quick": "^3.1.3",
"tailwindcss": "^3.4.3",
"typescript": "^4.6.4",
"vite": "^3.2.10",
"vite-plugin-eslint": "^1.8.1"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}
{
"name": "client",
"version": "0.1.0",
"private": true,
"dependencies": {
"@chakra-ui/react": "^2.8.2",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@tanstack/react-query": "^5.37.1",
"@tanstack/react-table": "^8.17.3",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^13.0.0",
"@testing-library/user-event": "^13.2.1",
"@types/jest": "^27.0.1",
"@types/node": "^16.7.13",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"axios": "^1.1.3",
"classnames": "^2.5.1",
"framer-motion": "^6.5.1",
"http-status": "^1.7.4",
"jwt-decode": "^4.0.0",
"moment": "^2.30.1",
"react": "^18.3.1",
"react-app-router": "^0.0.1",
"react-dom": "^18.3.1",
"react-hook-form": "^7.38.0",
"react-icons": "^3.11.0",
"react-query": "^3.39.3",
"react-redux": "^8.0.4",
"react-router-dom": "5.3.3",
"react-scripts": "5.0.1",
"react-toastify": "^10.0.5",
"tailwind-override": "^0.6.1",
"universal-cookie": "^7.1.4",
"web-vitals": "^2.1.0",
"zustand": "^4.5.2"
},
"scripts": {
"dev": "react-scripts start",
"build": "cross-env CI=false react-scripts build",
"eject": "react-scripts eject",
"test": "jest",
"lint:fix": "eslint . --fix",
"lint": "eslint .",
"prettify": "prettier . --write",
"ts-check": "tsc --noEmit"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"*.{js,jsx,json,css,scss,md}": [
"prettier . --write"
]
},
"resolutions": {
"webpack": "5.76.0",
"yaml": "2.2.2"
},
"devDependencies": {
"@types/react-router-dom": "^5.3.3",
"@typescript-eslint/eslint-plugin": "^7.10.0",
"@typescript-eslint/parser": "^7.10.0",
"@vitejs/plugin-react": "^4.3.0",
"cross-env": "^7.0.3",
"eslint": "^8.24.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-config-prettier": "^8.5.0",
"eslint-import-resolver-typescript": "^3.5.1",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.2",
"husky": "^8.0.0",
"lint-staged": "^13.0.3",
"prettier": "^2.7.1",
"pretty-quick": "^3.1.3",
"tailwindcss": "^3.4.3",
"typescript": "^4.6.4",
"vite": "^3.2.10",
"vite-plugin-eslint": "^1.8.1"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}
Loading

0 comments on commit 1116b37

Please sign in to comment.