2016-04-26 10:22:32 +08:00
|
|
|
{
|
2016-08-09 23:53:50 +08:00
|
|
|
"name": "metamaps",
|
2016-04-26 10:22:32 +08:00
|
|
|
"version": "1.0.0",
|
2016-08-09 23:53:50 +08:00
|
|
|
"description": "Metamaps webpacked javascript code",
|
2016-04-26 10:22:32 +08:00
|
|
|
"scripts": {
|
2016-08-01 02:51:06 +08:00
|
|
|
"build": "webpack",
|
|
|
|
"build:watch": "webpack --watch",
|
2017-05-13 10:50:52 -07:00
|
|
|
"test": "mocha-webpack --webpack-config webpack.test.config.js --require frontend/test_support/dom.js --recursive frontend/test",
|
2017-01-11 12:52:34 -05:00
|
|
|
"eslint": "eslint frontend",
|
|
|
|
"eslint:fix": "eslint --fix frontend"
|
2016-04-26 10:22:32 +08:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/metamaps/metamaps.git"
|
|
|
|
},
|
|
|
|
"author": "",
|
|
|
|
"license": "AGPL-3.0",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/metamaps/metamaps/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://github.com/metamaps/metamaps#readme",
|
2016-08-09 23:53:50 +08:00
|
|
|
"dependencies": {
|
2017-01-22 13:50:34 -05:00
|
|
|
"ajaxq": "0.0.7",
|
2016-12-11 16:09:12 -05:00
|
|
|
"attachmediastream": "1.4.2",
|
|
|
|
"autolinker": "1.4.0",
|
2017-01-21 15:37:14 -05:00
|
|
|
"babel-cli": "6.22.2",
|
|
|
|
"babel-loader": "6.2.10",
|
|
|
|
"babel-plugin-lodash": "3.2.11",
|
|
|
|
"babel-plugin-transform-class-properties": "6.22.0",
|
|
|
|
"babel-preset-es2015": "6.22.0",
|
|
|
|
"babel-preset-react": "6.22.0",
|
2017-01-22 16:41:51 -05:00
|
|
|
"backbone": "1.3.3",
|
2017-01-04 12:34:08 -05:00
|
|
|
"clipboard-js": "0.3.2",
|
2016-12-11 16:09:12 -05:00
|
|
|
"commonmark": "0.27.0",
|
2017-01-21 15:37:14 -05:00
|
|
|
"csv-parse": "1.1.10",
|
2017-01-22 16:41:51 -05:00
|
|
|
"emoji-mart": "0.3.7",
|
2017-01-21 15:37:14 -05:00
|
|
|
"getscreenmedia": "2.0.0",
|
2017-03-06 22:49:46 -05:00
|
|
|
"hark": "1.1.5",
|
2016-12-11 16:09:12 -05:00
|
|
|
"howler": "2.0.2",
|
2017-01-22 16:41:51 -05:00
|
|
|
"jquery": "3.1.1",
|
2016-10-07 17:23:11 +08:00
|
|
|
"json-loader": "0.5.4",
|
2017-01-21 15:37:14 -05:00
|
|
|
"lodash": "4.17.4",
|
2016-09-25 21:53:40 +08:00
|
|
|
"node-uuid": "1.4.7",
|
2016-12-11 16:09:12 -05:00
|
|
|
"outdent": "0.3.0",
|
2017-01-21 15:37:14 -05:00
|
|
|
"react": "15.4.2",
|
|
|
|
"react-dom": "15.4.2",
|
2017-03-22 16:09:47 +00:00
|
|
|
"react-draggable": "2.2.3",
|
2017-01-21 15:37:14 -05:00
|
|
|
"react-dropzone": "3.9.1",
|
2017-03-06 22:49:46 -05:00
|
|
|
"react-onclickoutside": "5.9.0",
|
2017-03-16 17:58:56 -04:00
|
|
|
"react-router": "3.0.2",
|
2016-12-11 16:09:12 -05:00
|
|
|
"redux": "3.6.0",
|
2017-03-06 22:49:46 -05:00
|
|
|
"riek": "1.0.7",
|
2017-01-22 16:41:51 -05:00
|
|
|
"simplewebrtc": "2.2.2",
|
2016-10-18 20:29:21 -04:00
|
|
|
"socket.io": "1.3.7",
|
2017-03-06 22:49:46 -05:00
|
|
|
"webpack": "2.2.1"
|
2016-09-23 18:36:47 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2016-12-11 16:09:12 -05:00
|
|
|
"babel-eslint": "^7.1.1",
|
2016-09-26 00:04:09 +08:00
|
|
|
"chai": "^3.5.0",
|
2016-10-03 08:32:37 +08:00
|
|
|
"circular-dependency-plugin": "^2.0.0",
|
2017-05-13 10:50:52 -07:00
|
|
|
"enzyme": "^2.8.2",
|
2016-12-11 16:09:12 -05:00
|
|
|
"eslint": "^3.11.1",
|
|
|
|
"eslint-config-standard": "^6.2.1",
|
|
|
|
"eslint-plugin-promise": "^3.4.0",
|
|
|
|
"eslint-plugin-react": "^6.8.0",
|
2016-10-04 23:06:49 +08:00
|
|
|
"eslint-plugin-standard": "^2.0.1",
|
2017-03-06 22:49:46 -05:00
|
|
|
"jsdom": "^9.11.0",
|
|
|
|
"mocha": "^3.2.0",
|
|
|
|
"mocha-webpack": "^0.7.0",
|
2017-05-13 10:50:52 -07:00
|
|
|
"react-addons-test-utils": "^15.5.1",
|
|
|
|
"sinon": "^2.2.0"
|
2016-10-04 16:21:09 +08:00
|
|
|
},
|
|
|
|
"optionalDependencies": {
|
2017-01-21 15:37:14 -05:00
|
|
|
"raml2html": "4.0.5"
|
2016-04-26 10:22:32 +08:00
|
|
|
}
|
|
|
|
}
|