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