UNPKG

@pinuts/bsr-uikit-relaunch

Version:

BSR UI-KIT Relaunch

122 lines (121 loc) 3.56 kB
{ "name": "@pinuts/bsr-uikit-relaunch", "version": "0.3.3", "private": false, "description": "BSR UI-KIT Relaunch", "main": "dist/index.js", "author": "", "license": "ISC", "publishConfig": { "registry": "https://registry.npmjs.org" }, "repository": { "type": "git", "url": "git@git.intra.pinuts.de/bsr/bsr-uikit-relaunch" }, "keywords": [ "form", "uikit", "bsr" ], "scripts": { "lint": "eslint \"src/**/*.{js,mjs,jsx,json}\" ", "lint:fix": "eslint --fix \"src/**/*.{js,mjs,jsx,json}\" ", "start": "DISABLE_ESLINT_PLUGIN=true react-app-rewired start", "build:tsTypes": "./node_modules/typescript/bin/tsc", "build": "./node_modules/.bin/babel src --out-dir ./dist", "analyze": "webpack --profile --json > stats.json && webpack-bundle-analyzer stats.json", "test": "echo \"Error: no test specified\"", "preversion": "yarn test", "version": "yarn install && yarn run build && yarn run build:tsTypes && git add -A", "postversion": "", "getSuccessorVersion": "getSuccessorVersion", "unpublishVersions": "unpublishVersions", "prepublishOnly": "webpack", "prewatch": "node remove-peerdeps.js", "watch": "NODE_ENV=development webpack --watch" }, "bundledDependencies": [ "@pinuts/form-builder" ], "peerDependencies": { "prop-types": "^15.7.2", "react": "^18.2.0", "react-dom": "^18.2.0", "react-router": "^7.5.2", "react-router-dom": "^7.5.2" }, "dependencies": { "@ariakit/react": "^0.4.11", "@pinuts/form-builder": "0.8.18", "@popperjs/core": "^2.11.7", "bootstrap": "^5.3.2", "dayjs": "^1.11.10", "html-react-parser": "^5.1.10", "i18next": "^22.4.14", "luxon": "^3.5.0", "react-big-calendar": "^1.5", "react-bootstrap": "^2.7.4", "react-dropzone": "^14.2.3", "react-i18next": "^15.1.1", "sanitize-html": "^2.13.0", "typescript": "^5.6.3", "uuid": "^10.0.0" }, "devDependencies": { "@babel/cli": "^7.26.4", "@babel/core": "^7.26.8", "@babel/plugin-proposal-private-property-in-object": "^7.21.11", "@babel/preset-env": "^7.26.8", "@babel/preset-react": "^7.26.3", "@babel/preset-typescript": "^7.26.0", "@pinuts/build-scripts": "^1.1.0", "@pinuts/eslint-config-pinuts-react": "^2.0.1", "babel-loader": "^9.1.2", "copy-webpack-plugin": "^11.0.0", "eslint": "^7.32.0", "eslint-config-airbnb": "^19.0.4", "eslint-loader": "^4.0.2", "eslint-plugin-import": "^2.25.4", "eslint-plugin-json": "^3.1.0", "eslint-plugin-jsx-a11y": "^6.5.1", "eslint-plugin-prettier": "^4.2.1", "eslint-plugin-react": "^7.28.0", "eslint-plugin-react-hooks": "^4.3.0", "file-loader": "^6.2.0", "i18next": "^22.4.14", "npm": "^9.4.2", "prop-types": "^15.7.2", "react": "^18.2.0", "react-app-rewired": "^2.2.1", "react-dom": "^18.2.0", "react-json-pretty": "^2.2.0", "react-router": "^5.2.1", "react-router-dom": "^6.11.0", "react-scripts": "^5.0.1", "sass": "^1.77.2", "sass-loader": "^12.3.0", "style-loader": "^3.3.1", "url-loader": "^4.1.1", "webpack": "^5.75.0", "webpack-bundle-analyzer": "^4.8.0", "webpack-cli": "^5.0.1" }, "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" ] } }