Skip to content

Instantly share code, notes, and snippets.

@gdyrrahitis
Created July 13, 2018 21:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gdyrrahitis/d5284d2fc8f22555e7a2500242b2cfab to your computer and use it in GitHub Desktop.
Save gdyrrahitis/d5284d2fc8f22555e7a2500242b2cfab to your computer and use it in GitHub Desktop.
"scripts": {
"start": "concurrently \"npm run tsc\" \"npm run lite\"",
"postinstall": "typings install",
"lite": "lite-server",
"tsc": "tsc -w",
"test": "echo \"Error: no test specified\" && exit 1"
}, "dependencies": {
"angular": "^1.5.8",
"angular-route": "^1.5.8",
"angular-sanitize": "^1.5.8",
"ngstorage": "^0.3.11",
"systemjs": "^0.19.37",
"systemjs-plugin-json": "^0.1.0",
"angular-animate": "^1.5.8",
"angular-touch": "^1.5.8",
"angular-ui-bootstrap": "^2.1.3"
}, "devDependencies": {
"concurrently": "^2.2.0",
"typescript": "^1.8.10",
"lite-server": "^2.2.2",
"typings": "^1.3.3"
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment