Bumps [react-router](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router) from 7.5.2 to 7.12.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.12.0/packages/react-router) --- updated-dependencies: - dependency-name: react-router dependency-version: 7.12.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
135 lines
4.2 KiB
JSON
135 lines
4.2 KiB
JSON
{
|
|
"name": "threetwo",
|
|
"version": "0.1.0",
|
|
"description": "ThreeTwo! A good comic book curator.",
|
|
"main": "server/index.js",
|
|
"typings": "server/index.js",
|
|
"scripts": {
|
|
"build": "vite build",
|
|
"dev": "rimraf dist && npm run build && vite",
|
|
"start": "npm run build && vite",
|
|
"docs": "jsdoc -c jsdoc.json",
|
|
"storybook": "storybook dev -p 6006",
|
|
"build-storybook": "storybook build"
|
|
},
|
|
"author": "Rishi Ghan",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@dnd-kit/core": "^6.0.8",
|
|
"@dnd-kit/sortable": "^7.0.2",
|
|
"@dnd-kit/utilities": "^3.2.1",
|
|
"@floating-ui/react": "^0.26.12",
|
|
"@floating-ui/react-dom": "^2.0.8",
|
|
"@fortawesome/fontawesome-free": "^6.3.0",
|
|
"@popperjs/core": "^2.11.8",
|
|
"@rollup/plugin-node-resolve": "^15.0.1",
|
|
"@tanstack/react-query": "^5.0.5",
|
|
"@tanstack/react-table": "^8.9.3",
|
|
"@types/mime-types": "^2.1.0",
|
|
"@types/react-router-dom": "^5.3.3",
|
|
"@vitejs/plugin-react": "^4.2.1",
|
|
"airdcpp-apisocket": "^2.5.0-beta.2",
|
|
"axios": "^1.12.0",
|
|
"axios-cache-interceptor": "^1.11.1",
|
|
"axios-rate-limit": "^1.3.0",
|
|
"babel-plugin-styled-components": "^2.1.4",
|
|
"date-fns": "^2.28.0",
|
|
"dayjs": "^1.10.6",
|
|
"ellipsize": "^0.5.1",
|
|
"embla-carousel-react": "^8.6.0",
|
|
"express": "^4.20.0",
|
|
"filename-parser": "^1.0.2",
|
|
"final-form": "^4.20.2",
|
|
"final-form-arrays": "^3.0.2",
|
|
"focus-trap-react": "^10.2.3",
|
|
"history": "^5.3.0",
|
|
"html-to-text": "^8.1.0",
|
|
"i18next": "^23.11.1",
|
|
"i18next-browser-languagedetector": "^7.2.1",
|
|
"i18next-http-backend": "^2.5.0",
|
|
"immer": "^10.0.3",
|
|
"jsdoc": "^3.6.10",
|
|
"lodash": "^4.17.23",
|
|
"pretty-bytes": "^5.6.0",
|
|
"prop-types": "^15.8.1",
|
|
"qs": "^6.14.1",
|
|
"react": "^18.3.1",
|
|
"react-collapsible": "^2.9.0",
|
|
"react-comic-viewer": "^0.4.0",
|
|
"react-day-picker": "^8.10.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-fast-compare": "^3.2.0",
|
|
"react-final-form": "^6.5.9",
|
|
"react-final-form-arrays": "^3.1.4",
|
|
"react-i18next": "^14.1.0",
|
|
"react-loader-spinner": "^4.0.0",
|
|
"react-modal": "^3.15.1",
|
|
"react-router": "^7.12.0",
|
|
"react-router-dom": "^6.9.0",
|
|
"react-select": "^5.8.0",
|
|
"react-select-async-paginate": "^0.7.2",
|
|
"react-sliding-pane": "^7.1.0",
|
|
"react-textarea-autosize": "^8.3.4",
|
|
"react-toastify": "^10.0.5",
|
|
"socket.io-client": "^4.3.2",
|
|
"styled-components": "^6.1.0",
|
|
"threetwo-ui-typings": "^1.0.14",
|
|
"vite": "^5.4.21",
|
|
"vite-plugin-html": "^3.2.0",
|
|
"websocket": "^1.0.34",
|
|
"zustand": "^4.4.6"
|
|
},
|
|
"devDependencies": {
|
|
"@iconify-json/solar": "^1.1.8",
|
|
"@iconify/tailwind": "^0.1.4",
|
|
"@storybook/addon-essentials": "^7.4.1",
|
|
"@storybook/addon-interactions": "^7.4.1",
|
|
"@storybook/addon-links": "^7.4.1",
|
|
"@storybook/addon-onboarding": "^1.0.8",
|
|
"@storybook/blocks": "^7.4.1",
|
|
"@storybook/react": "^7.4.1",
|
|
"@storybook/react-vite": "^7.4.1",
|
|
"@storybook/testing-library": "^0.2.0",
|
|
"@tanstack/eslint-plugin-query": "^5.0.5",
|
|
"@tanstack/react-query-devtools": "^5.1.0",
|
|
"@tsconfig/node14": "^1.0.0",
|
|
"@types/ellipsize": "^0.1.1",
|
|
"@types/express": "^4.17.8",
|
|
"@types/jest": "^26.0.20",
|
|
"@types/lodash": "^4.14.168",
|
|
"@types/node": "^14.14.34",
|
|
"@types/react": "^18.0.28",
|
|
"@types/react-dom": "^18.0.11",
|
|
"@types/react-redux": "^7.1.25",
|
|
"autoprefixer": "^10.4.16",
|
|
"body-parser": "^1.19.0",
|
|
"docdash": "^2.0.2",
|
|
"eslint": "^8.49.0",
|
|
"eslint-config-prettier": "^8.1.0",
|
|
"eslint-plugin-css-modules": "^2.11.0",
|
|
"eslint-plugin-import": "^2.22.1",
|
|
"eslint-plugin-jsdoc": "^46.6.0",
|
|
"eslint-plugin-jsx-a11y": "^6.0.3",
|
|
"eslint-plugin-prettier": "^3.3.1",
|
|
"eslint-plugin-react": "^7.22.0",
|
|
"eslint-plugin-storybook": "^0.6.13",
|
|
"express": "^4.20.0",
|
|
"install": "^0.13.0",
|
|
"jest": "^29.6.3",
|
|
"nodemon": "^3.0.1",
|
|
"postcss": "^8.4.32",
|
|
"postcss-import": "^15.1.0",
|
|
"prettier": "^2.2.1",
|
|
"react-refresh": "^0.14.0",
|
|
"rimraf": "^4.1.3",
|
|
"sass": "^1.77.0",
|
|
"storybook": "^7.6.21",
|
|
"tailwindcss": "^3.4.1",
|
|
"tui-jsdoc-template": "^1.2.2",
|
|
"typescript": "^5.1.6"
|
|
},
|
|
"resolutions": {
|
|
"jackspeak": "2.1.1"
|
|
}
|
|
}
|