blob: ce255d3d615739eef7995f0d1a88b6c58740076e [file] [log] [blame]
{
"//": "Licensed to the Apache Software Foundation (ASF) under one or more",
"//": "contributor license agreements. See the NOTICE file distributed with",
"//": "this work for additional information regarding copyright ownership.",
"//": "The ASF licenses this file to You under the Apache License, Version 2.0",
"//": "(the \"License\"); you may not use this file except in compliance with",
"//": "the License. You may obtain a copy of the License at",
"//": "",
"//": "http://www.apache.org/licenses/LICENSE-2.0",
"//": "",
"//": "Unless required by applicable law or agreed to in writing, software",
"//": "distributed under the License is distributed on an \"AS IS\" BASIS,",
"//": "WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.",
"//": "See the License for the specific language governing permissions and",
"//": "limitations under the License.",
"name": "nifi-registry",
"version": "0.0.5-SNAPSHOT",
"description": "",
"scripts": {
"start": "npm run watch",
"test": "karma start karma.conf.js --single-run",
"test:dev": "karma start karma.conf.js",
"eslint": "./node_modules/.bin/eslint './webapp/**/*.js'",
"eslint:fix": "./node_modules/.bin/eslint './webapp/**/*.js' --fix",
"stylelint": "./node_modules/.bin/stylelint './webapp/theming/**/*.scss'",
"lint": "npm run eslint && npm run stylelint",
"lint:production": "../../target/frontend-working-directory/node/node ../../target/frontend-working-directory/node/node_modules/npm/bin/npm-cli.js run eslint --scripts-prepend-node-path && ../../target/frontend-working-directory/node/node ../../target/frontend-working-directory/node/node_modules/npm/bin/npm-cli.js run stylelint --scripts-prepend-node-path",
"build:webapp:bundle:development": "npm run webpack:development",
"build:webapp:bundle:production": "../../target/frontend-working-directory/node/node ../../target/frontend-working-directory/node/node_modules/npm/bin/npm-cli.js run lint:production && ../../target/frontend-working-directory/node/node ../../target/frontend-working-directory/node/node_modules/npm/bin/npm-cli.js run webpack:production",
"webpack:development": "./node_modules/.bin/webpack --config webpack.dev.js",
"webpack:production": "./node_modules/.bin/webpack --config webpack.prod.js",
"watch": "npm run webpack:development && ./node_modules/.bin/webpack-dev-server --config webpack.dev.js",
"lint-staged": "./node_modules/.bin/lint-staged"
},
"license": "Apache-2.0",
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"*.{js,jsx,ts,tsx}": "eslint",
"*.css": "stylelint",
"*.scss": "stylelint --syntax=scss"
},
"keywords": [],
"author": "",
"repository": {
"type": "git",
"url": "https://github.com/apache/nifi-registry"
},
"dependencies": {
"querystring": "0.2.0",
"reset-css": "4.0.1",
"rxjs": "6.5.2",
"superagent": "3.8.3",
"zone.js": "0.9.0",
"tslib": "1.8.0",
"material-design-icons": "3.0.1",
"jquery": "3.4.1",
"@angular/animations": "8.1.1",
"@angular/cdk": "8.1.0",
"@angular/common": "8.1.1",
"@angular/compiler": "8.1.1",
"@angular/core": "8.1.1",
"@angular/flex-layout": "8.0.0-beta.26",
"@angular/forms": "8.1.1",
"@angular/http": "8.0.0-beta.10",
"@angular/material": "8.1.1",
"@angular/platform-browser": "8.1.1",
"@angular/platform-browser-dynamic": "8.1.1",
"@angular/router": "8.1.1",
"angular2-jwt": "0.2.3",
"@covalent/core": "2.1.0",
"@nifi-fds/core": "0.2.0",
"angular2-moment": "1.9.0",
"font-awesome": "4.7.0",
"moment": "2.22.1",
"hammerjs": "2.0.8",
"roboto-fontface": "0.10.0"
},
"devDependencies": {
"@babel/core": "7.4.4",
"@babel/preset-env": "7.4.4",
"@babel/runtime": "7.4.4",
"@typescript-eslint/eslint-plugin": "1.6.0",
"babel-loader": "8.0.5",
"babel-plugin-istanbul": "5.1.4",
"babel-polyfill": "6.26.0",
"cache-loader": "3.0.0",
"compression-webpack-plugin": "2.0.0",
"css-loader": "2.1.1",
"dtsgenerator": "2.0.6",
"eslint": "5.14.1",
"eslint-config-airbnb": "17.1.0",
"eslint-plugin-import": "2.16.0",
"eslint-plugin-jsx-a11y": "6.2.1",
"eslint-plugin-react": "7.12.4",
"file-loader": "3.0.1",
"html-loader": "0.5.5",
"html-webpack-plugin": "3.2.0",
"husky": "2.3.0",
"istanbul-instrumenter-loader": "3.0.1",
"jasmine-core": "3.3.0",
"karma": "4.1.0",
"karma-chrome-launcher": "2.2.0",
"karma-cli": "2.0.0",
"karma-coverage": "1.1.2",
"karma-coverage-istanbul-reporter": "2.0.5",
"karma-jasmine": "2.0.1",
"karma-jasmine-html-reporter": "1.4.0",
"karma-spec-reporter": "0.0.32",
"karma-webpack": "4.0.2",
"license-webpack-plugin": "2.1.1",
"lint-staged": "8.1.7",
"mini-css-extract-plugin": "0.6.0",
"node-sass": "4.12.0",
"null-loader": "2.0.0",
"optimize-css-assets-webpack-plugin": "5.0.1",
"protractor": "5.4.0",
"sass-loader": "7.1.0",
"style-loader": "0.23.1",
"stylelint": "9.10.1",
"stylelint-config-standard": "18.2.0",
"terser-webpack-plugin": "1.2.3",
"ts-loader": "5.4.4",
"typescript": "3.3.4000",
"url-loader": "1.1.2",
"webpack": "4.29.6",
"webpack-cli": "3.3.1",
"webpack-dev-server": "3.3.1",
"webpack-fix-style-only-entries": "0.2.1",
"webpack-merge": "4.2.1"
},
"bundleDependencies": [],
"private": true
}