UNPKG

react-dazzle-couban

Version:

The simple yet flexible dashbording solution for React

98 lines (97 loc) 3.47 kB
{ "name": "react-dazzle-couban", "version": "1.2.9", "description": "The simple yet flexible dashbording solution for React", "license": "MIT", "main": "dist/lib.js", "style": "lib/style/style.css", "scripts": { "prebuild": "npm run clean", "build": "cross-env NODE_ENV=production webpack --config webpack.config.prod.js -p", "clean": "rimraf dist coverage", "start": "cross-env NODE_ENV=production node server/node-server.js", "dev": "cross-env NODE_ENV=development webpack-dev-server -d --inline --hot --progress --no-info", "lint": "npm run lint-js", "lint-js": "eslint .", "test": "babel-node ./node_modules/istanbul/lib/cli.js --include-all-sources cover node_modules/mocha/bin/_mocha -- --require ./test/entry.js ./test/**/*.spec.js", "test:watch": "babel-node ./node_modules/istanbul/lib/cli.js --include-all-sources cover node_modules/mocha/bin/_mocha -- --require ./test/entry.js ./test/**/*.spec.js --watch", "cover": "babel-node ./node_modules/istanbul/lib/cli.js --include-all-sources cover node_modules/mocha/bin/_mocha -- --require ./test/entry.js ./test/**/*.spec.js", "report-cover": "babel-node ./node_modules/istanbul/lib/cli.js --include-all-sources cover node_modules/mocha/bin/_mocha -- --require ./test/entry.js ./test/**/*.spec.js && codecov", "semantic-release": "semantic-release pre && npm publish && semantic-release post", "commit": "git-cz" }, "keywords": [ "react", "dashboard", "react-component", "widgets", "react-dazzle", "analytics-dashboard", "analytics" ], "repository": { "type": "git", "url": "https://github.com/ellie-couban/Dazzle.git" }, "bugs": { "url": "https://github.com/ellie-couban/Dazzle/issues" }, "devDependencies": { "babel-cli": "^6.24.1", "babel-core": "^6.4.0", "babel-eslint": "^6.0.0", "babel-loader": "^6.2.1", "babel-plugin-transform-decorators-legacy": "^1.3.4", "babel-preset-es2015": "^6.3.13", "babel-preset-react": "^6.3.13", "babel-preset-stage-0": "^6.3.13", "bootstrap": "^3.3.6", "chai": "^3.4.0", "commitizen": "^2.7.6", "cross-env": "^1.0.7", "css-loader": "^0.23.0", "cz-conventional-changelog": "^1.1.5", "enzyme": "^2.8.2", "eslint": "2.5.2", "eslint-config-airbnb": "^6.2.0", "eslint-loader": "^1.1.1", "eslint-plugin-react": "^4.2.0", "express": "^4.13.3", "file-loader": "^0.8.4", "html-webpack-plugin": "^2.9.0", "http-proxy": "^1.12.1", "istanbul": "^1.0.0-alpha.2", "jsdom": "^8.1.0", "json-loader": "^0.5.3", "mocha": "^2.3.4", "react": "^0.14.0 || ^15.0.0-0", "react-addons-test-utils": "^15.5.1", "react-dom": "^15.5.4", "react-hot-loader": "^1.3.0", "react-modal": "^1.1.1", "rimraf": "^2.4.3", "semantic-release": "^4.3.5", "sinon": "^1.17.3", "source-map-loader": "^0.1.5", "style-loader": "^0.13.0", "stylelint": "^5.2.1", "url-loader": "^0.5.6", "webpack": "^1.12.2", "webpack-dev-server": "^1.14.1", "webpack-hot-middleware": "^2.6.4", "winston": "^2.1.1" }, "dependencies": { "immutability-helper": "^2.3.1", "prop-types": "^15.5.10", "react-dnd": "^2.4.0", "react-dnd-html5-backend": "^2.4.1" }, "peerDependencies": { "react": "^0.14.0 || ^15.0.0-0", "react-dom": "^15.5.4" }, "czConfig": { "path": "node_modules/cz-conventional-changelog" } }