22 lines
698 B
JSON
22 lines
698 B
JSON
{
|
|
"scripts": [
|
|
{ "name": "start", "command": "ng serve" },
|
|
{ "name": "start:fr", "command": "ng serve --configuration=fr" },
|
|
{ "name": "build", "command": "ng build --prod" },
|
|
{ "name": "build:fr", "command": "ng build --configuration=production-fr" },
|
|
{ "name": "test", "command": "ng test" },
|
|
{ "name": "lint", "command": "ng lint" },
|
|
{ "name": "e2e", "command": "ng e2e" },
|
|
{ "name": "extract", "command": "ng xi18n --output-path=locale" }
|
|
],
|
|
"dependencies": [],
|
|
"devDependencies": [
|
|
"@angular-devkit/build-angular",
|
|
"@angular/cli",
|
|
"@types/jasminewd2",
|
|
"jasmine-spec-reporter",
|
|
"karma-coverage-istanbul-reporter",
|
|
"ts-node"
|
|
]
|
|
}
|