forked from fivethree-team/ionic-4-components
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
129 lines (129 loc) · 3.86 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
{
"name": "@fivethree/core",
"version": "1.0.0-alpha.25",
"author": "Fivethree Team",
"homepage": "https://fivethree.io/",
"description": "Fivethree Web Components",
"contributors": [
{
"name": "Gary Großgarten",
"email": "[email protected]"
},
{
"name": "Marc Stammerjohann",
"email": "[email protected]"
}
],
"keywords": [
"fivethree",
"angular",
"ionic",
"framework",
"components",
"ux",
"mobile",
"app",
"webapp",
"pwa"
],
"scripts": {
"build": "ng build core",
"build:prod": "ng build core --prod",
"format:lib": "prettier --write \"projects/**/*{.ts,.scss}\"",
"format:docs": "prettier --write \"src/**/*{.ts,.scss}\"",
"gh-pages": "ng build core --prod && ng build --prod --base-href 'https://fivethree-team.github.io/ionic-4-components/' && npx ngh --dir=www",
"publish": "npm publish dist/@fivethree/core --tag alpha",
"rocket": "npm run build:prod && cp README.md dist/@fivethree/core && npm run publish",
"version": "conventional-changelog -p angular -i ./CHANGELOG.md -s && git add CHANGELOG.md",
"lint": "ng lint"
},
"private": true,
"dependencies": {
"@angular/animations": "8.2.13",
"@angular/cdk": "8.2.3",
"@angular/common": "8.2.13",
"@angular/core": "8.2.13",
"@angular/forms": "8.2.13",
"@angular/material": "8.2.3",
"@angular/platform-browser": "8.2.13",
"@angular/platform-browser-dynamic": "8.2.13",
"@angular/pwa": "0.803.18",
"@angular/router": "8.2.13",
"@angular/service-worker": "8.2.13",
"@ctrl/ngx-github-buttons": "3.2.7",
"@fivethree/ngx-rxjs-animations": "0.0.2",
"@ionic-native/core": "5.16.0",
"@ionic-native/splash-screen": "5.16.0",
"@ionic-native/status-bar": "5.16.0",
"@ionic/angular": "5.0.0",
"cordova-android": "8.1.0",
"cordova-ios": "5.0.1",
"cordova-plugin-device": "2.0.3",
"cordova-plugin-ionic-keyboard": "2.2.0",
"cordova-plugin-ionic-webview": "4.1.3",
"cordova-plugin-splashscreen": "5.0.3",
"cordova-plugin-whitelist": "1.3.4",
"core-js": "2.6.5",
"intersection-observer": "0.7.0",
"ng-lottie": "0.3.2",
"ngx-markdown": "8.2.1",
"rxjs": "6.5.3",
"zone.js": "0.9.1"
},
"devDependencies": {
"@angular-devkit/architect": "0.803.18",
"@angular-devkit/build-angular": "0.803.18",
"@angular-devkit/build-ng-packagr": "0.803.18",
"@angular-devkit/core": "8.3.18",
"@angular-devkit/schematics": "8.3.18",
"@angular/cli": "8.3.18",
"@angular/compiler": "8.2.13",
"@angular/compiler-cli": "8.2.13",
"@angular/language-service": "8.2.13",
"@ionic/angular-toolkit": "2.1.1",
"@ionic/lab": "2.0.13",
"@types/jasmine": "3.3.13",
"@types/jasminewd2": "2.0.6",
"@types/node": "10.12.18",
"angular-cli-ghpages": "0.6.0",
"codelyzer": "5.1.0",
"jasmine-core": "3.4.0",
"jasmine-spec-reporter": "4.2.1",
"karma": "~4.4.1",
"karma-chrome-launcher": "2.2.0",
"karma-coverage-istanbul-reporter": "2.0.5",
"karma-jasmine": "2.0.1",
"karma-jasmine-html-reporter": "1.4.2",
"ng-packagr": "5.7.1",
"prettier": "1.19.1",
"protractor": "5.4.2",
"ts-node": "8.1.0",
"tsickle": "0.38.0",
"tslib": "1.10.0",
"tslint": "5.20.1",
"typescript": "3.5.3"
},
"cordova": {
"plugins": {
"cordova-plugin-whitelist": {},
"cordova-plugin-device": {},
"cordova-plugin-splashscreen": {},
"cordova-plugin-ionic-webview": {
"ANDROID_SUPPORT_ANNOTATIONS_VERSION": "27.+"
},
"cordova-plugin-ionic-keyboard": {}
},
"cordova-plugin-whitelist": {},
"cordova-plugin-device": {},
"cordova-plugin-splashscreen": {},
"cordova-plugin-ionic-webview": {},
"cordova-plugin-ionic-keyboard": {},
"platforms": [
"android",
"ios"
]
},
"platforms": [
"android"
]
}