-
Notifications
You must be signed in to change notification settings - Fork 25
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 2.17 KB
/
package.json
File metadata and controls
65 lines (65 loc) · 2.17 KB
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
56
57
58
59
60
61
62
63
64
65
{
"name": "@sencha/ext-angular-kitchensink",
"version": "7.3.0",
"scripts": {
"start": "npm run extract && env verbose=no basehref=/ ng serve",
"build": "npm run extract && env verbose=no basehref=/dist/ext-angular-kitchensink/ ng build --prod",
"buildexample": "npm run extract && env verbose=no basehref=/ExtAngular/7.3.0/kitchensink/ ng build --prod",
"extract": "node ./extract-code.js",
"web": "npx sencha web -port 5200 start",
"ng": "ng",
"xtest": "ng test",
"xlint": "ng lint",
"xe2e": "ng e2e"
},
"private": true,
"dependencies": {
"@angular/animations": "~9.1.0",
"@angular/common": "~9.1.0",
"@angular/compiler": "~9.1.0",
"@angular/core": "~9.1.0",
"@angular/forms": "~9.1.0",
"@angular/platform-browser": "~9.1.0",
"@angular/platform-browser-dynamic": "~9.1.0",
"@angular/router": "~9.1.0",
"@sencha/ext": "~7.3.0",
"@sencha/ext-angular-modern": "~7.3.0",
"@sencha/ext-calendar": "~7.3.0",
"@sencha/ext-charts": "~7.3.0",
"@sencha/ext-d3": "~7.3.0",
"@sencha/ext-exporter": "~7.3.0",
"@sencha/ext-froala-editor": "~7.3.0",
"@sencha/ext-modern": "~7.3.0",
"@sencha/ext-modern-runtime": "~7.3.0",
"@sencha/ext-modern-theme-material": "~7.3.0",
"@sencha/ext-modern-treegrid": "~7.3.0",
"@sencha/ext-pivot": "~7.3.0",
"@sencha/ext-pivot-d3": "~7.3.0",
"@sencha/ext-ux": "~7.3.0",
"@sencha/ext-webpack-plugin": "~7.3.0",
"@types/node": "~13.11.0",
"copy-webpack-plugin": "^5.1.1",
"d3": "4.7.4",
"froala-editor": "4.3.1",
"hammerjs": "~2.0.8",
"highlight.js": "~9.18.1",
"highlightjs": "~9.16.2",
"html-webpack-plugin": "4.0.4",
"rxjs": "~6.5.4",
"tslib": "^1.10.0",
"webpack-bundle-analyzer": "~3.6.1",
"zone.js": "~0.10.2"
},
"devDependencies": {
"@angular-builders/custom-webpack": "^9.1.0",
"@angular-builders/dev-server": "^7.3.1",
"@angular-devkit/build-angular": "~0.901.0",
"@angular/cli": "~9.1.0",
"@angular/compiler-cli": "~9.1.0",
"@angular/language-service": "~9.1.0",
"@types/node": "^12.11.1",
"ts-node": "~8.3.0",
"tslint": "~6.1.0",
"typescript": "~3.8.3"
}
}