opensupports/client/package.json

80 lines
2.2 KiB
JSON
Raw Normal View History

2015-08-16 01:47:51 +02:00
{
"name": "os4-react",
"version": "4.0.0",
"author": "Ivan Diaz <ivan@opensupports.com>",
"description": "OpenSupports version 4 with reactjs",
2015-08-16 01:47:51 +02:00
"repository": {
"type": "git",
"url": "https://github.com/ivandiazwm/opensupports.git"
2015-08-16 01:47:51 +02:00
},
"private": true,
"engines": {
"node": "^0.12.x",
"npm": "^2.1.x"
},
2015-08-16 19:35:14 +02:00
"scripts": {
"test": "export NODE_PATH=src && mocha src/lib-test/preprocessor.js --compilers js:babel-core/register --recursive src/**/**/__tests__/*-test.js"
2015-08-16 19:35:14 +02:00
},
2015-08-16 01:47:51 +02:00
"devDependencies": {
2015-08-16 19:35:14 +02:00
"babel-core": "^5.8.22",
"babel-plugin-transform-class-properties": "^6.11.5",
"babel-register": "^6.7.2",
2015-08-16 01:47:51 +02:00
"babelify": "^6.1.x",
"browser-sync": "^2.7.13",
"browserify": "^10.2.6",
"chai": "^3.5.0",
2015-08-16 01:47:51 +02:00
"debowerify": "^1.3.1",
"del": "^1.2.0",
"express": "^4.13.1",
2015-12-29 17:03:47 +01:00
"express-http-proxy": "^0.6.0",
2015-08-16 01:47:51 +02:00
"gulp": "^3.9.0",
"gulp-autoprefixer": "^2.3.1",
2015-09-25 01:00:29 +02:00
"gulp-connect-php": "0.0.5",
2015-08-16 01:47:51 +02:00
"gulp-if": "^1.2.5",
"gulp-imagemin": "^2.3.0",
"gulp-notify": "^2.2.0",
"gulp-rename": "^1.2.2",
2015-10-15 00:35:32 +02:00
"gulp-sass": "^2.0.4",
"gulp-sass-bulk-import": "^0.3.2",
2015-08-16 01:47:51 +02:00
"gulp-sourcemaps": "^1.5.2",
"gulp-streamify": "0.0.5",
"gulp-uglify": "^1.2.0",
"gulp-util": "^3.0.6",
"humps": "^0.6.0",
"jquery-mockjax": "^2.1.0",
"jsdom": "^8.4.1",
"morgan": "^1.6.1",
"proxyquire": "^1.7.4",
"react-addons-test-utils": "^15.0.1",
"run-sequence": "^1.1.1",
"sinon": "^1.17.3",
"sinon-chai": "^2.8.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.2.x"
},
"dependencies": {
"app-module-path": "^1.0.3",
"chart.js": "^2.4.0",
"classnames": "^2.2.5",
"draft-js": "^0.10.0",
"draft-js-export-html": "^0.5.2",
"jquery": "^2.1.4",
"keycode": "^2.1.4",
2016-07-19 20:49:03 +02:00
"localStorage": "^1.0.3",
2015-08-16 01:47:51 +02:00
"lodash": "^3.10.0",
"messageformat": "^0.2.2",
"react": "^15.0.1",
"react-chartjs-2": "^2.0.0",
2015-08-16 01:47:51 +02:00
"react-document-title": "^1.0.2",
"react-dom": "^15.0.1",
"react-draft-wysiwyg": "^1.7.6",
"react-google-recaptcha": "^0.5.2",
"react-motion": "^0.4.7",
"react-redux": "^4.4.5",
"react-router": "^2.4.0",
"react-router-redux": "^4.0.5",
"redux": "^3.5.2",
"redux-promise-middleware": "^3.3.2"
2015-08-16 01:47:51 +02:00
}
}