Skip to content

Commit bd5b673

Browse files
committed
chore(): begin adding ionic components to mono-repo.
1 parent 1181fe9 commit bd5b673

File tree

2,159 files changed

+15687
-147
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,159 files changed

+15687
-147
lines changed

lerna.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"lerna": "2.0.0-rc.5",
3+
"packages": [
4+
"packages/*"
5+
],
6+
"version": "0.0.0"
7+
}

package.json

Lines changed: 3 additions & 147 deletions
Original file line numberDiff line numberDiff line change
@@ -1,149 +1,5 @@
11
{
2-
"private": true,
3-
"name": "ionic2",
4-
"version": "3.3.0",
5-
"description": "A powerful framework for building mobile and progressive web apps with JavaScript and Angular",
6-
"keywords": [
7-
"ionic",
8-
"framework",
9-
"mobile",
10-
"app",
11-
"hybrid",
12-
"webapp",
13-
"cordova",
14-
"progressive web app",
15-
"pwa"
16-
],
17-
"license": "MIT",
18-
"repository": {
19-
"type": "git",
20-
"url": "https://github.com/ionic-team/ionic.git"
21-
},
22-
"scripts": {
23-
"test": "gulp validate",
24-
"test:generators": "jasmine-node ./tooling/spec",
25-
"link": "gulp release.prepareReleasePackage && cd dist/ionic-angular && npm link"
26-
},
27-
"dependencies": {
28-
"@angular/common": "4.1.3",
29-
"@angular/compiler": "4.1.3",
30-
"@angular/compiler-cli": "4.1.3",
31-
"@angular/core": "4.1.3",
32-
"@angular/forms": "4.1.3",
33-
"@angular/http": "4.1.3",
34-
"@angular/platform-browser": "4.1.3",
35-
"@angular/platform-browser-dynamic": "4.1.3",
36-
"ionicons": "~3.0.0",
37-
"rxjs": "5.4.0",
38-
"zone.js": "0.8.12"
39-
},
402
"devDependencies": {
41-
"@ionic/app-scripts": "1.3.7",
42-
"@ionic/commit-hooks": "1.0.3",
43-
"@types/connect": "3.4.30",
44-
"@types/del": "2.2.31",
45-
"@types/fs-extra": "0.0.37",
46-
"@types/glob": "5.0.30",
47-
"@types/gulp": "3.8.32",
48-
"@types/gulp-watch": "4.1.29",
49-
"@types/hammerjs": "2.0.33",
50-
"@types/jasmine": "2.2.34",
51-
"@types/lodash": "4.14.35",
52-
"@types/merge2": "0.3.29",
53-
"@types/mkdirp": "0.3.29",
54-
"@types/node": "^6.0.34",
55-
"@types/protractor": "^4.0.0",
56-
"@types/run-sequence": "0.0.28",
57-
"@types/semver": "5.3.30",
58-
"@types/serve-static": "1.7.31",
59-
"@types/systemjs": "^0.19.33",
60-
"@types/through2": "2.0.29",
61-
"babel-plugin-transform-es2015-modules-systemjs": "6.14.0",
62-
"babel-preset-es2015": "6.16.0",
63-
"canonical-path": "0.0.2",
64-
"connect": "3.5.0",
65-
"conventional-changelog": "1.1.0",
66-
"core-js": "2.4.1",
67-
"cpr": "2.0.0",
68-
"del": "2.2.2",
69-
"dgeni": "^0.4.7",
70-
"dgeni-packages": "^0.16.10",
71-
"dotenv": "4.0.0",
72-
"event-stream": "3.3.4",
73-
"file-loader": "0.9.0",
74-
"fs-extra": "^2.0.0",
75-
"github": "0.2.4",
76-
"glob": "7.0.6",
77-
"gulp": "3.9.1",
78-
"gulp-autoprefixer": "3.1.1",
79-
"gulp-babel": "6.1.2",
80-
"gulp-cached": "1.1.0",
81-
"gulp-clean-css": "2.0.12",
82-
"gulp-concat": "2.6.0",
83-
"gulp-connect": "5.0.0",
84-
"gulp-conventional-changelog": "1.1.0",
85-
"gulp-git": "1.11.3",
86-
"gulp-if": "2.0.1",
87-
"gulp-open": "2.0.0",
88-
"gulp-remember": "0.3.1",
89-
"gulp-rename": "1.2.2",
90-
"gulp-sass": "2.3.2",
91-
"gulp-scss-lint": "0.4.0",
92-
"gulp-shell": "0.5.2",
93-
"gulp-strip-debug": "1.1.0",
94-
"gulp-tslint": "6.1.1",
95-
"gulp-typescript": "2.13.6",
96-
"gulp-uglify": "2.0.0",
97-
"gulp-util": "3.0.7",
98-
"gulp-watch": "4.3.9",
99-
"html-entities": "1.2.0",
100-
"inquirer": "3.0.1",
101-
"ionic-cz-conventional-changelog": "1.0.0",
102-
"ionic-native": "^2.2.6",
103-
"jasmine-core": "2.5.2",
104-
"jasmine-node": "1.14.5",
105-
"karma": "1.3.0",
106-
"karma-chrome-launcher": "2.0.0",
107-
"karma-coverage": "1.1.1",
108-
"karma-jasmine": "1.0.2",
109-
"karma-sourcemap-loader": "0.3.7",
110-
"karma-spec-reporter": "0.0.26",
111-
"merge2": "1.0.2",
112-
"mkdirp": "0.5.1",
113-
"node-html-encoder": "0.0.2",
114-
"p-all": "^1.0.0",
115-
"remap-istanbul": "0.6.4",
116-
"request": "2.75.0",
117-
"resolve-bin": "0.4.0",
118-
"rollup": "0.36.0",
119-
"rollup-plugin-commonjs": "8.0.2",
120-
"rollup-plugin-multi-entry": "2.0.1",
121-
"rollup-plugin-node-resolve": "3.0.0",
122-
"rollup-plugin-uglify": "1.0.1",
123-
"run-sequence": "1.2.2",
124-
"s3": "4.4.0",
125-
"sassdoc": "2.2.1",
126-
"semver": "5.3.0",
127-
"serve-static": "1.11.1",
128-
"strip-function": "0.0.3",
129-
"sw-toolbox": "3.4.0",
130-
"systemjs": "0.19.38",
131-
"through2": "2.0.1",
132-
"ts-node": "1.3.0",
133-
"tslint": "3.15.1",
134-
"tslint-ionic-rules": "0.0.8",
135-
"typescript": "~2.3.3",
136-
"vinyl": "1.2.0",
137-
"webpack": "^2.1.0-beta.27",
138-
"yargs": "5.0.0"
139-
},
140-
"config": {
141-
"commitizen": {
142-
"path": "node_modules/ionic-cz-conventional-changelog"
143-
},
144-
"ionic_copy": "./scripts/demos/copy.config.js"
145-
},
146-
"pre-push#master": [
147-
"test"
148-
]
149-
}
3+
"lerna": "^2.0.0-rc.5"
4+
}
5+
}
File renamed without changes.
File renamed without changes.

packages/ionic-angular/package.json

Lines changed: 149 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,149 @@
1+
{
2+
"private": true,
3+
"name": "ionic2",
4+
"version": "3.3.0",
5+
"description": "A powerful framework for building mobile and progressive web apps with JavaScript and Angular",
6+
"keywords": [
7+
"ionic",
8+
"framework",
9+
"mobile",
10+
"app",
11+
"hybrid",
12+
"webapp",
13+
"cordova",
14+
"progressive web app",
15+
"pwa"
16+
],
17+
"license": "MIT",
18+
"repository": {
19+
"type": "git",
20+
"url": "https://github.com/ionic-team/ionic.git"
21+
},
22+
"scripts": {
23+
"test": "gulp validate",
24+
"test:generators": "jasmine-node ./tooling/spec",
25+
"link": "gulp release.prepareReleasePackage && cd dist/ionic-angular && npm link"
26+
},
27+
"dependencies": {
28+
"@angular/common": "4.1.3",
29+
"@angular/compiler": "4.1.3",
30+
"@angular/compiler-cli": "4.1.3",
31+
"@angular/core": "4.1.3",
32+
"@angular/forms": "4.1.3",
33+
"@angular/http": "4.1.3",
34+
"@angular/platform-browser": "4.1.3",
35+
"@angular/platform-browser-dynamic": "4.1.3",
36+
"ionicons": "~3.0.0",
37+
"rxjs": "5.4.0",
38+
"zone.js": "0.8.12"
39+
},
40+
"devDependencies": {
41+
"@ionic/app-scripts": "1.3.7",
42+
"@ionic/commit-hooks": "1.0.3",
43+
"@types/connect": "3.4.30",
44+
"@types/del": "2.2.31",
45+
"@types/fs-extra": "0.0.37",
46+
"@types/glob": "5.0.30",
47+
"@types/gulp": "3.8.32",
48+
"@types/gulp-watch": "4.1.29",
49+
"@types/hammerjs": "2.0.33",
50+
"@types/jasmine": "2.2.34",
51+
"@types/lodash": "4.14.35",
52+
"@types/merge2": "0.3.29",
53+
"@types/mkdirp": "0.3.29",
54+
"@types/node": "^6.0.34",
55+
"@types/protractor": "^4.0.0",
56+
"@types/run-sequence": "0.0.28",
57+
"@types/semver": "5.3.30",
58+
"@types/serve-static": "1.7.31",
59+
"@types/systemjs": "^0.19.33",
60+
"@types/through2": "2.0.29",
61+
"babel-plugin-transform-es2015-modules-systemjs": "6.14.0",
62+
"babel-preset-es2015": "6.16.0",
63+
"canonical-path": "0.0.2",
64+
"connect": "3.5.0",
65+
"conventional-changelog": "1.1.0",
66+
"core-js": "2.4.1",
67+
"cpr": "2.0.0",
68+
"del": "2.2.2",
69+
"dgeni": "^0.4.7",
70+
"dgeni-packages": "^0.16.10",
71+
"dotenv": "4.0.0",
72+
"event-stream": "3.3.4",
73+
"file-loader": "0.9.0",
74+
"fs-extra": "^2.0.0",
75+
"github": "0.2.4",
76+
"glob": "7.0.6",
77+
"gulp": "3.9.1",
78+
"gulp-autoprefixer": "3.1.1",
79+
"gulp-babel": "6.1.2",
80+
"gulp-cached": "1.1.0",
81+
"gulp-clean-css": "2.0.12",
82+
"gulp-concat": "2.6.0",
83+
"gulp-connect": "5.0.0",
84+
"gulp-conventional-changelog": "1.1.0",
85+
"gulp-git": "1.11.3",
86+
"gulp-if": "2.0.1",
87+
"gulp-open": "2.0.0",
88+
"gulp-remember": "0.3.1",
89+
"gulp-rename": "1.2.2",
90+
"gulp-sass": "2.3.2",
91+
"gulp-scss-lint": "0.4.0",
92+
"gulp-shell": "0.5.2",
93+
"gulp-strip-debug": "1.1.0",
94+
"gulp-tslint": "6.1.1",
95+
"gulp-typescript": "2.13.6",
96+
"gulp-uglify": "2.0.0",
97+
"gulp-util": "3.0.7",
98+
"gulp-watch": "4.3.9",
99+
"html-entities": "1.2.0",
100+
"inquirer": "3.0.1",
101+
"ionic-cz-conventional-changelog": "1.0.0",
102+
"ionic-native": "^2.2.6",
103+
"jasmine-core": "2.5.2",
104+
"jasmine-node": "1.14.5",
105+
"karma": "1.3.0",
106+
"karma-chrome-launcher": "2.0.0",
107+
"karma-coverage": "1.1.1",
108+
"karma-jasmine": "1.0.2",
109+
"karma-sourcemap-loader": "0.3.7",
110+
"karma-spec-reporter": "0.0.26",
111+
"merge2": "1.0.2",
112+
"mkdirp": "0.5.1",
113+
"node-html-encoder": "0.0.2",
114+
"p-all": "^1.0.0",
115+
"remap-istanbul": "0.6.4",
116+
"request": "2.75.0",
117+
"resolve-bin": "0.4.0",
118+
"rollup": "0.36.0",
119+
"rollup-plugin-commonjs": "8.0.2",
120+
"rollup-plugin-multi-entry": "2.0.1",
121+
"rollup-plugin-node-resolve": "3.0.0",
122+
"rollup-plugin-uglify": "1.0.1",
123+
"run-sequence": "1.2.2",
124+
"s3": "4.4.0",
125+
"sassdoc": "2.2.1",
126+
"semver": "5.3.0",
127+
"serve-static": "1.11.1",
128+
"strip-function": "0.0.3",
129+
"sw-toolbox": "3.4.0",
130+
"systemjs": "0.19.38",
131+
"through2": "2.0.1",
132+
"ts-node": "1.3.0",
133+
"tslint": "3.15.1",
134+
"tslint-ionic-rules": "0.0.8",
135+
"typescript": "~2.3.3",
136+
"vinyl": "1.2.0",
137+
"webpack": "^2.1.0-beta.27",
138+
"yargs": "5.0.0"
139+
},
140+
"config": {
141+
"commitizen": {
142+
"path": "node_modules/ionic-cz-conventional-changelog"
143+
},
144+
"ionic_copy": "./scripts/demos/copy.config.js"
145+
},
146+
"pre-push#master": [
147+
"test"
148+
]
149+
}
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)