Wed Mar 21 2018
Copied to clipboard! Copy reply
  • 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
{
  "name": "landing-pages",
  "version": "1.0.0",
  "description": "",
  "main": "index.js",
  "scripts": {
    "test": "jest",
    "copy-sbsrfast-to-sbsr-and-ppc": "cp -r ./deploy/sbsrfast ./deploy/sbsr && cp -r ./deploy/sbsrfast ./deploy/ppc",
    
    "build-US": "APPROOT=$(pwd) && node ./node_modules/@rosetta/get-marketing-data/build/ --datasrc airtable --market US --getImages yes && node ./node_modules/@rosetta/rsiparser/src -a --airtable US && sleep 1 &&  cd $APPROOT/US/templates/ns/SOURCE/ && npm i && ./node_modules/gulp/bin/gulp.js && cd $APPROOT && cd $APPROOT/US/templates/nsc/SOURCE/ && npm i && ./node_modules/gulp/bin/gulp.js && cd $APPROOT/US/templates/sbsrfast/SOURCE && npm install && ./node_modules/gulp/bin/gulp.js   && cd ../../../../ && node ./node_modules/@rosetta/rsioffer --airtable US && node ./node_modules/@rosetta/rsipagegen --airtable US && echo pwd && ./node_modules/gulp/bin/gulp.js boldly-switch-sbsr-ppc-with-sbsrfast",
    
    "build-hispanic": "node ./node_modules/@rosetta/get-marketing-data/build/ --datasrc airtable --market hispanic --getImages yes && node ./node_modules/@rosetta/rsiparser/src -a --airtable hispanic && sleep 1 && cd ./hispanic/templates/sbsr-es/SOURCE && npm install && ./node_modules/gulp/bin/gulp.js   && cd ../../../../ && node ./node_modules/@rosetta/rsioffer --airtable hispanic && node ./node_modules/@rosetta/rsipagegen --airtable hispanic && ./node_modules/gulp/bin/gulp.js change-store",
    "build-homeschool": "node ./node_modules/@rosetta/get-marketing-data/build/ --datasrc airtable --market homeschool --getImages yes && node ./node_modules/@rosetta/rsiparser/src -a --airtable homeschool && sleep 1 && cd ./homeschool/templates/sbsr-hs/SOURCE && npm install && ./node_modules/gulp/bin/gulp.js   && cd ../../../../ && node ./node_modules/@rosetta/rsioffer --airtable homeschool && node ./node_modules/@rosetta/rsipagegen --airtable homeschool",
    "build-all-production": "npm run build-US && npm run build-hispanic && npm run build-homeschool",
    "build-US-development-with-image": "APPROOT=$(pwd) && node ./node_modules/@rosetta/get-marketing-data/build/ --datasrc airtable --market US --getImages yes  && node ./node_modules/@rosetta/rsiparser/src sitewide --airtable US && sleep 1 &&  cd $APPROOT/US/templates/newuser/SOURCE/ && npm i && ./node_modules/gulp/bin/gulp.js && cd $APPROOT && cd ./US/templates/sbsrfast/SOURCE && npm install && ./node_modules/gulp/bin/gulp.js --development  && cd ../../../../ && node ./node_modules/@rosetta/rsioffer --airtable US && node ./node_modules/@rosetta/rsipagegen --airtable US && echo pwd && ./node_modules/gulp/bin/gulp.js boldly-switch-sbsr-ppc-with-sbsrfast",
    "build-US-development": "APPROOT=$(pwd) && node ./node_modules/@rosetta/get-marketing-data/build/ --datasrc airtable --market US  && node ./node_modules/@rosetta/rsiparser/src sitewide --airtable US && sleep 1 &&  cd $APPROOT/US/templates/newuser/SOURCE/ && npm i && ./node_modules/gulp/bin/gulp.js && cd $APPROOT && cd ./US/templates/sbsrfast/SOURCE && npm install && ./node_modules/gulp/bin/gulp.js --development  && cd ../../../../ && node ./node_modules/@rosetta/rsioffer --airtable US && node ./node_modules/@rosetta/rsipagegen --airtable US && echo pwd && ./node_modules/gulp/bin/gulp.js boldly-switch-sbsr-ppc-with-sbsrfast",
    "build-hispanic-development": "node ./node_modules/@rosetta/get-marketing-data/build/ --datasrc airtable --market hispanic && node ./node_modules/@rosetta/rsiparser/src sitewide --airtable hispanic && sleep 1 && cd ./hispanic/templates/sbsr-es/SOURCE && npm install && ./node_modules/gulp/bin/gulp.js   && cd ../../../../ && node ./node_modules/@rosetta/rsioffer --airtable hispanic && node ./node_modules/@rosetta/rsipagegen --airtable hispanic && ./node_modules/gulp/bin/gulp.js change-store"
  },
  "publishConfig": {
    "registry": "https://nexus.trstone.com/repository/npm-internal/"
  },
  "dependencies": {
    "@rosetta/get-marketing-data": "^4.2.4",
    "@rosetta/rsijsonconverter": "^1.0.2",
    "@rosetta/rsioffer": "^1.0.1",
    "@rosetta/rsipagegen": "^1.0.1",
    "@rosetta/rsiparser": "^1.1.1",
    "command-line-args": "^5.0.2",
    "gulp": "^3.9.1",
    "gulp-if": "^2.0.2",
    "gulp-replace": "^0.6.1"
  },
  "keywords": [],
  "author": "",
  "license": "ISC"
}