Files
main_frontend/package.json
T
2026-01-12 23:06:40 +03:00

62 lines
1.9 KiB
JSON

{
"name": "fsd-nest-template",
"version": "0.1.0",
"private": true,
"packageManager": "bun@1.3.5",
"scripts": {
"dev": "bun --bun next dev",
"build": "bun --bun next build",
"start": "bun --bun next start",
"lint": "concurrently \"bun run lint:es\" \"bun run lint:prettier\"",
"create-component": "npx generate-react-cli component",
"gc": "bun run .scripts/create-fsd-component.ts",
"gicons": "npx @svgr/cli --ext tsx --typescript --no-prettier --icon --ref --no-svgo ./src/shared/assets/raw-icons/ --out-dir ./src/shared/ui/Icons/"
},
"dependencies": {
"@tanstack/react-query": "^5.90.14",
"@tanstack/react-query-devtools": "^5.91.2",
"axios": "^1.13.2",
"bootstrap": "^5.3.8",
"classnames": "^2.5.1",
"framer-motion": "^12.23.26",
"lodash": "^4.17.21",
"lucide-react": "^0.562.0",
"moment": "^2.30.1",
"next": "16.1.1",
"normalize.css": "^8.0.1",
"openapi-react-query": "^0.5.1",
"react": "^19.2.3",
"react-aria-components": "^1.14.0",
"react-bootstrap": "^2.10.10",
"react-dom": "^19.2.3",
"react-dropzone": "^14.3.8",
"react-toastify": "^11.0.5",
"usehooks-ts": "^3.1.1",
"xior": "^0.8.2"
},
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "^4.7.0",
"@svgr/cli": "^8.1.0",
"@types/bun": "^1.3.5",
"@types/node": "^25.0.3",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"concurrently": "^9.2.1",
"eslint": "^9.39.2",
"eslint-config-next": "16.1.1",
"eslint-import-resolver-typescript": "^4.4.4",
"eslint-plugin-boundaries": "^5.3.1",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.4.26",
"prettier": "^3.7.4",
"sass": "^1.97.1",
"stylelint": "^16.26.1",
"stylelint-config-standard": "^39.0.1",
"stylelint-config-standard-scss": "^16.0.0",
"stylelint-order": "^7.0.0",
"stylelint-order-config-standard": "^0.1.3",
"ts-node": "^10.9.2",
"typescript": "^5.9.3",
"typescript-eslint": "^8.50.1"
}
}