opensupports/client/package.json

85 lines
2.4 KiB
JSON
Raw Normal View History

2015-08-16 01:47:51 +02:00
{
"name": "OpenSupports",
2018-01-08 22:16:57 +01:00
"version": "4.1.2",
"author": "Ivan Diaz <contact@opensupports.com>",
"description": "Open source ticket system made with PHP and ReactJS",
2015-08-16 01:47:51 +02:00
"repository": {
"type": "git",
"url": "https://github.com/opensupports/opensupports"
2015-08-16 01:47:51 +02:00
},
"private": false,
2015-08-16 01:47:51 +02:00
"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": {
"axios-mock-adapter": "^1.15.0",
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-plumber": "^1.2.0",
2015-08-16 01:47:51 +02:00
"gulp-rename": "^1.2.2",
"gulp-sass": "^4.0.1",
"gulp-sass-bulk-import": "^1.0.1",
2015-08-16 01:47:51 +02:00
"gulp-sourcemaps": "^1.5.2",
"gulp-streamify": "0.0.5",
2017-03-31 03:37:00 +02:00
"gulp-uglify": "^2.1.2",
2015-08-16 01:47:51 +02:00
"gulp-util": "^3.0.6",
"humps": "^0.6.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",
"axios": "^0.18.0",
"chart.js": "^2.4.0",
"classnames": "^2.2.5",
"draft-js": "^0.10.5",
"draftjs-to-html": "^0.8.4",
"history": "^3.0.0",
"html-to-draftjs": "^1.4.0",
2018-06-11 23:28:36 +02:00
"html-to-text": "^4.0.0",
"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",
"qs": "^6.5.2",
"react": "^15.4.2",
"react-chartjs-2": "^2.0.0",
2015-08-16 01:47:51 +02:00
"react-document-title": "^1.0.2",
"react-dom": "^15.4.2",
2018-05-26 02:13:38 +02:00
"react-draft-wysiwyg": "^1.12.13",
"react-google-recaptcha": "^0.5.2",
"react-motion": "^0.4.7",
"react-redux": "^4.4.5",
"react-router": "^3.0.2",
"react-router-redux": "^4.0.7",
"redux": "^3.5.2",
"redux-promise-middleware": "^3.3.2"
2015-08-16 01:47:51 +02:00
}
}