econocart/package.json

78 lines
2.3 KiB
JSON
Raw Normal View History

2017-04-03 13:43:23 +00:00
{
2017-04-30 14:55:15 +00:00
"name": "econocartv2",
"version": "0.0.0",
2017-04-03 13:43:23 +00:00
"author": "Ionic Framework",
"homepage": "http://ionicframework.com/",
"private": true,
"scripts": {
"clean": "ionic-app-scripts clean",
"build": "ionic-app-scripts build",
"ionic:build": "ionic-app-scripts build",
2017-05-07 03:52:00 +00:00
"ionic:serve": "ionic-app-scripts serve",
2017-05-07 04:19:51 +00:00
"test": "ng test",
"test-ci": "ng test --watch=false --code-coverage",
"test-coverage": "ng test --code-coverage"
2017-04-03 13:43:23 +00:00
},
"dependencies": {
2017-05-18 06:01:24 +00:00
"@angular/common": "4.1.0",
"@angular/compiler": "4.1.0",
"@angular/compiler-cli": "4.1.0",
"@angular/core": "4.1.0",
"@angular/forms": "4.1.0",
"@angular/http": "4.1.0",
"@angular/platform-browser": "4.1.0",
"@angular/platform-browser-dynamic": "4.1.0",
"@angular/router": "4.1.0",
2017-04-30 14:55:15 +00:00
"@ionic-native/action-sheet": "^3.6.1",
"@ionic-native/core": "^3.6.1",
2017-05-18 06:01:24 +00:00
"@ionic-native/splash-screen": "^3.4.2",
2017-04-30 14:55:15 +00:00
"@ionic-native/sqlite": "^3.6.1",
2017-05-18 06:01:24 +00:00
"@ionic-native/status-bar": "^3.4.2",
2017-04-30 14:55:15 +00:00
"@ionic-native/toast": "^3.6.1",
2017-05-18 06:01:24 +00:00
"@ionic/storage": "^2.0.1",
"@types/node": "^7.0.18",
2017-05-28 22:15:08 +00:00
"chart.js": "^2.6.0",
2017-05-18 06:01:24 +00:00
"ionic-angular": "^3.2.1",
2017-05-21 19:48:08 +00:00
"ionic-orm": "0.0.5",
2017-05-18 06:01:24 +00:00
"ionic-typeorm": "^0.0.15",
"ionicons": "^3.0.0",
"reflect-metadata": "^0.1.10",
2017-04-30 14:55:15 +00:00
"rxjs": "5.1.1",
2017-05-18 06:01:24 +00:00
"sw-toolbox": "^3.4.0",
"typeorm": "^0.0.11",
2017-04-30 14:55:15 +00:00
"zone.js": "^0.8.5"
2017-04-03 13:43:23 +00:00
},
"devDependencies": {
2017-05-07 03:52:00 +00:00
"@angular/cli": "^1.0.2",
2017-05-18 06:01:24 +00:00
"@angular/router": "4.1.0",
"@ionic/app-scripts": "^1.3.6",
2017-05-07 02:17:28 +00:00
"@types/jasmine": "^2.5.47",
"@types/node": "^7.0.18",
"codecov": "^2.1.0",
"jasmine-core": "^2.6.1",
"jasmine-spec-reporter": "^4.1.0",
"karma": "^1.7.0",
"karma-chrome-launcher": "^2.1.1",
2017-05-07 03:52:00 +00:00
"karma-cli": "^1.0.1",
"karma-coverage-istanbul-reporter": "^1.2.1",
2017-05-07 02:17:28 +00:00
"karma-jasmine": "^1.1.0",
2017-05-07 03:52:00 +00:00
"karma-jasmine-html-reporter": "^0.2.2",
2017-05-07 02:17:28 +00:00
"karma-mocha-reporter": "^2.2.3",
"karma-remap-istanbul": "^0.6.0",
"ts-node": "^3.0.4",
"tslint": "^5.2.0",
"tslint-eslint-rules": "^4.0.0",
2017-05-18 06:01:24 +00:00
"typescript": "^2.3.0"
2017-04-03 13:43:23 +00:00
},
"cordovaPlugins": [
"cordova-plugin-whitelist",
"cordova-plugin-console",
"cordova-plugin-statusbar",
2017-04-30 14:55:15 +00:00
"cordova-plugin-device",
"cordova-plugin-splashscreen",
"ionic-plugin-keyboard"
2017-04-03 13:43:23 +00:00
],
"cordovaPlatforms": [],
2017-04-30 14:55:15 +00:00
"description": "econocartV2: An Ionic project"
2017-04-03 13:43:23 +00:00
}