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