UNPKG

@coreui/ajax

Version:

Open Source Bootstrap Admin Template

149 lines (148 loc) 5.95 kB
{ "name": "aurelia-skeleton-navigation-webpack", "version": "1.1.1", "description": "A starter kit for building a standard navigation-style app with Aurelia and webpack.", "main": "dist/main.js", "scripts": { "pretest": "del-cli \"test/coverage\"", "test": "cross-env BABEL_ENV=node NODE_ENV=test ./node_modules/karma/bin/karma start test/karma.conf.js", "test:debug": "npm test -- --single-run=false --debug", "webdriver:update": "cross-env ./node_modules/.bin/webdriver-manager update", "webdriver:start": "cross-env ./node_modules/.bin/webdriver-manager start", "pree2e": "npm run webdriver:update -- --standalone", "e2e": "concurrently --success first --kill-others \"npm run e2e:start-when-ready\" \"cross-env WEBPACK_PORT=19876 npm start\"", "e2e:start-when-ready": "wait-on --timeout 120000 http-get://localhost:19876/index.html && npm run e2e:start", "e2e:start": "cross-env ./node_modules/.bin/protractor test/protractor.conf.js", "e2e:live": "npm run e2e:start -- --elementExplorer", "clean": "npm cache clean && del-cli node_modules \"test/coverage\" dist", "clean:dist": "del-cli dist", "preclean:install": "npm run clean", "clean:install": "npm install", "preclean:start": "npm run clean", "clean:start": "npm start", "watch": "npm run watch:dev", "watch:dev": "npm run build:dev -- --watch", "watch:dev:hmr": "npm run watch:dev -- --hot", "watch:test": "npm run test -- --auto-watch --no-single-run", "watch:prod": "npm run build:prod -- --watch", "build": "npm run build:dev", "prebuild:dev": "npm run clean:dist", "build:dev": "cross-env NODE_ENV=development npm run webpack -- --progress --profile", "prebuild:prod": "npm run clean:dist", "build:prod": "cross-env NODE_ENV=production npm run webpack -- --progress --profile", "start": "npm run server:dev", "server": "npm run server:dev", "server:dev": "cross-env NODE_ENV=development npm run webpack-dev-server -- --inline --progress --profile --watch", "server:dev:hmr": "npm run server:dev -- --hot", "server:prod": "http-server dist --cors", "webpack": "cross-env BABEL_ENV=node ./node_modules/.bin/webpack", "webpack-dev-server": "cross-env BABEL_ENV=node ./node_modules/.bin/webpack-dev-server" }, "repository": { "type": "git", "url": "git+ssh://git@github.com/aurelia/skeleton-navigation.git" }, "keywords": [ "aurelia", "skeleton", "navigation", "webpack" ], "license": "CC0-1.0", "author": "Rob Eisenberg <rob@bluespire.com> (http://robeisenberg.com/)", "contributors": [ { "name": "Arjen de Blok" }, { "name": "Bazyli Brzóska <bazyli.brzoska@gmail.com> (https://invent.life)" } ], "bugs": { "url": "https://github.com/aurelia/skeleton-navigation/issues" }, "homepage": "https://github.com/aurelia/skeleton-navigation#readme", "aurelia": { "build": { "resources": [ "aurelia-chart/elements/chart-element", "aurelia-chart/attributes/chart-attribute" ] } }, "dependencies": { "aurelia-api": "^3.0.0", "aurelia-authentication": "^3.1.0", "aurelia-bootstrapper-webpack": "^1.0.0", "aurelia-chart": "^0.2.6", "aurelia-event-aggregator": "^1.0.0", "aurelia-framework": "^1.0.7", "aurelia-history-browser": "^1.0.0", "aurelia-http-client": "^1.0.3", "aurelia-loader-webpack": "^2.0.0", "aurelia-logging-console": "^1.0.0", "aurelia-pal-browser": "^1.0.0", "aurelia-polyfills": "^1.1.1", "aurelia-route-recognizer": "^1.1.0", "aurelia-router": "^1.0.7", "aurelia-table": "github:tochoromero/aurelia-table", "aurelia-templating-binding": "^1.0.0", "aurelia-templating-resources": "^1.1.1", "aurelia-templating-router": "aurelia/templating-router", "bluebird": "^3.4.6", "bootstrap": "4.0.0-alpha.2", "bootstrap-datepicker": "^1.6.1", "chart.js": "^2.4.0", "devbridge-autocomplete": "^1.2.27", "font-awesome": "^4.7.0", "jquery": "^3.1.1", "moment": "^2.17.0", "numeral": "^2.0.1", "tether": "latest" }, "devDependencies": { "@easy-webpack/config-sass": "^4.0.0", "@easy-webpack/config-aurelia": "^2.2.3", "@easy-webpack/config-babel": "^4.0.0", "@easy-webpack/config-common-chunks-simple": "^2.0.3", "@easy-webpack/config-copy-files": "^1.1.2", "@easy-webpack/config-css": "^4.0.0", "@easy-webpack/config-env-development": "^2.1.6", "@easy-webpack/config-env-production": "^3.0.0", "@easy-webpack/config-external-source-maps": "^3.1.0", "@easy-webpack/config-fonts-and-images": "^2.1.0", "@easy-webpack/config-generate-index-html": "^2.1.1", "@easy-webpack/config-global-bluebird": "^2.1.0", "@easy-webpack/config-global-jquery": "^2.1.0", "@easy-webpack/config-global-regenerator": "^1.2.2", "@easy-webpack/config-html": "^3.1.0", "@easy-webpack/config-json": "^3.1.0", "@easy-webpack/config-test-coverage-istanbul": "^3.2.0", "@easy-webpack/config-uglify": "^2.2.3", "@easy-webpack/core": "^2.0.1", "aurelia-protractor-plugin": "^1.0.1", "aurelia-tools": "^1.0.0", "babel-plugin-transform-class-properties": "^6.18.0", "babel-plugin-transform-decorators-legacy": "^1.3.4", "babel-preset-env": "1.1.4", "babel-register": "^6.18.0", "concurrently": "^3.1.0", "cross-env": "^3.1.3", "eslint": "^3.10.2", "del-cli": "^0.2.0", "http-server": "^0.9.0", "jasmine-core": "^2.5.2", "karma": "^1.3.0", "karma-chrome-launcher": "^2.0.0", "karma-coverage": "^1.1.1", "karma-jasmine": "^1.0.2", "karma-mocha-reporter": "^2.2.0", "karma-remap-istanbul": "^0.2.1", "karma-sourcemap-loader": "^0.3.7", "karma-webpack": "^1.8.0", "protractor": "^4.0.11", "wait-on": "^2.0.1", "webpack": "2.1.0-beta.27", "webpack-dev-server": "2.1.0-beta.11" } }