Facebook
From Federico Ricchiuto, 4 Years ago, written in JavaScript.
Embed
Download Paste or View Raw
Hits: 159
  1. {
  2.   "description": "NativeScript Stripe Demo Application",
  3.   "license": "MIT",
  4.   "readme": "NativeScript Stripe Demo Application",
  5.   "repository": "<fill-your-repository-here>",
  6.   "nativescript": {
  7.     "id": "org.nativescript.stripe.demoangular",
  8.     "tns-ios": {
  9.       "version": "6.8.0"
  10.     },
  11.     "tns-android": {
  12.       "version": "6.8.0"
  13.     }
  14.   },
  15.   "dependencies": {
  16.     "@angular/animations": "~10.0.0",
  17.     "@angular/common": "~10.0.0",
  18.     "@angular/compiler": "~10.0.0",
  19.     "@angular/core": "~10.0.0",
  20.     "@angular/forms": "~10.0.0",
  21.     "@angular/platform-browser": "~10.0.0",
  22.     "@angular/platform-browser-dynamic": "~10.0.0",
  23.     "@angular/router": "~10.0.0",
  24.     "@nativescript/angular": "~10.0.0",
  25.     "nativescript-stripe": "file:../src",
  26.     "nativescript-theme-core": "~2.0.24",
  27.     "reflect-metadata": "^0.1.13",
  28.     "rxjs": "^6.3.3",
  29.     "zone.js": "~0.10.3"
  30.   },
  31.   "devDependencies": {
  32.     "@angular/compiler-cli": "~10.0.0",
  33.     "@ngtools/webpack": "~10.0.0",
  34.     "lazy": "1.0.11",
  35.     "@nativescript/webpack": "^2.1.3",
  36.     "tslint": "~5.4.3",
  37.     "typescript": "~3.9.0"
  38.   },
  39.   "scripts": {
  40.     "build.plugin": "cd ../src && npm run build",
  41.     "ci.tslint": "npm i && tslint --config '../tslint.json' 'app/**/*.ts' --exclude '**/node_modules/**'"
  42.   }
  43. }
  44.