Advertisement
sastranababan

Untitled

Apr 21st, 2019
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.45 KB | None | 0 0
  1. {
  2.   "name": "core",
  3.   "version": "1.0.0",
  4.   "author": "Sastra Nababan <sastra.nababan@lifepal.co.id>",
  5.   "description": "Main Lifepal Web App ",
  6.   "homepage": "https://lifepal.co.id",
  7.   "main": "index.js",
  8.   "license": "MIT",
  9.   "scripts": {
  10.     "dev": "next",
  11.     "build": "next build",
  12.     "start": "next start",
  13.     "lint": "eslint .",
  14.     "lint:fix": "eslint . --fix"
  15.   },
  16.   "dependencies": {
  17.     "@zeit/next-css": "^1.0.1",
  18.     "@zeit/next-sass": "^1.0.1",
  19.     "bootstrap": "^4.3.1",
  20.     "classnames": "^2.2.6",
  21.     "formik": "^1.5.1",
  22.     "graphql-request": "^1.8.2",
  23.     "isomorphic-unfetch": "^3.0.0",
  24.     "js-cookie": "^2.2.0",
  25.     "lodash": "^4.17.11",
  26.     "midtrans-client": "^1.0.2",
  27.     "next": "^8.0.2",
  28.     "next-compose-plugins": "^2.1.1",
  29.     "next-cookies": "^1.1.2",
  30.     "next-routes": "^1.4.2",
  31.     "node-sass": "^4.11.0",
  32.     "nprogress": "^0.2.0",
  33.     "raw-loader": "^1.0.0",
  34.     "react": "^16.8.3",
  35.     "react-dom": "^16.8.3",
  36.     "react-slick": "^0.23.2",
  37.     "reactstrap": "^7.1.0",
  38.     "reselect": "^4.0.0",
  39.     "slick-carousel": "^1.8.1",
  40.     "swiper": "^4.5.0",
  41.     "yup": "^0.27.0"
  42.   },
  43.   "devDependencies": {
  44.     "babel-eslint": "^10.0.1",
  45.     "eslint": "^5.15.1",
  46.     "eslint-config-airbnb": "^17.1.0",
  47.     "eslint-config-airbnb-base": "^13.1.0",
  48.     "eslint-plugin-import": "^2.16.0",
  49.     "eslint-plugin-jest": "^22.3.0",
  50.     "eslint-plugin-jsx-a11y": "^6.2.1",
  51.     "eslint-plugin-react": "^7.12.4"
  52.   }
  53. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement