UNPKG

@usace-watermanagement/groundwork-water

Version:

A library of react components for use with USACE Water Management Webpages

83 lines (82 loc) 2.55 kB
{ "name": "@usace-watermanagement/groundwork-water", "version": "3.3.0", "license": "MIT", "author": "Various", "description": "A library of react components for use with USACE Water Management Webpages", "main": "./dist/groundwork-water.umd.cjs", "module": "./dist/groundwork-water.es.js", "types": "types/lib/index.d.ts", "files": [ "dist", "types" ], "exports": { ".": { "types": "./types/lib/index.d.ts", "import": "./dist/groundwork-water.es.js", "require": "./dist/groundwork-water.umd.cjs" }, "./dist/*.css": { "import": "./dist/*.css", "require": "./dist/*.css" } }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "link": "npm link && cd docs && npm link @usace-watermanagement/groundwork-water", "build": "npm run build-lib", "build-lib": "tsc && vite build --mode lib && npm run link", "build-docs": "cd docs && vite build", "build-docs-prod": "cd docs && vite build", "deploy": "gh-pages -d dist", "login": "npm login", "publish": "npm publish --access public" }, "repository": { "type": "git", "url": "https://github.com/USACE-WaterManagement/groundwork-water" }, "keywords": [ "usace", "water", "management", "wm", "react", "data", "cda", "cwms" ], "dependencies": { "cwmsjs": "^2.3.0-2024.12.10", "dayjs": "^1.11.11", "deepmerge": "^4.3.1", "ol": "^10.0.0", "plotly.js-basic-dist": "^2.33.0", "react-icons": "^5.3.0" }, "devDependencies": { "@types/ol": "^7.0.0", "@types/react": "^18.3.3", "@types/react-dom": "^18.3.0", "@typescript-eslint/eslint-plugin": "^8.0.0", "@typescript-eslint/parser": "^8.0.0", "@vitejs/plugin-react": "^4.3.1", "autoprefixer": "^10.4.20", "eslint": "^8.57.0", "eslint-plugin-react": "^7.34.1", "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-react-refresh": "^0.4.6", "gh-pages": "^6.1.1", "postcss": "^8.4.38", "tailwindcss": "^3.4.4", "typescript": "^5.5.4", "vite": "^6.3.2" }, "peerDependencies": { "@tanstack/react-query": "^5.51.23", "@usace/groundwork": "^3.10.0", "react": "^18.2.0", "react-dom": "^18.2.0" } }