UNPKG

solvice-vrp-components

Version:

React components library for visualizing VRP problems in Mintlify documentation

100 lines (99 loc) 2.97 kB
{ "name": "solvice-vrp-components", "version": "1.0.1", "description": "React components library for visualizing VRP problems in Mintlify documentation", "type": "module", "main": "dist/solvice-vrp-components.umd.js", "module": "dist/solvice-vrp-components.es.js", "types": "dist/index.d.ts", "unpkg": "dist/solvice-vrp-components.umd.js", "jsdelivr": "dist/solvice-vrp-components.umd.js", "files": [ "dist" ], "scripts": { "dev": "vite", "build": "tsc && vite build", "build:watch": "vite build --watch", "preview": "vite preview", "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0", "lint:fix": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0 --fix", "format": "prettier --write \"src/**/*.{ts,tsx,js,jsx,json,css,md}\"", "test": "vitest", "test:ui": "vitest --ui", "storybook": "storybook dev -p 6006", "build-storybook": "storybook build" }, "keywords": [ "react", "vrp", "vehicle-routing-problem", "components", "mintlify", "solvice", "cdn", "typescript" ], "author": "Christophe Van Huele", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/cvhue/vrp-components.git" }, "homepage": "https://github.com/cvhue/vrp-components#readme", "bugs": { "url": "https://github.com/cvhue/vrp-components/issues" }, "dependencies": { "class-variance-authority": "^0.7.0", "clsx": "^2.1.0", "lucide-react": "^0.344.0", "react": ">=18.0.0", "react-dom": ">=18.0.0", "solvice-vrp-solver": "^0.4.0", "swr": "^2.2.5", "tailwind-merge": "^2.2.0" }, "devDependencies": { "@storybook/addon-essentials": "^7.6.17", "@storybook/addon-interactions": "^7.6.17", "@storybook/addon-links": "^7.6.17", "@storybook/addon-onboarding": "^1.0.11", "@storybook/blocks": "^7.6.17", "@storybook/react": "^7.6.17", "@storybook/react-vite": "^7.6.17", "@storybook/test": "^7.6.17", "@testing-library/jest-dom": "^6.4.2", "@testing-library/react": "^14.2.1", "@types/react": "^18.2.56", "@types/react-dom": "^18.2.19", "@typescript-eslint/eslint-plugin": "^6.21.0", "@typescript-eslint/parser": "^6.21.0", "@vitejs/plugin-react": "^4.2.1", "@vitest/ui": "^1.3.1", "autoprefixer": "^10.4.17", "eslint": "^8.56.0", "eslint-plugin-react": "^7.33.2", "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-react-refresh": "^0.4.5", "jsdom": "^24.0.0", "postcss": "^8.4.35", "prettier": "^3.2.5", "storybook": "^7.6.17", "tailwindcss": "^3.4.1", "terser": "^5.43.1", "typescript": "^5.2.2", "vite": "^5.1.4", "vite-plugin-dts": "^3.7.3", "vitest": "^1.3.1" }, "peerDependencies": { "react": ">=18.0.0", "react-dom": ">=18.0.0" }, "eslintConfig": { "extends": [ "plugin:storybook/recommended" ] } }