2017-04-16 17:40:47 -04:00
|
|
|
{
|
|
|
|
"scripts": [
|
|
|
|
{ "name": "ng", "command": "ng" },
|
2017-12-30 08:38:30 -05:00
|
|
|
{ "name": "build", "command": "ng build --prod" },
|
2017-04-16 17:40:47 -04:00
|
|
|
{ "name": "start", "command": "ng serve" },
|
|
|
|
{ "name": "test", "command": "ng test" },
|
|
|
|
{ "name": "lint", "command": "ng lint" },
|
|
|
|
{ "name": "e2e", "command": "ng e2e" }
|
|
|
|
],
|
2017-11-03 13:08:28 -04:00
|
|
|
"dependencies": [],
|
2017-04-16 17:40:47 -04:00
|
|
|
"devDependencies": [
|
2018-04-12 22:20:01 -04:00
|
|
|
"@angular-devkit/build-angular",
|
2018-06-27 11:20:09 -04:00
|
|
|
"@angular/cli",
|
2017-08-22 15:31:15 -04:00
|
|
|
"@types/jasminewd2",
|
2018-01-18 09:36:54 -05:00
|
|
|
"jasmine-spec-reporter",
|
2017-08-22 15:31:15 -04:00
|
|
|
"karma-coverage-istanbul-reporter",
|
2017-04-16 17:40:47 -04:00
|
|
|
"ts-node"
|
|
|
|
]
|
|
|
|
}
|