FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
ionic/angular/package.json at master · ModusCreateOrg/ionic · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
ModusCreateOrg
/
ionic
Public
forked from
ionic-team/ionic-framework
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Issues
0
Pull requests
1
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
ionic
/
angular
/
package.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
93 lines (93 loc) · 2.9 KB
Breadcrumbs
ionic
/
angular
/
package.json
Copy path
File metadata and controls
93 lines (93 loc) · 2.9 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
{
"name"
:
"
@ionic/angular
"
,
"version"
:
"
4.10.1
"
,
"description"
:
"
Angular specific wrappers for @ionic/core
"
,
"keywords"
: [
"
ionic
"
,
"
framework
"
,
"
angular
"
,
"
mobile
"
,
"
app
"
,
"
webapp
"
,
"
capacitor
"
,
"
cordova
"
,
"
progressive web app
"
,
"
pwa
"
],
"license"
:
"
MIT
"
,
"repository"
: {
"type"
:
"
git
"
,
"url"
:
"
https://github.com/ionic-team/ionic.git
"
},
"bugs"
: {
"url"
:
"
https://github.com/ionic-team/ionic/issues
"
},
"homepage"
:
"
https://ionicframework.com/
"
,
"scripts"
: {
"build"
:
"
npm run clean && npm run build.core && npm run build.ng && npm run clean-generated
"
,
"build.core"
:
"
node scripts/build-core.js
"
,
"build.fesm"
:
"
rollup --config ./scripts/rollup.config.js
"
,
"build.link"
:
"
npm run build && node scripts/link-copy.js
"
,
"build.ng"
:
"
npm run build.es2015 && npm run build.es5
"
,
"build.es2015"
:
"
ngc -p tsconfig.json && rollup --config ./scripts/rollup.config.js
"
,
"build.es5"
:
"
ngc -p tsconfig.legacy.json && rollup --config ./scripts/rollup.config.legacy.js
"
,
"clean"
:
"
node scripts/clean.js
"
,
"clean-generated"
:
"
node ./scripts/clean-generated.js
"
,
"lint"
:
"
npm run lint.ts
"
,
"lint.ts"
:
"
tslint --project .
"
,
"lint.fix"
:
"
tslint --project . --fix
"
,
"prerelease"
:
"
npm run validate && np prerelease --yolo --any-branch --tag next
"
,
"test"
:
"
echo 'angular no tests yet'
"
,
"tsc"
:
"
tsc -p .
"
,
"validate"
:
"
npm i && npm run lint && npm run test && npm run build
"
},
"module"
:
"
dist/fesm5.js
"
,
"main"
:
"
dist/fesm5.cjs.js
"
,
"types"
:
"
dist/core.d.ts
"
,
"files"
: [
"
dist/
"
,
"
css/
"
],
"dependencies"
: {
"@ionic/core"
:
"
4.10.1
"
,
"tslib"
:
"
^1.9.3
"
},
"peerDependencies"
: {
"@angular-devkit/core"
:
"
7.2.1 - 8
"
,
"@angular-devkit/schematics"
:
"
7.2.1 - 8
"
,
"@angular/core"
:
"
7.2.1 - 8
"
,
"@angular/common"
:
"
7.2.1 - 8
"
,
"@angular/forms"
:
"
7.2.1 - 8
"
,
"@angular/router"
:
"
7.2.1 - 8
"
,
"@angular/compiler"
:
"
7.2.1 - 8
"
,
"@angular/compiler-cli"
:
"
7.2.1 - 8
"
,
"@angular/platform-browser"
:
"
7.2.1 - 8
"
,
"@angular/platform-browser-dynamic"
:
"
7.2.1 - 8
"
,
"rxjs"
:
"
>=6.2.0
"
,
"zone.js"
:
"
>=0.8.26
"
},
"devDependencies"
: {
"@angular-devkit/core"
:
"
^7.2.1
"
,
"@angular-devkit/schematics"
:
"
^7.2.1
"
,
"@angular/common"
:
"
^7.2.1
"
,
"@angular/compiler"
:
"
^7.2.1
"
,
"@angular/compiler-cli"
:
"
^7.2.1
"
,
"@angular/core"
:
"
^7.2.1
"
,
"@angular/forms"
:
"
^7.2.1
"
,
"@angular/platform-browser"
:
"
^7.2.1
"
,
"@angular/platform-browser-dynamic"
:
"
^7.2.1
"
,
"@angular/router"
:
"
^7.2.1
"
,
"@types/node"
:
"
~12.0.12
"
,
"fs-extra"
:
"
^7.0.0
"
,
"glob"
:
"
^7.1.4
"
,
"rollup"
:
"
~1.17.0
"
,
"rollup-plugin-node-resolve"
:
"
~5.2.0
"
,
"rxjs"
:
"
^6.5.2
"
,
"tsickle"
:
"
^0.34.0
"
,
"tslint"
:
"
^5.12.1
"
,
"tslint-ionic-rules"
:
"
0.0.21
"
,
"typescript"
:
"
~3.2.2
"
,
"zone.js"
:
"
~0.8.26
"
},
"schematics"
:
"
./dist/schematics/collection.json
"
}
Back
|
FazBrowse Home
|
New Git URL