mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
chore(): begin adding ionic components to mono-repo.
This commit is contained in:
7
lerna.json
Normal file
7
lerna.json
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
{
|
||||||
|
"lerna": "2.0.0-rc.5",
|
||||||
|
"packages": [
|
||||||
|
"packages/*"
|
||||||
|
],
|
||||||
|
"version": "0.0.0"
|
||||||
|
}
|
148
package.json
148
package.json
@ -1,149 +1,5 @@
|
|||||||
{
|
{
|
||||||
"private": true,
|
|
||||||
"name": "ionic2",
|
|
||||||
"version": "3.3.0",
|
|
||||||
"description": "A powerful framework for building mobile and progressive web apps with JavaScript and Angular",
|
|
||||||
"keywords": [
|
|
||||||
"ionic",
|
|
||||||
"framework",
|
|
||||||
"mobile",
|
|
||||||
"app",
|
|
||||||
"hybrid",
|
|
||||||
"webapp",
|
|
||||||
"cordova",
|
|
||||||
"progressive web app",
|
|
||||||
"pwa"
|
|
||||||
],
|
|
||||||
"license": "MIT",
|
|
||||||
"repository": {
|
|
||||||
"type": "git",
|
|
||||||
"url": "https://github.com/ionic-team/ionic.git"
|
|
||||||
},
|
|
||||||
"scripts": {
|
|
||||||
"test": "gulp validate",
|
|
||||||
"test:generators": "jasmine-node ./tooling/spec",
|
|
||||||
"link": "gulp release.prepareReleasePackage && cd dist/ionic-angular && npm link"
|
|
||||||
},
|
|
||||||
"dependencies": {
|
|
||||||
"@angular/common": "4.1.3",
|
|
||||||
"@angular/compiler": "4.1.3",
|
|
||||||
"@angular/compiler-cli": "4.1.3",
|
|
||||||
"@angular/core": "4.1.3",
|
|
||||||
"@angular/forms": "4.1.3",
|
|
||||||
"@angular/http": "4.1.3",
|
|
||||||
"@angular/platform-browser": "4.1.3",
|
|
||||||
"@angular/platform-browser-dynamic": "4.1.3",
|
|
||||||
"ionicons": "~3.0.0",
|
|
||||||
"rxjs": "5.4.0",
|
|
||||||
"zone.js": "0.8.12"
|
|
||||||
},
|
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@ionic/app-scripts": "1.3.7",
|
"lerna": "^2.0.0-rc.5"
|
||||||
"@ionic/commit-hooks": "1.0.3",
|
}
|
||||||
"@types/connect": "3.4.30",
|
|
||||||
"@types/del": "2.2.31",
|
|
||||||
"@types/fs-extra": "0.0.37",
|
|
||||||
"@types/glob": "5.0.30",
|
|
||||||
"@types/gulp": "3.8.32",
|
|
||||||
"@types/gulp-watch": "4.1.29",
|
|
||||||
"@types/hammerjs": "2.0.33",
|
|
||||||
"@types/jasmine": "2.2.34",
|
|
||||||
"@types/lodash": "4.14.35",
|
|
||||||
"@types/merge2": "0.3.29",
|
|
||||||
"@types/mkdirp": "0.3.29",
|
|
||||||
"@types/node": "^6.0.34",
|
|
||||||
"@types/protractor": "^4.0.0",
|
|
||||||
"@types/run-sequence": "0.0.28",
|
|
||||||
"@types/semver": "5.3.30",
|
|
||||||
"@types/serve-static": "1.7.31",
|
|
||||||
"@types/systemjs": "^0.19.33",
|
|
||||||
"@types/through2": "2.0.29",
|
|
||||||
"babel-plugin-transform-es2015-modules-systemjs": "6.14.0",
|
|
||||||
"babel-preset-es2015": "6.16.0",
|
|
||||||
"canonical-path": "0.0.2",
|
|
||||||
"connect": "3.5.0",
|
|
||||||
"conventional-changelog": "1.1.0",
|
|
||||||
"core-js": "2.4.1",
|
|
||||||
"cpr": "2.0.0",
|
|
||||||
"del": "2.2.2",
|
|
||||||
"dgeni": "^0.4.7",
|
|
||||||
"dgeni-packages": "^0.16.10",
|
|
||||||
"dotenv": "4.0.0",
|
|
||||||
"event-stream": "3.3.4",
|
|
||||||
"file-loader": "0.9.0",
|
|
||||||
"fs-extra": "^2.0.0",
|
|
||||||
"github": "0.2.4",
|
|
||||||
"glob": "7.0.6",
|
|
||||||
"gulp": "3.9.1",
|
|
||||||
"gulp-autoprefixer": "3.1.1",
|
|
||||||
"gulp-babel": "6.1.2",
|
|
||||||
"gulp-cached": "1.1.0",
|
|
||||||
"gulp-clean-css": "2.0.12",
|
|
||||||
"gulp-concat": "2.6.0",
|
|
||||||
"gulp-connect": "5.0.0",
|
|
||||||
"gulp-conventional-changelog": "1.1.0",
|
|
||||||
"gulp-git": "1.11.3",
|
|
||||||
"gulp-if": "2.0.1",
|
|
||||||
"gulp-open": "2.0.0",
|
|
||||||
"gulp-remember": "0.3.1",
|
|
||||||
"gulp-rename": "1.2.2",
|
|
||||||
"gulp-sass": "2.3.2",
|
|
||||||
"gulp-scss-lint": "0.4.0",
|
|
||||||
"gulp-shell": "0.5.2",
|
|
||||||
"gulp-strip-debug": "1.1.0",
|
|
||||||
"gulp-tslint": "6.1.1",
|
|
||||||
"gulp-typescript": "2.13.6",
|
|
||||||
"gulp-uglify": "2.0.0",
|
|
||||||
"gulp-util": "3.0.7",
|
|
||||||
"gulp-watch": "4.3.9",
|
|
||||||
"html-entities": "1.2.0",
|
|
||||||
"inquirer": "3.0.1",
|
|
||||||
"ionic-cz-conventional-changelog": "1.0.0",
|
|
||||||
"ionic-native": "^2.2.6",
|
|
||||||
"jasmine-core": "2.5.2",
|
|
||||||
"jasmine-node": "1.14.5",
|
|
||||||
"karma": "1.3.0",
|
|
||||||
"karma-chrome-launcher": "2.0.0",
|
|
||||||
"karma-coverage": "1.1.1",
|
|
||||||
"karma-jasmine": "1.0.2",
|
|
||||||
"karma-sourcemap-loader": "0.3.7",
|
|
||||||
"karma-spec-reporter": "0.0.26",
|
|
||||||
"merge2": "1.0.2",
|
|
||||||
"mkdirp": "0.5.1",
|
|
||||||
"node-html-encoder": "0.0.2",
|
|
||||||
"p-all": "^1.0.0",
|
|
||||||
"remap-istanbul": "0.6.4",
|
|
||||||
"request": "2.75.0",
|
|
||||||
"resolve-bin": "0.4.0",
|
|
||||||
"rollup": "0.36.0",
|
|
||||||
"rollup-plugin-commonjs": "8.0.2",
|
|
||||||
"rollup-plugin-multi-entry": "2.0.1",
|
|
||||||
"rollup-plugin-node-resolve": "3.0.0",
|
|
||||||
"rollup-plugin-uglify": "1.0.1",
|
|
||||||
"run-sequence": "1.2.2",
|
|
||||||
"s3": "4.4.0",
|
|
||||||
"sassdoc": "2.2.1",
|
|
||||||
"semver": "5.3.0",
|
|
||||||
"serve-static": "1.11.1",
|
|
||||||
"strip-function": "0.0.3",
|
|
||||||
"sw-toolbox": "3.4.0",
|
|
||||||
"systemjs": "0.19.38",
|
|
||||||
"through2": "2.0.1",
|
|
||||||
"ts-node": "1.3.0",
|
|
||||||
"tslint": "3.15.1",
|
|
||||||
"tslint-ionic-rules": "0.0.8",
|
|
||||||
"typescript": "~2.3.3",
|
|
||||||
"vinyl": "1.2.0",
|
|
||||||
"webpack": "^2.1.0-beta.27",
|
|
||||||
"yargs": "5.0.0"
|
|
||||||
},
|
|
||||||
"config": {
|
|
||||||
"commitizen": {
|
|
||||||
"path": "node_modules/ionic-cz-conventional-changelog"
|
|
||||||
},
|
|
||||||
"ionic_copy": "./scripts/demos/copy.config.js"
|
|
||||||
},
|
|
||||||
"pre-push#master": [
|
|
||||||
"test"
|
|
||||||
]
|
|
||||||
}
|
}
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user