UNPKG

gatsby-theme-curiousity

Version:

The Gatsby theme that builds the portfolio component of my website

97 lines (96 loc) 2.78 kB
{ "name": "gatsby-theme-curiousity", "version": "1.4.670", "description": "The Gatsby theme that builds the portfolio component of my website", "main": "index.js", "scripts": { "test": "jest" }, "repository": { "type": "git", "url": "https://github.com/keplersj/gatsby-theme-curiousity.git" }, "keywords": [ "gatsby", "gatsby-theme", "website", "portfolio" ], "author": "Kepler Sticka-Jones <kepler@stickajones.org>", "license": "MIT", "bugs": { "url": "https://github.com/keplersj/gatsby-theme-curiousity/issues" }, "homepage": "https://github.com/keplersj/gatsby-theme-curiousity#readme", "devDependencies": { "@emotion/jest": "^11.3.0", "@types/deepmerge": "^2.2.0", "@types/jest": "^26.0.24", "@types/react-test-renderer": "^17.0.1", "deepmerge": "^4.2.2", "eslint": "^7.32.0", "eslint-config-starstuff": "^1.4.42", "gatsby": "^2.32.13", "jest": "^26.6.3", "jest-preset-gatsby": "^1.0.125", "jest-runner-eslint": "^0.10.1", "jest-runner-prettier": "^0.3.6", "jest-runner-stylelint": "^2.3.7", "jest-serializer-json-ld-script": "^1.0.7", "jest-serializer-react-helmet-async": "^1.0.20", "jest-transform-stub": "^2.0.0", "prettier": "^2.2.1", "react": "^17.0.2", "react-dom": "^17.0.2", "react-test-renderer": "^17.0.2", "semantic-release": "^17.4.4", "stylelint": "^13.13.1", "stylelint-config-starstuff": "^1.1.6" }, "dependencies": { "@emotion/react": "^11.4.0", "@emotion/styled": "^11.3.0", "@types/react": "^17.0.2", "@types/react-helmet": "^6.1.2", "gatsby-core-utils": "^2.10.0", "gatsby-image": "^3.10.0", "gatsby-plugin-emotion": "^6.10.0", "gatsby-plugin-react-helmet-async": "^1.2.0", "gatsby-plugin-sharp": "^3.10.2", "gatsby-plugin-tinacms": "^0.37.0", "gatsby-plugin-typescript": "^3.10.0", "gatsby-source-filesystem": "^3.10.0", "gatsby-tinacms-git": "^0.43.3", "gatsby-tinacms-remark": "^0.43.3", "gatsby-transformer-remark": "^4.7.0", "gatsby-transformer-sharp": "^3.10.0", "modern-normalize": "^1.1.0", "polished": "^4.1.3", "react-helmet-async": "^1.0.9", "react-schemaorg": "^2.0.0", "schema-dts": "^0.10.0", "slugify": "^1.6.0", "starstuff-components": "^2.1.54", "starstuff-style": "^1.1.18", "styled-components": "^5.3.0", "tinacms": "^0.37.0", "typescript": "^4.3.5" }, "peerDependencies": { "gatsby": "^2.32.13", "react": "^17.0.2", "react-dom": "^16.14.0" }, "stylelint": { "extends": [ "stylelint-config-starstuff/css-in-js" ] }, "eslintConfig": { "extends": "starstuff/auto", "env": { "node": true, "browser": true } } }