@usace-watermanagement/groundwork-water
Version:
A library of react components for use with USACE Water Management Webpages
99 lines (98 loc) • 2.77 kB
JSON
{
"name": "@usace-watermanagement/groundwork-water",
"version": "3.6.4",
"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",
"dev": "cd docs && npm run dev",
"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",
"check-changeset": "changeset status --since=main",
"deploy": "gh-pages -d dist",
"prepare": "husky",
"watch": "vite build --mode lib --watch",
"release": "npm run build && changeset publish",
"login": "npm login"
},
"lint-staged": {
"**/*.{js,jsx,ts,tsx,json,css,md}": "prettier --write"
},
"repository": {
"type": "git",
"url": "https://github.com/USACE-WaterManagement/groundwork-water.git"
},
"publishConfig": {
"access": "public"
},
"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",
"react-toastify": "^10.0.5"
},
"devDependencies": {
"@changesets/cli": "^2.29.7",
"@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-config-prettier": "^10.1.8",
"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",
"husky": "^9.1.7",
"lint-staged": "^16.1.2",
"postcss": "^8.4.38",
"prettier": "^3.6.2",
"tailwindcss": "^3.4.4",
"typescript": "^5.5.4",
"vite": "^6.3.2"
},
"peerDependencies": {
"@tanstack/react-query": "^5.51.23",
"@usace/groundwork": "^3.14.19",
"react": "^18.2.0",
"react-dom": "^18.2.0"
}
}