@notdutzi/react-mosaic-component
Version:
A React Tiling Window Manager
104 lines (103 loc) • 3.12 kB
JSON
{
"name": "@notdutzi/react-mosaic-component",
"version": "5.0.2",
"description": "A React Tiling Window Manager",
"license": "Apache-2.0",
"main": "lib/index.js",
"style": "lib/react-mosaic.css",
"typings": "lib/index.d.ts",
"sideEffects": [
"*.css"
],
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/dutzi/react-mosaic.git"
},
"scripts": {
"build": "npm-run-all clean -lp build:**",
"build:ts": "tsc -p tsconfig-build.json",
"bundle": "rm -rf docs/ && webpack --config webpack/bundle.ts",
"clean": "rm -rf lib/",
"start": "webpack-dev-server --config webpack/hot.ts",
"prettier:run": "prettier 'styles/*.less' '*.md' '{,.}*.yml' '.circleci/*.yml'",
"test": "npm-run-all build -lp test:**",
"test:lint": "tslint -c tslint.yml -p tsconfig.json -e test",
"test:unit": "mocha --opts test/mocha.opts 'test/*.ts'",
"test:format": "yarn run prettier:run --list-different",
"fix": "npm-run-all -lp fix:**",
"fix:format": "yarn run prettier:run --write",
"fix:lint": "yarn run test:lint --fix",
"version": "npm run bundle && git add -A docs/",
"prepack": "npm run build"
},
"devDependencies": {
"@blueprintjs/core": "^3.15.1",
"@blueprintjs/icons": "^3.9.0",
"@types/chai": "^4.1.7",
"@types/classnames": "^2.2.8",
"@types/dom4": "^2.0.1",
"@types/html-webpack-plugin": "2.30.2",
"@types/lodash": "^4.14.134",
"@types/mocha": "^5.2.7",
"@types/prop-types": "^15.7.1",
"@types/react": "^16.9.35",
"@types/react-dnd-multi-backend": "^5.0.0",
"@types/react-dom": "^16.9.8",
"@types/react-hot-loader": "^3.0.6",
"@types/uuid": "^3.4.4",
"@types/webpack": "^3.8.18",
"chai": "^4.2.0",
"css-loader": "^0.28.11",
"file-loader": "^1.1.11",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^2.30.1",
"jsdom": "^15.1.1",
"jsdom-global": "^3.0.2",
"less": "^3.9.0",
"less-loader": "^5.0.0",
"less-plugin-autoprefix": "^2.0.0",
"mocha": "^7.1.0",
"mocha-junit-reporter": "^1.23.3",
"npm-run-all": "^4.1.5",
"prettier": "^2.0.5",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-hot-loader": "^3.1.3",
"source-map-loader": "^0.2.4",
"style-loader": "^0.20.2",
"ts-loader": "^3.5.0",
"ts-node": "^8.10.1",
"tslint": "^6.1.2",
"tslint-config-prettier": "^1.18.0",
"tslint-plugin-prettier": "^2.3.0",
"tslint-react": "^5.0.0",
"typescript": "~3.9.3",
"webpack": "^3.12.0",
"webpack-dev-server": "^2.11.5"
},
"dependencies": {
"classnames": "^2.2.6",
"immutability-helper": "^3.0.1",
"lodash": "^4.17.11",
"prop-types": "^15.7.2",
"react-dnd": "^10.0.2",
"react-dnd-html5-backend": "^10.0.2",
"react-dnd-multi-backend": "^5.0.0",
"react-dnd-touch-backend": "^10.0.2",
"uuid": "^3.3.2"
},
"peerDependencies": {
"react": "^16.3.0"
},
"keywords": [
"ui",
"react",
"component",
"typescript",
"tiling-window-manager",
"window-manager"
]
}