pai/webportal/package.json

82 строки
2.2 KiB
JSON

{
"name": "pai-webportal",
"version": "0.1.0",
"description": "Webportal for Microsoft Platform for AI",
"keywords": [
"webportal",
"AI",
"platform",
"PAI"
],
"author": "Microsoft",
"license": "MIT",
"homepage": "https://github.com/Microsoft/pai",
"repository": {
"type": "git",
"url": "https://github.com/Microsoft/pai.git"
},
"bugs": {
"url": "https://github.com/Microsoft/pai/issues"
},
"engines": {
"node": ">=6.11.0 <=6.12.2",
"npm": "3.10.10"
},
"dependencies": {
"admin-lte": "2.4.2",
"app-root-path": "2.0.1",
"blueimp-file-upload": "9.19.2",
"bootstrap": "3.3.7",
"compression": "1.7.1",
"cookie-parser": "1.4.3",
"copy-webpack-plugin": "4.2.3",
"css-loader": "0.28.7",
"datatables.net-plugins": "1.10.15",
"dotenv": "4.0.0",
"ejs-loader": "0.3.0",
"envsub": "3.1.0",
"eslint": "4.17.0",
"eslint-config-google": "0.9.1",
"express": "4.16.2",
"extract-text-webpack-plugin": "3.0.2",
"file-loader": "1.1.5",
"floatthead": "2.0.3",
"font-awesome": "4.7.0",
"fs-extra": "5.0.0",
"handlebars": "4.0.11",
"handlebars-loader": "1.6.0",
"html-loader": "0.5.1",
"html-webpack-plugin": "2.30.1",
"joi": "13.0.2",
"jquery": "3.2.1",
"js-cookie": "2.2.0",
"json-editor": "0.7.28",
"json-loader": "0.5.7",
"markdown-loader": "2.0.1",
"marked": "0.3.9",
"moment": "2.20.1",
"morgan": "1.9.0",
"node-sass": "4.7.2",
"raw-loader": "0.5.1",
"rimraf": "2.6.2",
"sass-loader": "6.0.6",
"serve-favicon": "2.5.0",
"style-loader": "0.19.0",
"uglifyjs-webpack-plugin": "1.1.4",
"util": "0.10.3",
"webpack": "3.10.0",
"winston": "2.4.0"
},
"scripts": {
"lint": "eslint \"src/**/*.js\"",
"test": "npm run lint",
"clean": "rimraf dist",
"prebuild": "npm run clean && node config/preprocess.js",
"build": "webpack --config webpack.config.js --progress --profile",
"build:dev": "npm run build -- --debug --devtool eval-cheap-module-source-map --output-pathinfo --watch",
"prestart": "envsub --env-file .env --system src/app/env.js dist/scripts/env.js",
"start": "node server",
"yarn": "yarn --ignore-engines"
}
}