tripleo-ui/package.json

83 lines
2.2 KiB
JSON

{
"name": "tripleo-ui",
"version": "0.0.1",
"description": "TripleO UI - TripleO-based OpenStack deployment UI",
"main": "index.js",
"dependencies": {
"babel-core": "^6.0.0",
"babel-loader": "^6.0.0",
"babel-polyfill": "^6.0.0",
"babel-preset-es2015": "^6.0.0",
"babel-preset-react": "^6.0.0",
"babel-preset-stage-0": "^6.5.0",
"bootstrap": "~3.3.5",
"classnames": "~2.1.2",
"connect-history-api-fallback": "~1.1.0",
"flux": "~2.0.3",
"formatjs": "^0.1.1",
"formsy-react": "~0.17.0",
"history": "~1.17.0",
"immutable": "~3.7.6",
"invariant": "~2.1.1",
"keymirror": "~0.1.1",
"lodash": "^4.0.0",
"normalizr": "^2.0.0",
"patternfly": "~2.5.0",
"react": "~0.14.1",
"react-dom": "~0.14.1",
"react-immutable-proptypes": "~1.5.1",
"react-intl": "2.0.0-beta-1",
"react-mixin": "~1.6.0",
"react-redux": "~4.0.6",
"react-router": "~1.0.3",
"redux": "~3.2.1",
"redux-thunk": "~1.0.3",
"reqwest": "~2.0.1",
"reselect": "^2.0.3",
"shortid": "^2.2.4",
"when": "~3.7.3",
"xhr2": "~0.1.2"
},
"devDependencies": {
"babel-eslint": "^4.1.6",
"browser-sync": "~2.7.12",
"eslint": "~1.1.0",
"eslint-plugin-react": "~3.2.2",
"gulp": "~3.9.0",
"gulp-less": "~3.0.3",
"gulp-rename": "~1.2.2",
"gulp-shell": "~0.4.2",
"gulp-uglify": "~1.2.0",
"webpack-stream": "^3.1.0",
"ini": "^1.3.4",
"jasmine": "~2.3.2",
"jasmine-immutable-matchers": "^1.0.1",
"karma": "~0.13.9",
"karma-cli": "~0.1.0",
"karma-jasmine": "~0.3.6",
"karma-junit-reporter": "~0.3.8",
"karma-phantomjs-launcher": "~0.2.1",
"karma-sourcemap-loader": "~0.3.5",
"karma-webpack": "~1.7.0",
"node-libs-browser": "~0.5.2",
"phantomjs": "~1.9.18",
"react-addons-test-utils": "~0.14.1",
"redux-logger": "~2.5.0",
"webpack": "~1.9.11"
},
"scripts": {
"test": "karma start --single-run",
"lint": "eslint src"
},
"repository": {
"type": "git",
"url": "https://github.com/rdo-management/rdo-director-ui"
},
"keywords": [
"tuskar-ui-extras",
"tuskar-ui"
],
"author": "Jiri Tomasek jtomasek@redhat.com",
"license": "MIT"
}