Advertisement
Guest User

Untitled

a guest
Dec 28th, 2021
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 4.05 KB | None | 0 0
  1. {
  2.   "name": "product-add-on-admin",
  3.   "version": "1.0.0",
  4.   "description": "",
  5.   "main": "dist/next.js",
  6.   "scripts": {
  7.     "next": "cross-env NODE_ENV=localhost next",
  8.     "lint:fix": "tslint --fix --project .",
  9.     "compile": "tsc --project tsconfig.server.json",
  10.     "predev": "tslint --project .",
  11.     "dev": "tsc-watch --project tsconfig.server.json --onSuccess \"node dist/next.js\" ",
  12.     "apiDev": "tsc-watch --project tsconfig.api.server.json --onSuccess \"node dist/apiServer.js\" ",
  13.     "test": "jest --passWithNoTests --runInBand",
  14.     "watchTest": "jest --watch",
  15.     "preprod": "tslint --project .",
  16.     "prod": "next build && tsc --project tsconfig.server.json",
  17.     "postprod": "mkdir deploy && cp package.json deploy && cp next.config.js deploy && cp next deploy -R && cp dist deploy -R",
  18.     "start": "cross-env NODE_ENV=production node dist/next.js",
  19.     "createdbMigration": "db-migrate create shops --config ./database/database.json --migrations-dir ./database/migrations",
  20.     "db": "cross-env PGSSLMODE=require db-migrate up --config ./database/database.json --migrations-dir ./database/migrations"
  21.   },
  22.   "repository": {
  23.     "type": "git",
  24.     "url": "git+https://github.com/pateketu/product-add-on-admin.git"
  25.   },
  26.   "author": "",
  27.   "license": "ISC",
  28.   "bugs": {
  29.     "url": "https://github.com/pateketu/product-add-on-admin/issues"
  30.   },
  31.   "homepage": "https://github.com/pateketu/product-add-on-admin#readme",
  32.   "dependencies": {
  33.     "@firebase/app": "0.5.2",
  34.     "@koa/cors": "2.2.3",
  35.     "@material-ui/core": "^4.0.0",
  36.     "@material-ui/icons": "^4.0.1",
  37.     "@material-ui/styles": "^4.0.1",
  38.     "@sendgrid/mail": "7.2.2",
  39.     "@sentry/node": "^6.7.2",
  40.     "@sentry/react": "^6.4.1",
  41.     "@sentry/tracing": "^6.7.2",
  42.     "@shopify/app-bridge": "^2.0.5",
  43.     "@shopify/app-bridge-react": "^2.0.5",
  44.     "@shopify/app-bridge-utils": "^2.0.5",
  45.     "@shopify/koa-shopify-auth": "^4.1.4",
  46.     "@shopify/koa-shopify-webhooks": "2.4.1",
  47.     "@shopify/polaris": "4.8.0",
  48.     "@shopify/polaris-icons": "3.9.0",
  49.     "@types/axios": "^0.14.0",
  50.     "@types/merge-images": "^1.2.0",
  51.     "@types/styled-jsx": "^2.2.8",
  52.     "@zeit/next-css": "1.0.1",
  53.     "async-sema": "3.1.0",
  54.     "axios": "^0.24.0",
  55.     "cross-env": "6.0.3",
  56.     "dotenv": "8.2.0",
  57.     "firebase-admin": "8.9.1",
  58.     "google-auth-library": "6.0.6",
  59.     "googleapis": "58.0.0",
  60.     "heroku-logger": "0.3.3",
  61.     "isomorphic-fetch": "2.2.1",
  62.     "koa": "2.11.0",
  63.     "koa-bodyparser": "4.2.1",
  64.     "koa-json": "2.0.2",
  65.     "koa-logger": "3.2.1",
  66.     "koa-router": "7.4.0",
  67.     "koa-session": "5.12.3",
  68.     "lodash": "^4.17.20",
  69.     "merge-images": "^2.0.0",
  70.     "next": "9.1.2",
  71.     "next-cookies": "2.0.3",
  72.     "next-images": "1.3.1",
  73.     "pg": "7.12.1",
  74.     "react": "16.11.0",
  75.     "react-color": "2.18.1",
  76.     "react-dom": "16.11.0",
  77.     "react-google-charts": "3.0.15",
  78.     "shopify-api-node": "^3.8.1",
  79.     "source-map-support": "0.5.16",
  80.     "styled-jsx": "^3.2.1"
  81.   },
  82.   "devDependencies": {
  83.     "@types/dotenv": "8.2.0",
  84.     "@types/heroku-logger": "1.0.0",
  85.     "@types/isomorphic-fetch": "0.0.35",
  86.     "@types/jest": "24.0.21",
  87.     "@types/koa": "2.0.51",
  88.     "@types/koa-bodyparser": "4.3.0",
  89.     "@types/koa-json": "2.0.18",
  90.     "@types/koa-logger": "3.1.1",
  91.     "@types/koa-router": "7.0.42",
  92.     "@types/koa-session": "5.10.1",
  93.     "@types/koa__cors": "2.2.3",
  94.     "@types/lodash": "4.14.149",
  95.     "@types/node": "12.12.3",
  96.     "@types/node-fetch": "2.5.3",
  97.     "@types/pg": "7.11.2",
  98.     "@types/react": "16.9.11",
  99.     "@types/react-color": "3.0.1",
  100.     "@types/react-dom": "16.9.3",
  101.     "@types/source-map-support": "0.5.1",
  102.     "@types/supertest": "2.0.8",
  103.     "db-migrate": "^0.11.11",
  104.     "db-migrate-pg": "1.0.0",
  105.     "jest": "24.9.0",
  106.     "prettier": "1.18.2",
  107.     "supertest": "4.0.2",
  108.     "ts-jest": "24.1.0",
  109.     "tsc-watch": "4.0.0",
  110.     "tslint": "5.20.0",
  111.     "tslint-config-prettier": "1.18.0",
  112.     "tslint-plugin-prettier": "2.0.1",
  113.     "tslint-react": "4.1.0",
  114.     "typescript": "^3.6.4",
  115.     "webpack": "^4.20.2"
  116.   }
  117. }
  118.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement