UNPKG

@parkassist/pa-ui-library

Version:
103 lines (102 loc) 2.95 kB
{ "name": "@parkassist/pa-ui-library", "version": "2.0.417", "dependencies": { "@emotion/react": "^11.11.3", "@emotion/styled": "^11.11.0", "@mui/icons-material": "^5.15.7", "@mui/material": "^5.15.7", "@mui/styles": "^5.15.7", "@mui/x-date-pickers": "^6.19.2", "@types/styled-components": "^5.1.34", "clsx": "^2.1.0", "cpx": "^1.5.0", "cross-env": "^7.0.3", "date-fns": "^3.0.0", "dayjs": "^1.11.10", "keyboardjs": "^2.7.0", "leaflet": "^1.9.4", "lodash": "^4.17.21", "rc-slider": "^10.5.0", "react-autocomplete": "^1.8.1", "react-awesome-popover": "^6.1.1", "react-beautiful-dnd": "^13.1.1", "react-butterfiles": "^1.3.3", "react-circle-flags": "^0.0.23", "react-date-range": "^2.0.0", "react-day-picker": "^7.4.10", "react-fade-in": "^1.1.1", "react-helmet": "^6.1.0", "react-leaflet": "^4.2.1", "react-nestable": "^1.3.0", "react-number-format": "^5.3.1", "react-responsive": "^8.2.0", "react-reveal": "^1.2.2", "react-select": "^4.3.1", "react-sweet-progress": "^1.1.2", "react-switch": "^5.0.1", "react-tag-input-component": "^2.0.2", "react-use": "^17.6.0", "rodal": "^2.0.1", "styled-components": "^5.3.11", "typescript": "^5.3.3" }, "devDependencies": { "@babel/cli": "^7.22.5", "@babel/core": "^7.22.5", "@babel/helper-call-delegate": "^7.12.13", "@babel/plugin-proposal-private-property-in-object": "^7.21.11", "@babel/preset-react": "^7.22.5", "@types/leaflet": "^1.9.8", "react": "^18.2.0", "react-dom": "^18.2.0", "react-scripts": "^5.0.1" }, "peerDependencies": { "react": "^18.2.0", "react-dom": "^18.2.0" }, "scripts": { "start": "react-scripts start", "create:dist": "cross-env NODE_ENV=production babel dist --out-dir dist --copy-files --ignore __tests__,spec.js,test.js,__snapshots__", "copy:files": "cpx \"src/lib/**/*.{css,html,json,svg,jpg,jpeg,png}\" dist", "build": "rm -rf dist && tsc && npm run copy:files && npm run create:dist", "buildAsApplication": "react-scripts --max_old_space_size=6144 build", "test": "react-scripts test", "eject": "react-scripts eject" }, "eslintConfig": { "extends": "react-app" }, "browserslist": { "production": [ ">0.2%", "not dead", "not op_mini all" ], "development": [ "last 1 chrome version", "last 1 firefox version", "last 1 safari version" ] }, "description": "INX Platform elements", "main": "dist/index.js", "module": "dist/index.js", "files": [ "dist", "README.md" ], "repository": { "url": "git+https://github.com/parkassist/PA-UI-library.git" }, "keywords": [ "pa", "library" ], "author": "alejandro.valencia@parkassist.com", "license": "ISC", "bugs": { "url": "https://github.com/parkassist/PA-UI-library/issues" } }