All Downloads are FREE. Search and download functionalities are using the official Maven repository.

archetype-resources.package.json Maven / Gradle / Ivy

There is a newer version: 3.1.0
Show newest version
{
  "name": "${artifactId}",
  "version": "${version}",
  "description": "${displayName}",
  "main": "",
  "keywords": ["fujion", "angular"],
  "author": "Fujion Framework",
  "scripts": {
  	"tsc": "tsc -p tsconfig.json",
    "tsc:w": "tsc -p tsconfig.json -w",
    "lite": "lite-server",
    "start": "npm run tsc && concurrently \"npm run tsc:w\" \"npm run lite\" ",
  	"postinstall" : "tsc"
  },
  "dependencies": {
    "@angular/common": "4.3.6",
    "@angular/compiler": "4.3.6",
    "@angular/core": "4.3.6",
    "@angular/forms": "4.3.6",
    "@angular/http": "4.3.6",
    "@angular/platform-browser": "4.3.6",
    "@angular/platform-browser-dynamic": "4.3.6",
    "@angular/router": "4.3.6",
    "core-js": "2.4.1",
    "rxjs": "5.4.2",
    "zone.js": "0.8.14",
    "bootstrap": "3.3.6",
    "font-awesome": "4.7.0",
    "systemjs": "0.20.14",
    "jquery": "3.1.1",
    "lodash": "4.17.3"
  },
  "devDependencies": {
  	 "typescript": "2.3.2",
    "@types/node": "8.0.41",
    "lite-server": "2.2.2",
    "concurrently": "3.5.0",
    "angular-in-memory-web-api": "0.5.1"
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy