mirror of
https://github.com/kopia/htmlui.git
synced 2026-02-02 12:53:24 -08:00
Bumps [globals](https://github.com/sindresorhus/globals) from 16.3.0 to 16.5.0. - [Release notes](https://github.com/sindresorhus/globals/releases) - [Commits](https://github.com/sindresorhus/globals/compare/v16.3.0...v16.5.0) --- updated-dependencies: - dependency-name: globals dependency-version: 16.5.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
70 lines
1.8 KiB
JSON
70 lines
1.8 KiB
JSON
{
|
|
"name": "htmlui",
|
|
"version": "0.1.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@fortawesome/fontawesome-svg-core": "^6.7.2",
|
|
"@fortawesome/free-regular-svg-icons": "^6.7.2",
|
|
"@fortawesome/free-solid-svg-icons": "^7.1.0",
|
|
"@fortawesome/react-fontawesome": "^0.2.2",
|
|
"@tanstack/react-table": "^8.21.3",
|
|
"bootstrap": "^5.3.6",
|
|
"http-proxy-middleware": "^3.0.5",
|
|
"moment": "^2.30.1",
|
|
"react": "^19.1.0",
|
|
"react-bootstrap": "^2.10.10",
|
|
"react-dom": "^19.1.0",
|
|
"react-router-dom": "^7.9.5"
|
|
},
|
|
"scripts": {
|
|
"start": "vite",
|
|
"build": "vite build",
|
|
"serve": "vite dev",
|
|
"test": "vitest run --coverage",
|
|
"prettier": "prettier --write .",
|
|
"prettier:check": "prettier --check .",
|
|
"lint": "eslint src"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": "react-app"
|
|
},
|
|
"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/js": "^9.27.0",
|
|
"@testing-library/jest-dom": "^6.6.3",
|
|
"@testing-library/react": "^16.3.0",
|
|
"@testing-library/user-event": "^14.6.1",
|
|
"@types/react": "^19.1.4",
|
|
"@types/react-dom": "^19.1.5",
|
|
"@vitejs/plugin-react": "^5.1.0",
|
|
"@vitest/coverage-v8": "^3.1.4",
|
|
"axios": "^1.12.1",
|
|
"axios-mock-adapter": "^2.1.0",
|
|
"eslint": "^9.39.0",
|
|
"eslint-config-react": "^1.1.7",
|
|
"eslint-plugin-react": "^7.37.5",
|
|
"globals": "^16.5.0",
|
|
"jsdom": "^27.0.1",
|
|
"prettier": "^3.6.2",
|
|
"typescript": "^5.8.3",
|
|
"typescript-eslint": "^8.33.0",
|
|
"vite": "^7.1.11",
|
|
"vite-plugin-eslint": "^1.8.1",
|
|
"vitest": "^3.1.3"
|
|
},
|
|
"overrides": {
|
|
"autoprefixer": "10.4.5"
|
|
}
|
|
}
|