imaginerio/narratives

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "@keystonejs/example-projects-starter",
  "description": "An example KeystoneJS project with a User list and Authentication.",
  "private": true,
  "version": "5.0.13",
  "author": "The KeystoneJS Development Team",
  "repository": "https://github.com/keystonejs/keystone/tree/master/packages/create-keystone-app/example-projects/starter",
  "homepage": "https://github.com/keystonejs/keystone",
  "license": "MIT",
  "engines": {
    "node": ">=12.0.0"
  },
  "scripts": {
    "dev": "cross-env NODE_ENV=development keystone dev",
    "build": "cross-env NODE_ENV=production keystone build",
    "start": "cross-env NODE_ENV=production keystone start",
    "create-tables": "cross-env CREATE_TABLES=true keystone create-tables",
    "test": "jest",
    "coverage": "jest --coverage"
  },
  "dependencies": {
    "@apollo/client": "^3.1.3",
    "@apollo/react-ssr": "^4.0.0",
    "@keystonejs/adapter-mongoose": "^10.0.1",
    "@keystonejs/app-admin-ui": "^7.3.0",
    "@keystonejs/app-graphql": "^6.1.0",
    "@keystonejs/app-next": "^6.1.2",
    "@keystonejs/auth-password": "^5.1.12",
    "@keystonejs/fields": "^20.1.3",
    "@keystonejs/fields-wysiwyg-tinymce": "^5.3.5",
    "@keystonejs/keystone": "^17.1.2",
    "@keystonejs/list-plugins": "^7.1.4",
    "@keystonejs/server-side-graphql-client": "^1.1.0",
    "@sendgrid/mail": "^7.6.0",
    "@tinymce/tinymce-react": "^3.6.1",
    "@turf/area": "^6.3.0",
    "apollo-server-express": "^2.19.0",
    "aws-sdk": "^2.751.0",
    "axios": "^0.21.1",
    "body-parser": "^1.19.0",
    "boring-avatars": "^1.5.8",
    "connect-mongo": "^3.2.0",
    "cross-env": "^7.0.3",
    "dotenv-safe": "^8.2.0",
    "express": "^4.17.1",
    "express-session": "^1.17.1",
    "html-react-parser": "^0.14.0",
    "immutability-helper": "^3.1.1",
    "intersection-observer": "^0.11.0",
    "lodash": "^4.17.20",
    "mapbox-gl": "^1.12.0",
    "next": "10",
    "next-with-apollo": "^5.1.0",
    "prop-types": "^15.7.2",
    "react": "^16.13.1",
    "react-dnd": "^11.1.3",
    "react-dnd-html5-backend": "^11.1.3",
    "react-dom": "^16.13.1",
    "react-icons": "^4.8.0",
    "react-map-gl": "^5.2.8",
    "react-map-gl-draw": "0.21.0",
    "react-masonry-component": "^6.2.1",
    "react-player": "^2.9.0",
    "react-quill": "^2.0.0",
    "react-scrollama": "^2.2.12",
    "react-semantic-ui-range": "^0.7.0",
    "semantic-ui-css": "^2.4.1",
    "semantic-ui-react": "^1.1.1",
    "uuid": "^8.3.0"
  },
  "devDependencies": {
    "@testing-library/jest-dom": "^5.11.10",
    "@testing-library/react": "^11.2.6",
    "babel-eslint": "^10.1.0",
    "eslint": "^6.8.0",
    "eslint-config-airbnb": "^18.1.0",
    "eslint-config-prettier": "^6.4.0",
    "eslint-plugin-import": "^2.21.2",
    "eslint-plugin-jest": "^24.3.5",
    "eslint-plugin-jsx-a11y": "^6.2.3",
    "eslint-plugin-prettier": "^3.1.1",
    "eslint-plugin-react": "^7.20.0",
    "eslint-plugin-react-hooks": "^2.5.1",
    "identity-obj-proxy": "^3.0.0",
    "jest": "^26.6.3",
    "prettier": "^2.0.5",
    "prettier-eslint": "^11.0.0",
    "react-test-renderer": "^17.0.2"
  }
}