aurelia/aurelia

View on GitHub
examples/base-url/package.json

Summary

Maintainability
Test Coverage
{
  "name": "base-url",
  "description": "An Aurelia 2 client application.",
  "version": "0.1.0",
  "repository": {
    "type": "git",
    "url": "???"
  },
  "license": "UNLICENSED",
  "dependencies": {
    "aurelia": "latest",
    "@aurelia/router": "../../packages/router"
  },
  "devDependencies": {
    "@aurelia/testing": "latest",
    "@aurelia/webpack-loader": "latest",
    "@types/node": "^14.18.14",
    "@typescript-eslint/eslint-plugin": "^5.20.0",
    "@typescript-eslint/parser": "^5.20.0",
    "autoprefixer": "^10.4.5",
    "css-loader": "^6.7.1",
    "eslint": "^8.14.0",
    "file-loader": "^6.2.0",
    "html-webpack-plugin": "^5.5.0",
    "htmlhint": "^1.1.4",
    "postcss": "^8.2.8",
    "postcss-loader": "^7.0.0",
    "rimraf": "^3.0.2",
    "style-loader": "^3.3.1",
    "ts-loader": "^9.3.0",
    "typescript": "5.4.2",
    "url-loader": "^4.1.1",
    "webpack": "^5.90.3",
    "webpack-bundle-analyzer": "^4.10.1",
    "webpack-cli": "^5.1.4",
    "webpack-dev-server": "^5.0.3"
  },
  "scripts": {
    "lint:js": "eslint src test --ext .js,.ts",
    "lint:html": "htmlhint -c .htmlhintrc src",
    "lint": "npm run lint:js && npm run lint:html",
    "start": "webpack serve",
    "build": "rimraf dist && webpack --env production",
    "analyze": "rimraf dist && webpack --env production --analyze"
  }
}