forked from crissian/x4
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.77 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
47
48
49
50
51
52
53
54
55
{
"name": "x4",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"build:production": "ng build --configuration=production",
"build-i18n:zh-Hans": "ng build --configuration=zh-Hans",
"build-i18n:all": "ng build ng build --configuration=zh-Hans",
"build:all": "npm run build:production && npm run build-i18n:all",
"lint": "ng lint",
"extract-i18n": "ng xi18n --output-path i18n --i18n-locale en-US && xliffmerge --profile xliffmerge.json en-US zh-Hans"
},
"private": true,
"dependencies": {
"@angular/animations": "~11.2.5",
"@angular/cdk": "^7.1.1",
"@angular/common": "~11.2.5",
"@angular/compiler": "~11.2.5",
"@angular/core": "~11.2.5",
"@angular/forms": "~11.2.5",
"@angular/localize": "~11.2.5",
"@angular/platform-browser": "~11.2.5",
"@angular/platform-browser-dynamic": "~11.2.5",
"@angular/router": "~11.2.5",
"@ng-bootstrap/ng-bootstrap": "~9.0.2",
"bootstrap": "~4.6.0",
"core-js": "^2.5.7",
"devextreme": "~20.2.5",
"devextreme-angular": "~20.2.5",
"font-awesome": "~4.7.0",
"ngx-i18nsupport": "^0.17.1",
"rxjs": "~6.6.6",
"stream": "0.0.2",
"timers": "^0.1.1",
"tslib": "^2.0.0",
"urlon": "~3.0.1",
"vis": "~4.21.0",
"xml2js": "^0.4.23",
"zone.js": "~0.10.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.1102.4",
"@angular/cli": "~11.2.4",
"@angular/compiler-cli": "~11.2.5",
"@angular/language-service": "~11.2.5",
"@types/node": "^12.11.1",
"@types/vis": "~4.21.9",
"codelyzer": "^6.0.0",
"ts-node": "~7.0.1",
"tslint": "~6.1.0",
"typescript": "~4.0.7"
}
}