* build(deps-dev): bump typescript-eslint from 8.26.0 to 8.26.1 in /client Bumps [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) from 8.26.0 to 8.26.1. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.26.1/packages/typescript-eslint) --- updated-dependencies: - dependency-name: typescript-eslint dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * build(deps-dev): bump prettier from 3.5.2 to 3.5.3 in /client Bumps [prettier](https://github.com/prettier/prettier) from 3.5.2 to 3.5.3. - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/prettier/compare/3.5.2...3.5.3) --- updated-dependencies: - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * build(deps): bump react-router from 7.2.0 to 7.3.0 in /client Bumps [react-router](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router) from 7.2.0 to 7.3.0. - [Release notes](https://github.com/remix-run/react-router/releases) - [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router/CHANGELOG.md) - [Commits](https://github.com/remix-run/react-router/commits/react-router@7.3.0/packages/react-router) --- updated-dependencies: - dependency-name: react-router dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * build(deps-dev): bump globals from 15.14.0 to 16.0.0 in /client Bumps [globals](https://github.com/sindresorhus/globals) from 15.14.0 to 16.0.0. - [Release notes](https://github.com/sindresorhus/globals/releases) - [Commits](https://github.com/sindresorhus/globals/compare/v15.14.0...v16.0.0) --- updated-dependencies: - dependency-name: globals dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * build(deps-dev): bump @types/react from 19.0.3 to 19.0.11 in /client Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 19.0.3 to 19.0.11. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react) --- updated-dependencies: - dependency-name: "@types/react" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * build(deps): bump org.hibernate.orm.tooling:hibernate-enhance-maven-plugin Bumps [org.hibernate.orm.tooling:hibernate-enhance-maven-plugin](https://github.com/hibernate/hibernate-orm) from 6.6.10.Final to 6.6.11.Final. - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/6.6.11/changelog.txt) - [Commits](https://github.com/hibernate/hibernate-orm/compare/6.6.10...6.6.11) --- updated-dependencies: - dependency-name: org.hibernate.orm.tooling:hibernate-enhance-maven-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * hotfix: remove hard coded code --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
90 lines
2.4 KiB
JSON
90 lines
2.4 KiB
JSON
{
|
|
"name": "task-note",
|
|
"version": "1.0.0",
|
|
"license": "GPL-3.0-only",
|
|
"description": "TaskNote App - Your daily-basis friend to help you with TODOs and Notes",
|
|
"keywords": [
|
|
"react",
|
|
"typescript",
|
|
"node",
|
|
"nestjs"
|
|
],
|
|
"repository": "https://github.com/ricardo-campos-org/react-typescript-todolist",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@popperjs/core": "^2.11.8",
|
|
"@types/node": "^22.13.9",
|
|
"@types/react-dom": "^19.0.4",
|
|
"@vitejs/plugin-react": "^4.3.4",
|
|
"bootstrap": "^5.3.3",
|
|
"dompurify": "^3.2.4",
|
|
"i18next": "^24.2.2",
|
|
"react": "^19.0.0",
|
|
"react-bootstrap": "^2.10.9",
|
|
"react-bootstrap-icons": "^1.11.5",
|
|
"react-charts": "^3.0.0-beta.57",
|
|
"react-datepicker": "^8.2.1",
|
|
"react-dom": "^19.0.0",
|
|
"react-i18next": "^15.4.1",
|
|
"react-markdown": "^10.1.0",
|
|
"react-router": "^7.3.0",
|
|
"react-router-bootstrap": "^0.26.3",
|
|
"typescript": "^5.8.2",
|
|
"vite": "^6.2.1"
|
|
},
|
|
"scripts": {
|
|
"start": "vite --host",
|
|
"build": "tsc && vite build",
|
|
"preview": "vite build && vite preview",
|
|
"test": "vitest",
|
|
"test:coverage": "vitest run --coverage --watch=false",
|
|
"lint": "./node_modules/.bin/eslint",
|
|
"lint:fix": "./node_modules/.bin/eslint --fix"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": [
|
|
"react-app",
|
|
"react-app/jest"
|
|
]
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/compat": "^1.2.7",
|
|
"@eslint/eslintrc": "^3.3.0",
|
|
"@eslint/js": "^9.22.0",
|
|
"@stylistic/eslint-plugin": "^3.0.1",
|
|
"@testing-library/jest-dom": "^6.6.3",
|
|
"@testing-library/react": "^16.2.0",
|
|
"@testing-library/user-event": "^14.6.1",
|
|
"@types/jest": "^29.5.14",
|
|
"@types/react": "^19.0.11",
|
|
"@types/react-router-bootstrap": "^0.26.6",
|
|
"@vitest/coverage-v8": "^3.0.8",
|
|
"eslint": "^9.22.0",
|
|
"eslint-config-prettier": "^10.0.1",
|
|
"eslint-plugin-import": "^2.31.0",
|
|
"eslint-plugin-jsdoc": "^50.6.3",
|
|
"eslint-plugin-n": "^17.16.2",
|
|
"eslint-plugin-promise": "^7.2.1",
|
|
"eslint-plugin-react": "^7.37.4",
|
|
"globals": "^16.0.0",
|
|
"jsdom": "^26.0.0",
|
|
"prettier": "^3.5.3",
|
|
"sass": "^1.85.1",
|
|
"source-map-support": "^0.5.21",
|
|
"typescript-eslint": "^8.26.1",
|
|
"vitest": "^3.0.7"
|
|
}
|
|
}
|