2015-08-16 01:47:51 +02:00
|
|
|
{
|
2017-06-28 15:02:54 +02:00
|
|
|
"name": "OpenSupports",
|
2018-01-08 22:16:57 +01:00
|
|
|
"version": "4.1.2",
|
2017-06-28 15:02:54 +02:00
|
|
|
"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",
|
2017-06-28 15:02:54 +02:00
|
|
|
"url": "https://github.com/opensupports/opensupports"
|
2015-08-16 01:47:51 +02:00
|
|
|
},
|
2017-06-28 15:02:54 +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": {
|
2016-07-08 05:15:44 +02:00
|
|
|
"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": {
|
2018-06-12 02:00:43 +02:00
|
|
|
"axios-mock-adapter": "^1.15.0",
|
2015-08-16 19:35:14 +02:00
|
|
|
"babel-core": "^5.8.22",
|
2016-08-11 04:22:22 +02:00
|
|
|
"babel-plugin-transform-class-properties": "^6.11.5",
|
2016-05-11 03:35:36 +02:00
|
|
|
"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",
|
2016-05-11 03:35:36 +02:00
|
|
|
"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",
|
2018-02-19 23:43:05 +01:00
|
|
|
"gulp-plumber": "^1.2.0",
|
2015-08-16 01:47:51 +02:00
|
|
|
"gulp-rename": "^1.2.2",
|
2018-06-29 18:18:51 +02:00
|
|
|
"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",
|
2016-05-11 03:35:36 +02:00
|
|
|
"jsdom": "^8.4.1",
|
2016-01-26 22:05:09 +01:00
|
|
|
"morgan": "^1.6.1",
|
2016-05-11 03:35:36 +02:00
|
|
|
"proxyquire": "^1.7.4",
|
|
|
|
"react-addons-test-utils": "^15.0.1",
|
2016-01-26 22:05:09 +01:00
|
|
|
"run-sequence": "^1.1.1",
|
2016-05-11 03:35:36 +02:00
|
|
|
"sinon": "^1.17.3",
|
|
|
|
"sinon-chai": "^2.8.0",
|
2016-01-26 22:05:09 +01:00
|
|
|
"vinyl-source-stream": "^1.1.0",
|
|
|
|
"watchify": "^3.2.x"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"app-module-path": "^1.0.3",
|
2018-05-18 19:32:18 +02:00
|
|
|
"axios": "^0.18.0",
|
2017-01-14 05:45:21 +01:00
|
|
|
"chart.js": "^2.4.0",
|
2017-03-02 04:00:45 +01:00
|
|
|
"classnames": "^2.2.5",
|
2018-06-13 06:02:56 +02:00
|
|
|
"draft-js": "^0.10.5",
|
|
|
|
"draftjs-to-html": "^0.8.4",
|
2017-04-11 03:30:39 +02:00
|
|
|
"history": "^3.0.0",
|
2018-06-13 06:02:56 +02:00
|
|
|
"html-to-draftjs": "^1.4.0",
|
2018-06-11 23:28:36 +02:00
|
|
|
"html-to-text": "^4.0.0",
|
2016-08-17 02:01:36 +02:00
|
|
|
"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",
|
2015-10-01 03:22:06 +02:00
|
|
|
"messageformat": "^0.2.2",
|
2018-05-18 19:32:18 +02:00
|
|
|
"qs": "^6.5.2",
|
2017-03-04 06:57:51 +01:00
|
|
|
"react": "^15.4.2",
|
2017-01-14 05:45:21 +01:00
|
|
|
"react-chartjs-2": "^2.0.0",
|
2015-08-16 01:47:51 +02:00
|
|
|
"react-document-title": "^1.0.2",
|
2017-03-04 06:57:51 +01:00
|
|
|
"react-dom": "^15.4.2",
|
2018-05-26 02:13:38 +02:00
|
|
|
"react-draft-wysiwyg": "^1.12.13",
|
2016-08-30 20:44:16 +02:00
|
|
|
"react-google-recaptcha": "^0.5.2",
|
2017-02-10 01:12:38 +01:00
|
|
|
"react-motion": "^0.4.7",
|
2016-08-11 04:22:22 +02:00
|
|
|
"react-redux": "^4.4.5",
|
2017-04-11 03:30:39 +02:00
|
|
|
"react-router": "^3.0.2",
|
|
|
|
"react-router-redux": "^4.0.7",
|
2016-08-11 04:22:22 +02:00
|
|
|
"redux": "^3.5.2",
|
|
|
|
"redux-promise-middleware": "^3.3.2"
|
2015-08-16 01:47:51 +02:00
|
|
|
}
|
|
|
|
}
|