blob: c585cf3c4d2049a0f1caa0dfabe93cf02eebbadc [file] [log] [blame]
{
"//-01": "Licensed to the Apache Software Foundation (ASF) under one or more",
"//-02": "contributor license agreements. See the NOTICE file distributed with",
"//-03": "this work for additional information regarding copyright ownership.",
"//-04": "The ASF licenses this file to You under the Apache License, Version 2.0",
"//-05": "(the \"License\"); you may not use this file except in compliance with",
"//-06": "the License. You may obtain a copy of the License at",
"//-07": "",
"//-08": "http://www.apache.org/licenses/LICENSE-2.0",
"//-09": "",
"//-10": "Unless required by applicable law or agreed to in writing, software",
"//-11": "distributed under the License is distributed on an \"AS IS\" BASIS,",
"//-12": "WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.",
"//-13": "See the License for the specific language governing permissions and",
"//-14": "limitations under the License.",
"name": "nifi-fds",
"version": "0.4.0-SNAPSHOT",
"scripts": {
"ci": "npm ci --ignore-scripts",
"start": "http-server --gzip -p 28080 .",
"preinstall": "npm --ignore-scripts install npm-force-resolutions && npm-force-resolutions",
"clean-and-copy": "node scripts/clean.js && node scripts/copy-files.js",
"build:webapp:bundle:development": "npm run webpack:development",
"build:webapp:bundle:production": "npm run webpack:production",
"clean:install": "npm run clean-and-copy && cd ./target/frontend-working-directory && npm install && npm test && npm run build:webapp:bundle:production",
"clean:install:skipTests": "npm run clean-and-copy && cd ./target/frontend-working-directory && npm install && npm run build:webapp:bundle:production",
"dev:install": "node scripts/copy-files.js && cd ./target/frontend-working-directory && npm install && npm test && npm run build:webapp:bundle:development",
"dev:install:skipTests": "node scripts/copy-files.js && cd ./target/frontend-working-directory && npm install && npm run build:webapp:bundle:development",
"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 && webpack-dev-server --config webpack.dev.js",
"webpack:analyze": "webpack-bundle-analyzer webpack-build-log.json ./",
"webpack:development": "webpack --config webpack.dev.js",
"webpack:production": "npm run lint && webpack --config webpack.prod.js --json > webpack-build-log.json",
"eslint": "eslint webapp platform",
"stylelint": "stylelint webapp/**/*.scss webapp/**/*.css platform/**/*.scss platform/**/*.css",
"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": "11.2.14",
"@angular/cdk": "11.2.13",
"@angular/common": "11.2.14",
"@angular/compiler": "11.2.14",
"@angular/core": "11.2.14",
"@angular/flex-layout": "11.0.0-beta.33",
"@angular/forms": "11.2.14",
"@angular/material": "11.2.13",
"@angular/platform-browser": "11.2.14",
"@angular/platform-browser-dynamic": "11.2.14",
"@angular/router": "11.2.14",
"@covalent/core": "3.1.2",
"detect-libc": "1.0.3",
"font-awesome": "4.7.0",
"jquery": "3.5.1",
"roboto-fontface": "0.10.0",
"rxjs": "6.6.7",
"zone.js": "0.11.4"
},
"devDependencies": {
"@babel/core": "7.5.4",
"@babel/preset-env": "7.5.4",
"@babel/runtime": "7.5.4",
"@types/core-js": "2.5.2",
"@typescript-eslint/eslint-plugin": "5.10.0",
"@typescript-eslint/parser": "5.10.0",
"babel-eslint": "10.0.2",
"babel-loader": "8.0.6",
"babel-plugin-istanbul": "5.1.4",
"babel-polyfill": "6.26.0",
"cache-loader": "4.0.1",
"compression-webpack-plugin": "6.1.1",
"copyfiles": "2.4.1",
"css-loader": "5.2.7",
"dtsgenerator": "2.0.8",
"eslint": "8.7.0",
"eslint-config-airbnb-base": "15.0.0",
"eslint-plugin-import": "2.25.4",
"eslint-plugin-jasmine": "4.1.3",
"file-loader": "4.0.0",
"fs-extra": "8.1.0",
"grunt": "1.4.1",
"grunt-bump": "0.8.0",
"grunt-cli": "1.3.2",
"html-loader": "0.5.5",
"html-webpack-plugin": "3.2.0",
"http-server": "14.1.0",
"husky": "3.0.0",
"istanbul-instrumenter-loader": "3.0.1",
"jasmine": "3.4.0",
"karma": "6.3.11",
"karma-chrome-launcher": "3.0.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.2",
"karma-spec-reporter": "0.0.32",
"karma-webpack": "4.0.2",
"license-webpack-plugin": "2.1.1",
"load-grunt-tasks": "5.0.0",
"mini-css-extract-plugin": "0.12.0",
"npm-force-resolutions": "^0.0.10",
"null-loader": "3.0.0",
"optimize-css-assets-webpack-plugin": "6.0.1",
"sass": "1.32.0",
"sass-loader": "7.1.0",
"style-loader": "0.23.1",
"stylelint": "14.2.0",
"stylelint-config-standard-scss": "3.0.0",
"terser-webpack-plugin": "1.4.5",
"ts-loader": "6.0.4",
"typescript": "3.5.3",
"webpack": "4.46.0",
"webpack-bundle-analyzer": "4.5.0",
"webpack-cli": "4.9.1",
"webpack-dev-server": "4.7.3",
"webpack-fix-style-only-entries": "0.6.1",
"webpack-merge": "4.2.2"
},
"engines": {
"node": ">=16.13.2",
"npm": ">=8.1.2"
},
"resolutions": {
"glob-parent": "6.0.2",
"node-forge": "1.0.0",
"trim-newlines": "3.0.1",
"log4js": "6.4.1",
"node-fetch": "3.2.0"
}
}