зеркало из https://github.com/Azure/Sia-EventUI.git
144 строки
4.2 KiB
JSON
144 строки
4.2 KiB
JSON
{
|
|
"private": true,
|
|
"name": "sia-eventui",
|
|
"version": "0.0.1",
|
|
"description": "LiveSite Crisis Management Workflow Engine",
|
|
"main": "",
|
|
"scripts": {
|
|
"clean": "rimraf dist/*",
|
|
"dist": "npm run clean && cross-env NODE_ENV=dist webpack --env=dist --progress --profile --colors --display-error-details --display-reasons --debug",
|
|
"lint": "standard \"src/**/*.js\"",
|
|
"lint:fix": "standard --fix \"src/**/*.js\"",
|
|
"posttest": "npm run lint",
|
|
"release:major": "npm version major && npm publish && git push --follow-tags",
|
|
"release:minor": "npm version minor && npm publish && git push --follow-tags",
|
|
"release:patch": "npm version patch && npm publish && git push --follow-tags",
|
|
"serve": "node server.js --env=dev",
|
|
"serve:dist": "cross-env NODE_ENV=dist node server.js",
|
|
"start": "node server.js --env=localhost",
|
|
"test": "mocha",
|
|
"test:debug": "mocha --inspect-brk",
|
|
"test:watch": "mocha --watch",
|
|
"test:coverage": "cross-env NODE_ENV=coverage nyc mocha"
|
|
},
|
|
"nyc": {
|
|
"reporter": [
|
|
"text",
|
|
"text-summary",
|
|
"lcov",
|
|
"html"
|
|
],
|
|
"include": [
|
|
"src/**/*.js"
|
|
],
|
|
"require": [
|
|
"babel-polyfill",
|
|
"babel-core/register"
|
|
],
|
|
"sourceMap": false,
|
|
"instrument": false,
|
|
"all": true
|
|
},
|
|
"standard": {
|
|
"parser": "babel-eslint",
|
|
"env": [
|
|
"mocha",
|
|
"chai"
|
|
],
|
|
"globals": [
|
|
"fetch",
|
|
"Headers",
|
|
"propTypes",
|
|
"chrome"
|
|
]
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/Azure/Sia-EventUI.git"
|
|
},
|
|
"keywords": [
|
|
"SRE"
|
|
],
|
|
"author": "WAOM Team",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/Azure/Sia-EventUI/issues"
|
|
},
|
|
"homepage": "https://github.com/Azure/Sia-EventUI#readme",
|
|
"devDependencies": {
|
|
"babel-cli": "^6.26.0",
|
|
"babel-core": "^6.26.0",
|
|
"babel-eslint": "^8.0.3",
|
|
"babel-loader": "^7.1.2",
|
|
"babel-plugin-istanbul": "^4.1.5",
|
|
"babel-plugin-module-resolver": "^3.0.0",
|
|
"babel-plugin-syntax-class-properties": "^6.13.0",
|
|
"babel-plugin-transform-async-to-generator": "^6.24.1",
|
|
"babel-plugin-transform-class-properties": "^6.24.1",
|
|
"babel-plugin-transform-es2015-modules-umd": "^6.24.1",
|
|
"babel-plugin-transform-object-rest-spread": "^6.26.0",
|
|
"babel-polyfill": "^6.26.0",
|
|
"babel-preset-env": "^1.6.1",
|
|
"babel-preset-react": "^6.24.1",
|
|
"chai": "^4.1.2",
|
|
"copy-webpack-plugin": "^4.3.1",
|
|
"copyfiles": "^1.2.0",
|
|
"cross-env": "^5.1.3",
|
|
"css-loader": "^0.28.7",
|
|
"enzyme": "^3.3.0",
|
|
"enzyme-adapter-react-16": "^1.1.1",
|
|
"file-loader": "^1.1.6",
|
|
"karma": "^2.0.0",
|
|
"karma-babel-preprocessor": "^7.0.0",
|
|
"karma-chai": "^0.1.0",
|
|
"karma-coverage": "^1.1.1",
|
|
"karma-mocha": "^1.3.0",
|
|
"karma-mocha-reporter": "^2.2.5",
|
|
"karma-phantomjs-launcher": "^1.0.4",
|
|
"karma-sourcemap-loader": "^0.3.7",
|
|
"karma-webpack": "^2.0.9",
|
|
"minimist": "^1.2.0",
|
|
"mocha": "^4.1.0",
|
|
"mocha-lcov-reporter": "^1.3.0",
|
|
"nyc": "^11.4.1",
|
|
"prop-types": "^15.6.0",
|
|
"rimraf": "^2.6.2",
|
|
"standard": "^10.0.3",
|
|
"style-loader": "^0.19.1",
|
|
"uglifyjs-webpack-plugin": "1.1.6",
|
|
"url-loader": "^0.6.2",
|
|
"webpack": "^3.10.0",
|
|
"webpack-dev-middleware": "^2.0.2",
|
|
"webpack-hot-middleware": "^2.21.0",
|
|
"webpack-node-externals": "^1.6.0",
|
|
"webpack-shell-plugin": "^0.5.0"
|
|
},
|
|
"dependencies": {
|
|
"@aspnet/signalr-client": "^1.0.0-alpha2-final",
|
|
"adal-angular": "^1.0.16",
|
|
"chai-spies": "^1.0.0",
|
|
"deep-equal": "^1.0.1",
|
|
"express": "^4.16.2",
|
|
"luxon": "^0.4.0",
|
|
"material-ui": "^0.20.0",
|
|
"msal": "^0.1.3",
|
|
"object-path": "^0.11.4",
|
|
"paginated-redux": "^0.2.2",
|
|
"promise-retry": "^1.1.1",
|
|
"query-string": "^5.0.1",
|
|
"react": "^16.2.0",
|
|
"react-dom": "^16.2.0",
|
|
"react-hot-loader": "^3.1.3",
|
|
"react-redux": "^5.0.6",
|
|
"react-router": "^4.2.0",
|
|
"react-router-dom": "^4.2.2",
|
|
"react-tap-event-plugin": "^3.0.2",
|
|
"react-test-renderer": "^16.2.0",
|
|
"redux": "^3.7.2",
|
|
"redux-mock-store": "^1.3.0",
|
|
"redux-persist": "^5.4.0",
|
|
"redux-persist-transform-filter": "0.0.16",
|
|
"redux-thunk": "^2.2.0"
|
|
}
|
|
}
|