lev-nutrafol

package.json

Mar 5th, 2021 (edited)
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 3.34 KB | None | 0 0
  1. {
  2.   "dependencies": {
  3.     "@emotion/core": "^11.0.0",
  4.     "@emotion/react": "^11.1.5",
  5.     "@emotion/styled": "^11.1.5",
  6.     "@nutrafol/popup-helper": "0.1.2",
  7.     "@popperjs/core": "^2.9.0",
  8.     "@reach/router": "^1.3.4",
  9.     "@rebass/grid": "^6.1.0",
  10.     "apollo-boost": "^0.4.9",
  11.     "chroma-js": "^2.1.1",
  12.     "currency-formatter": "^1.5.6",
  13.     "focus-trap-react": "^8.4.2",
  14.     "formik": "^2.2.6",
  15.     "gatsby": "^3.0.2",
  16.     "gatsby-image": "^3.0.0",
  17.     "gatsby-plugin-emotion": "^6.0.0",
  18.     "gatsby-plugin-image": "^1.0.0",
  19.     "gatsby-plugin-layout": "^2.0.0",
  20.     "gatsby-plugin-manifest": "^3.0.0",
  21.     "gatsby-plugin-postcss": "^4.0.0",
  22.     "gatsby-plugin-react-helmet": "^4.0.0",
  23.     "gatsby-plugin-react-helmet-canonical-urls": "^1.4.0",
  24.     "gatsby-plugin-react-svg": "^3.0.0",
  25.     "gatsby-plugin-remove-serviceworker": "^1.0.0",
  26.     "gatsby-plugin-sass": "^4.0.1",
  27.     "gatsby-plugin-segment-js": "^3.6.0",
  28.     "gatsby-plugin-sharp": "^3.0.0",
  29.     "gatsby-plugin-web-font-loader": "^1.0.4",
  30.     "gatsby-remark-video-poster": "0.0.1-alpha.1",
  31.     "gatsby-source-filesystem": "^3.0.0",
  32.     "gatsby-source-graphql": "^3.0.0",
  33.     "gatsby-source-prismic": "^3.3.3",
  34.     "gatsby-transformer-remark": "^3.0.0",
  35.     "gatsby-transformer-sharp": "^3.0.0",
  36.     "isomorphic-fetch": "^3.0.0",
  37.     "jquery": "^3.6.0",
  38.     "js-cookie": "^2.2.1",
  39.     "node-sass": "^5.0.0",
  40.     "postcss-import": "^14.0.0",
  41.     "postcss-preset-env": "^6.7.0",
  42.     "prismic-reactjs": "^1.3.3",
  43.     "prop-types": "^15.7.2",
  44.     "react": "^17.0.1",
  45.     "react-ab-test": "^2.0.1",
  46.     "react-accessible-accordion": "^3.3.4",
  47.     "react-apollo": "^3.1.5",
  48.     "react-card-flip": "^1.1.0",
  49.     "react-dom": "^17.0.1",
  50.     "react-expand-animated": "^1.0.2",
  51.     "react-flipcard": "^0.2.1",
  52.     "react-helmet": "^6.1.0",
  53.     "react-popper": "^2.2.4",
  54.     "react-select": "^4.1.0",
  55.     "react-slick": "^0.28.0",
  56.     "react-transition-group": "^4.4.1",
  57.     "slick-carousel": "^1.8.1",
  58.     "stylelint": "^13.11.0",
  59.     "tailwind.macro": "^0.5.10",
  60.     "tailwindcss": "^2.0.3",
  61.     "use-d3-transition": "^1.1.5",
  62.     "validator": "^13.5.2",
  63.     "yup": "^0.32.9"
  64.   },
  65.   "devDependencies": {
  66.     "autoprefixer": "^9.8.6",
  67.     "babel-eslint": "^10.1.0",
  68.     "eslint": "^7.10.0",
  69.     "eslint-config-airbnb": "^18.2.0",
  70.     "eslint-config-react-app": "^5.2.1",
  71.     "eslint-formatter-pretty": "^4.0.0",
  72.     "husky": "^4.3.0",
  73.     "lint-staged": "^10.4.0",
  74.     "postcss": "^8.2.7",
  75.     "postcss-cli": "^8.1.0",
  76.     "postcss-loader": "^4.2.0",
  77.     "prettier": "^1.19.1",
  78.     "webpack": "^5.24.3"
  79.   },
  80.   "husky": {
  81.     "hooks": {
  82.       "pre-commit": "lint-staged"
  83.     }
  84.   },
  85.   "lint-staged": {
  86.     "./src/**/**/*.js": [
  87.       "eslint --format=pretty"
  88.     ]
  89.   },
  90.   "keywords": [
  91.     "gatsby"
  92.   ],
  93.   "license": "MIT",
  94.   "scripts": {
  95.     "build": "gatsby build",
  96.     "develop": "GATSBY_GRAPHQL_IDE=playground gatsby develop -H 0.0.0.0 -p 8000",
  97.     "format": "prettier --write \"**/*.{js,jsx,json,md}\"",
  98.     "start": "npm run develop",
  99.     "serve": "gatsby serve -H 0.0.0.0 -p 9000",
  100.     "test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
  101.   },
  102.   "repository": {
  103.     "type": "git",
  104.     "url": "https://github.com/gatsbyjs/gatsby-starter-default"
  105.   },
  106.   "bugs": {
  107.     "url": "https://github.com/gatsbyjs/gatsby/issues"
  108.   }
  109. }
  110.  
Add Comment
Please, Sign In to add comment