-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
46 lines (46 loc) · 1.38 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "@tolgee/ngx-testapp",
"version": "6.0.1",
"scripts": {
"ng": "ng",
"develop": "sleep 10 && ng serve --configuration=stage",
"start": "ng serve --configuration=stage",
"startE2e": "ng serve --configuration=e2e",
"build": "ng build --configuration=production",
"clean": "rm -rf build build-e2e dist dist-e2e lib .angular",
"lint": "ng lint",
"e2e": "ng e2e",
"serve": "serve -s ./dist/sampleapp/browser",
"prerender": "ng run sampleapp:prerender"
},
"private": true,
"dependencies": {
"@angular/animations": "^17.3.7",
"@angular/common": "^17.3.7",
"@angular/compiler": "^17.3.7",
"@angular/core": "^17.3.7",
"@angular/forms": "^17.3.7",
"@angular/platform-browser": "^17.3.7",
"@angular/platform-browser-dynamic": "^17.3.7",
"@angular/platform-server": "^17.3.7",
"@angular/router": "^17.3.7",
"@tolgee/format-icu": "6.0.1",
"@tolgee/ngx": "6.0.1",
"express": "^4.18.2",
"rxjs": "~7.5.7",
"serve": "^13.0.4",
"tslib": "^2.6.2",
"zone.js": "0.14.5"
},
"devDependencies": {
"@angular-devkit/build-angular": "^17.3.6",
"@angular/cli": "^17.3.6",
"@angular/compiler-cli": "^17.3.7",
"@angular/language-service": "^17.3.7",
"@types/express": "^4.17.21",
"@types/node": "20.11.17",
"ng-packagr": "17.3.0",
"ts-node": "10.8.1",
"typescript": "5.4.5"
}
}