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