blob: 3f35437060eabae42c0c8c3a9ee71a0502f0b1ae [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-fds",
"version": "0.1.0",
"scripts": {
"start": "./node_modules/http-server/bin/http-server -p 28080 .",
"build:webapp:bundle:development": "npm run webpack:development",
"build:webapp:bundle:production": "npm run webpack:production",
"clean:install": "bash ./scripts/clean-install",
"clean:install:skipTests": "bash ./scripts/clean-install-skipTests",
"dev:install": "bash ./scripts/dev-install",
"dev:install:skipTests": "bash ./scripts/dev-install-skipTests",
"publish": "bash ./scripts/npm-publish",
"test": "karma start karma.conf.js --single-run",
"test:dev": "karma start karma.conf.js",
"watch": "npm run webpack:development && ./node_modules/.bin/webpack-dev-server --config webpack.dev.js",
"webpack:development": "./node_modules/.bin/webpack --config webpack.dev.js",
"webpack:production": "npm run lint && ./node_modules/.bin/webpack --config webpack.prod.js",
"eslint": "./node_modules/.bin/eslint './webapp/**/*.js' './platform/**/*.js'",
"stylelint": "./node_modules/.bin/stylelint './webapp/theming/**/*.scss' './platform/**/*.scss'",
"lint": "npm run eslint && npm run stylelint"
},
"husky": {
"hooks": {
"pre-commit": "npm run lint",
"pre-push": "npm run test"
}
},
"description": "The Apache NiFi Flow Design System module is an atomic reusable platform providing consistent set of UI/UX components for open source friendly web applications to consume.",
"module": "./platform/core/flow-design-system.module.js",
"keywords": [
"flow design system",
"angular",
"material",
"material design",
"components",
"reusable",
"nifi-fds",
"covalent"
],
"repository": {
"type": "git",
"url": "https://github.com/apache/nifi-fds.git"
},
"bugs": {
"url": "https://github.com/apache/nifi-fds/issues"
},
"license": "Apache-2.0",
"dependencies": {
"@angular/animations": "8.0.0-beta.10",
"@angular/cdk": "7.3.7",
"@angular/common": "8.0.0-beta.10",
"@angular/compiler": "8.0.0-beta.10",
"@angular/core": "8.0.0-beta.10",
"@angular/flex-layout": "7.0.0-beta.24",
"@angular/forms": "8.0.0-beta.10",
"@angular/http": "8.0.0-beta.10",
"@angular/material": "8.0.0-beta.1",
"@angular/platform-browser": "8.0.0-beta.10",
"@angular/platform-browser-dynamic": "8.0.0-beta.10",
"@angular/router": "8.0.0-beta.10",
"@covalent/core": "2.0.1",
"detect-libc": "1.0.3",
"font-awesome": "4.7.0",
"hammerjs": "2.0.8",
"jquery": "3.4.0",
"roboto-fontface": "0.10.0",
"rxjs": "6.4.0",
"zone.js": "0.9.0"
},
"devDependencies": {
"@babel/core": "7.4.0",
"@babel/preset-env": "7.4.2",
"@babel/runtime": "7.4.2",
"@types/core-js": "2.5.0",
"@typescript-eslint/eslint-plugin": "1.6.0",
"babel-eslint": "10.0.1",
"babel-loader": "8.0.5",
"babel-polyfill": "6.26.0",
"cache-loader": "2.0.1",
"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",
"grunt": "1.0.4",
"grunt-bump": "0.8.0",
"grunt-cli": "1.3.2",
"html-loader": "0.5.5",
"http-server": "0.11.1",
"html-webpack-plugin": "3.2.0",
"husky": "2.1.0",
"istanbul-instrumenter-loader": "3.0.1",
"jasmine": "3.4.0",
"karma": "4.0.1",
"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": "3.0.5",
"license-webpack-plugin": "2.1.1",
"load-grunt-tasks": "4.0.0",
"mini-css-extract-plugin": "0.6.0",
"node-sass": "4.11.0",
"optimize-css-assets-webpack-plugin": "5.0.1",
"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.3.3",
"typescript": "3.3.4000",
"webpack": "4.29.6",
"webpack-cli": "3.3.0",
"webpack-dev-server": "3.3.1",
"webpack-fix-style-only-entries": "0.2.1",
"webpack-merge": "4.2.1"
}
}