@bigfishtv/cockpit
Version:
128 lines (127 loc) • 4.09 kB
JSON
{
"name": "@bigfishtv/cockpit",
"version": "3.14.0",
"description": "",
"repository": {
"type": "git",
"url": "git@code.bigfish.tv:cockpit.git"
},
"license": "UNLICENSED",
"main": "es5/index.js",
"module": "es/index.js",
"files": [
"es",
"es5",
"lib",
"src",
"styles"
],
"scripts": {
"test": "BABEL_ENV=es5 jest --watch",
"start": "npm run watch",
"watch": "npm run build:js -- -w & npm run watch:css",
"watch:es": "npm run build:js:es -- -w & npm run watch:css",
"watch:css": "watcher-lessc --clean-css=\"--compatibility=ie9 --advanced\" -i styles/main.less -f main.less -d styles -p styles -o dist/cockpit.css -c",
"build": "npm run build:js && npm run build:js:es && npm run build:css",
"build:js": "BABEL_ENV=es5 babel src/ -d es5 --ignore spec.js,test.js",
"build:js:es": "BABEL_ENV=es babel src/ -d es --ignore spec.js,test.js",
"build:css": "lessc --clean-css=\"--compatibility=ie9 --advanced\" styles/main.less dist/cockpit.css",
"build:docsfiles": "rm -rf docs/json && node build-docs.js",
"build:docs": "npm run build:docsfiles && npm run build:docs:js && npm run build:docs:css",
"build:docs:js": "webpack -p --progress --config webpack.docs.production.config.js",
"build:docs:css": "lessc -s \"./docs/styles/main.less\" \"./docs/dist/styles.css\"",
"watch:docs": "npm run watch:docs:js & npm run watch:docs:css",
"watch:docs:js": "webpack --watch --progress --config webpack.docs.config.js",
"watch:docs:css": "watch \"npm run build:docs:css\" \"./docs/styles\"",
"preversion": "BABEL_ENV=es5 jest",
"prepublishOnly": "rm -rf es es5 dist && npm run build",
"postpublish": "git push --follow-tags",
"watch:js": "npm run build:js -- -w",
"format": "prettier --write 'src/**/*.js'"
},
"jest": {
"testPathIgnorePatterns": [
"/node_modules/",
"/es5/",
"/es/",
"/docs/",
"/lib/"
]
},
"peerDependencies": {
"jquery": "^2.1.4",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"react-redux": "^4.0.0",
"redux": "^3.0.4",
"redux-thunk": "^2.0.1"
},
"dependencies": {
"@bigfishtv/react-forms": "^2.0.3",
"axios": "^0.7.0",
"bigfishtv-turret": "^3.3.2",
"classnames": "^2.1.5",
"deep-equal": "^1.0.1",
"file-size": "^1.0.0",
"filesize-parser": "^1.3.0",
"fixed-data-table": "^0.6.5",
"google-map-react": "^0.24",
"iframe-resizer": "^3.5.0",
"immutable": "^3.7.5",
"keycode": "^2.1.0",
"lodash": "^4.11.2",
"moment": "^2.10.6",
"prop-types": "^15.5.10",
"query-string": "^5.0.0",
"rc-slider": "^3.3.2",
"react-autosuggest": "^3.7.3",
"react-color": "^2.17.0",
"react-datepicker": "^0.60.2",
"react-dnd": "^2.4.0",
"react-dnd-html5-backend": "^2.1.2",
"react-forms-cakephp": "^2.0.0",
"react-google-recaptcha": "0.14",
"react-immutable-proptypes": "^2.1.0",
"react-router-dom": "^4.1.2",
"react-tagsinput": "^3.15.1",
"react-textarea-autosize": "^6.0.0",
"react-virtualized": "9.21.0",
"regression": "^1.2.1",
"striptags": "^2.1.1"
},
"devDependencies": {
"autoprefixer": "^6.3.1",
"babel": "^6.5.2",
"babel-cli": "^6.6.5",
"babel-jest": "^21.2.0",
"babel-loader": "^6.2.4",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-export-extensions": "^6.22.0",
"babel-plugin-transform-imports": "^2.0.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-polyfill": "^6.13.0",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.24.1",
"jest": "^21.2.1",
"jquery": "^2.1.4",
"jsdoc": "git+https://github.com/jsdoc3/jsdoc.git",
"jsdoc-to-json-schema": "0.0.7",
"json-loader": "^0.5.4",
"less": "^2.5.1",
"less-plugin-autoprefix": "^1.5.0",
"less-plugin-clean-css": "^1.5.1",
"mkpath": "^1.0.0",
"prettier": "^1.16.4",
"react": "^15.6.1",
"react-docgen": "^2.9.1",
"react-dom": "^15.6.1",
"react-redux": "^4.0.0",
"redux": "^3.0.4",
"redux-thunk": "^2.0.1",
"watch": "^0.19.1",
"watcher-lessc": "^0.2.0",
"webpack": "^1.9.6"
}
}