UNPKG

flexlayout-react-v7-react-19

Version:

A multi-tab docking layout manager

77 lines (76 loc) 2.72 kB
{ "name": "flexlayout-react-v7-react-19", "version": "0.0.2", "description": "A multi-tab docking layout manager", "main": "lib/index.js", "types": "./declarations/index.d.ts", "keywords": [ "react", "layout", "dock", "popout", "tabs", "tabset", "splitter", "drag", "drop", "reactjs", "flexlayout", "flex layout", "layout manager", "drag and drop", "split view", "docking library", "docking layout" ], "scripts": { "start": "webpack serve", "build": "npm run css && npm run doc && npm run build:demo && npm run build:commonjs && npm run build:umd && npm run build:umd:min", "build:commonjs": "tsc -p tsconfig2.json", "build:umd": "webpack --mode=development --config webpack_build.config.js", "build:umd:min": "webpack --mode=production --config webpack_build_min.config.js", "build:demo": "webpack", "lint:eslint": "eslint src/*", "doc": "typedoc --out typedoc --exclude \"**/examples/**/*.tsx\" --excludeInternal --disableSources --excludePrivate --excludeProtected --readme none ./src", "css": "sass style/underline.scss style/underline.css && sass style/gray.scss style/gray.css && sass style/light.scss style/light.css && sass style/light.scss test/style/light.css && sass style/dark.scss style/dark.css", "cypress": "cypress open-ct", "cypress-firefox": "cypress open-ct --browser firefox", "test": "cypress run --component" }, "author": "Caplin Systems Ltd", "repository": "https://github.com/seeq12/FlexLayout-0.7-React-19", "license": "ISC", "peerDependencies": { "react": "^19.0.0", "react-dom": "^19.0.0" }, "eslintConfig": { "extends": "react-app" }, "devDependencies": { "@cypress/react": "^7.0.3", "@cypress/webpack-dev-server": "^3.4.1", "@types/node": "^18.15.13", "@types/prismjs": "^1.26.0", "@types/react": "^19.0.0", "@types/react-dom": "^19.0.0", "css-loader": "^6.7.1", "cypress": "^14.2.0", "html-webpack-plugin": "^5.5.0", "prettier": "^2.6.2", "prismjs": "^1.28.0", "react": "^19.0.0", "react-dom": "^19.0.0", "react-scripts": "5.0.1", "sass": "^1.50.0", "source-map-loader": "^4.0.1", "style-loader": "^3.3.1", "ts-loader": "~9.2.8", "typedoc": "^0.24.4", "typescript": "^4.9.5", "webpack": "^5.72.0", "webpack-cli": "^5.0.1", "webpack-dev-server": "^4.8.1" }, "dependencies": {} }