mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
+7
-7
@@ -9,7 +9,6 @@
|
||||
"prepublishOnly": "npm run build-lib",
|
||||
"markdownlint": "markdownlint ./docs",
|
||||
"build-lib": "./scripts/ng-packagr.sh",
|
||||
"ng-packagr": "node ./node_modules/ng-packagr/cli/main.js",
|
||||
"bundlesize-check": "bundlesize",
|
||||
"bundlesize-map": "npm run webpack -- --config ./lib/config/webpack.bundle-check.js --progress --profile --bail",
|
||||
"lint-lib": "./node_modules/.bin/tslint -p ./lib/tsconfig.json -c ./lib/tslint.json",
|
||||
@@ -27,11 +26,12 @@
|
||||
"style:dev": "npm run webpack -- --config ./lib/config/webpack.style.js --progress --profile --bail",
|
||||
"test": "ng test --single-run",
|
||||
"lint": "ng lint",
|
||||
"e2e": "ng e2e --app dist",
|
||||
"e2e": "ng e2e --app dist --deleteOutputPath=false",
|
||||
"server-versions": "rimraf ./demo-shell/src/versions.json && npm list --depth=0 --json=true --prod=true > ./demo-shell/src/versions.json || exit 0",
|
||||
"clean": "rimraf dist ./node_modules typings",
|
||||
"clean-lock": "rimraf package-lock.json",
|
||||
"webpack": "node ./node_modules/webpack/bin/webpack.js"
|
||||
"webpack": "node ./node_modules/webpack/bin/webpack.js",
|
||||
"ng-packagr": "node ./node_modules/ng-packagr/cli/main.js"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@@ -71,12 +71,11 @@
|
||||
"@mat-datetimepicker/moment": "1.0.4",
|
||||
"@ngx-translate/core": "9.1.1",
|
||||
"@nrwl/schematics": "^1.0.3",
|
||||
"alfresco-js-api": "2.4.0-31a7fc6e5d58dc8bf202ef9a80bc993c9f48fe18",
|
||||
"alfresco-js-api": "2.4.0-beta3",
|
||||
"chart.js": "2.5.0",
|
||||
"classlist.js": "1.1.20150312",
|
||||
"core-js": "2.4.1",
|
||||
"custom-event-polyfill": "0.3.0",
|
||||
"graphql-request": "^1.5.1",
|
||||
"hammerjs": "2.0.8",
|
||||
"intl": "1.2.5",
|
||||
"minimatch": "3.0.4",
|
||||
@@ -105,6 +104,7 @@
|
||||
"chalk": "^2.3.2",
|
||||
"codelyzer": "4.3.0",
|
||||
"combyne": "^2.0.0",
|
||||
"commander": "^2.15.1",
|
||||
"concurrently": "^3.5.1",
|
||||
"copy-webpack-plugin": "4.0.1",
|
||||
"css-loader": "0.25.0",
|
||||
@@ -124,11 +124,11 @@
|
||||
"karma": "~2.0.0",
|
||||
"karma-chrome-launcher": "~2.2.0",
|
||||
"karma-cli": "~1.0.1",
|
||||
"karma-coverage": "1.1.1",
|
||||
"karma-coverage-istanbul-reporter": "^1.2.1",
|
||||
"karma-jasmine": "~1.1.0",
|
||||
"karma-jasmine-html-reporter": "^0.2.2",
|
||||
"karma-coverage": "1.1.1",
|
||||
"karma-jasmine-ajax": "0.1.13",
|
||||
"karma-jasmine-html-reporter": "^0.2.2",
|
||||
"karma-mocha-reporter": "2.2.2",
|
||||
"karma-remap-istanbul": "0.6.0",
|
||||
"karma-sourcemap-loader": "0.3.7",
|
||||
|
||||
Reference in New Issue
Block a user