Skip to content

Instantly share code, notes, and snippets.

@hmarcelodn
Created April 25, 2017 20:16
Show Gist options
  • Select an option

  • Save hmarcelodn/16de202f3ddfa409b37af5f1409cf336 to your computer and use it in GitHub Desktop.

Select an option

Save hmarcelodn/16de202f3ddfa409b37af5f1409cf336 to your computer and use it in GitHub Desktop.
package.json error
{
"name": "skeleton-typescript-webpack",
"version": "1.0.0",
"description": "A starter kit for building a standard navigation-style app with Aurelia and Webpack.",
"main": "dist/app.bundle.js",
"repository": {
"url": "git+ssh://[email protected]/aurelia/skeleton-navigation.git",
"type": "git"
},
"author": "Bazyli Brzóska <[email protected]> (https://invent.life/)",
"license": "CC0-1.0",
"engines": {
"node": ">= 6.0.0"
},
"scripts": {
"start": "nps",
"test": "nps test"
},
"jest": {
"modulePaths": [
"<rootDir>/src",
"<rootDir>/node_modules"
],
"moduleFileExtensions": [
"js",
"json",
"ts"
],
"transform": {
"^.+\\.(ts|tsx)$": "<rootDir>/node_modules/ts-jest/preprocessor.js"
},
"testRegex": "\\.test\\.(ts|js)x?$",
"setupFiles": [
"<rootDir>/test/jest-pretest.ts"
],
"testEnvironment": "node",
"moduleNameMapper": {
"aurelia-(.*)": "<rootDir>/node_modules/$1"
}
},
"devDependencies": {
"@types/jest": "^19.2.2",
"@types/lodash": "^4.14.62",
"@types/node": "^7.0.13",
"@types/webpack": "^2.2.14",
"aurelia-loader-nodejs": "^1.0.1",
"aurelia-pal-nodejs": "1.0.0-beta.1.0.0",
"aurelia-protractor-plugin": "^1.0.1",
"aurelia-testing": "^1.0.0-beta.3.0.1",
"aurelia-webpack-plugin": "^2.0.0-rc.2",
"autoprefixer": "^6.7.7",
"awesome-typescript-loader": "^3.1.2",
"copy-webpack-plugin": "^4.0.1",
"cross-env": "^4.0.0",
"css-loader": "^0.28.0",
"expose-loader": "^0.7.3",
"extract-text-webpack-plugin": "^2.1.0",
"file-loader": "^0.11.1",
"html-webpack-plugin": "^2.28.0",
"http-server": "^0.9.0",
"istanbul-instrumenter-loader": "^2.0.0",
"jasmine-core": "^2.5.2",
"jest": "^19.0.2",
"json-loader": "^0.5.4",
"karma": "^1.3.0",
"karma-chrome-launcher": "^2.0.0",
"karma-coverage-istanbul-reporter": "^1.1.0",
"karma-jasmine": "^1.0.2",
"karma-mocha-reporter": "^2.2.0",
"karma-webpack": "^2.0.3",
"nps": "^5.0.5",
"nps-utils": "^1.2.0",
"postcss-loader": "^1.3.3",
"protractor": "^5.1.1",
"style-loader": "^0.16.1",
"ts-jest": "^19.0.8",
"ts-node": "^3.0.2",
"typescript": "^2.2.2",
"url-loader": "^0.5.8",
"wait-on": "^2.0.2",
"webpack": "^2.3.3",
"webpack-dev-server": "^2.4.2"
},
"dependencies": {
"@types/bluebird": "^3.5.2",
"@types/codemirror": "^0.0.38",
"@types/dragula": "^2.1.30",
"@types/highlight.js": "^9.1.9",
"@types/ion.rangeslider": "^2.0.28",
"@types/jquery": "^2.0.41",
"@types/jquery-steps": "^1.1.7",
"@types/materialize-css": "^0.98.0",
"@types/owlcarousel": "^1.3.1",
"@types/qtip2": "^2.2.27",
"@types/quill": "^0.0.29",
"@types/sweetalert": "^1.1.27",
"ace": "^1.3.0",
"aurelia-animator-velocity": "^1.1.0",
"aurelia-auth": "^3.0.5",
"aurelia-bootstrapper": "^2.1.1",
"aurelia-cli": "^0.28.0",
"aurelia-fetch-client": "^1.1.2",
"aurelia-framework": "^1.1.2",
"aurelia-history-browser": "^1.0.0",
"aurelia-loader-webpack": "^2.1.0",
"aurelia-logging-console": "^1.0.0",
"aurelia-pal-browser": "^1.2.1",
"aurelia-plugins-google-places-autocomplete": "^2.0.1",
"aurelia-polyfills": "^1.2.1",
"aurelia-router": "^1.3.0",
"aurelia-templating": "^1.4.1",
"aurelia-templating-binding": "^1.3.0",
"aurelia-templating-resources": "^1.4.0",
"aurelia-templating-router": "^1.1.0",
"autonumeric": "^4.0.0-beta.16",
"bluebird": "^3.5.0",
"bootstrap": "^3.3.7",
"brace": "^0.10.0",
"codemirror": "^5.25.2",
"dragula": "^3.7.2",
"flag-icon-css": "^2.8.0",
"font-awesome": "^4.7.0",
"hammerjs": "^2.0.8",
"highlight.js": "^9.11.0",
"ion-rangeslider": "^2.1.7",
"isomorphic-fetch": "^2.2.1",
"jquery": "^3.2.1",
"jquery-steps": "^1.1.0",
"materialize-css": "^0.98.2",
"materialize-sass": "^0.95.2",
"node-sass": "^4.5.2",
"owl.carousel": "^2.2.0",
"qtip2": "^3.0.3",
"quill": "^1.2.4",
"sass-loader": "^6.0.3",
"sass-mq": "^3.3.2",
"sweetalert": "^1.1.3"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment