2017-11-02 17:22:09 -04:00
|
|
|
{
|
|
|
|
"scripts": [
|
2018-05-03 00:16:03 -04:00
|
|
|
{ "name": "start", "command": "ng serve" },
|
|
|
|
{ "name": "start:fr", "command": "ng serve --configuration=fr" },
|
2017-11-02 17:22:09 -04:00
|
|
|
{ "name": "build", "command": "ng build --prod" },
|
2018-05-03 00:16:03 -04:00
|
|
|
{ "name": "build:fr", "command": "ng build --configuration=production-fr" },
|
2017-11-02 17:22:09 -04:00
|
|
|
{ "name": "test", "command": "ng test" },
|
|
|
|
{ "name": "lint", "command": "ng lint" },
|
2018-05-03 00:16:03 -04:00
|
|
|
{ "name": "e2e", "command": "ng e2e" },
|
|
|
|
{ "name": "extract", "command": "ng xi18n --output-path=locale" }
|
2017-11-02 17:22:09 -04:00
|
|
|
],
|
2017-11-03 13:08:28 -04:00
|
|
|
"dependencies": [],
|
2017-11-02 17:22:09 -04:00
|
|
|
"devDependencies": [
|
2018-05-03 00:16:03 -04:00
|
|
|
"@angular-devkit/build-angular",
|
2018-06-27 11:20:09 -04:00
|
|
|
"@angular/cli",
|
2017-11-02 17:22:09 -04:00
|
|
|
"@types/jasminewd2",
|
2018-01-18 09:36:54 -05:00
|
|
|
"jasmine-spec-reporter",
|
2017-11-02 17:22:09 -04:00
|
|
|
"karma-coverage-istanbul-reporter",
|
|
|
|
"ts-node"
|
|
|
|
]
|
|
|
|
}
|