{ "name": "portfolio", "version": "0.1.0", "private": true, "scripts": { "lint:js": "eslint ./gatsby-*.{js,jsx} && eslint ./src/**/*.{js,jsx}", "lint:css": "stylelint ./src/**/*.{css,scss}", "lint": "npm run lint:js && npm run lint:css", "build": "gatsby build", "start": "gatsby develop", "format": "prettier --write 'src/**/*.{js,jsx}'", "test": "npm run lint", "deploy": "./deploy.sh" }, "dependencies": { "gatsby": "^1.9.255", "gatsby-image": "^1.0.47", "gatsby-link": "^1.6.41", "gatsby-plugin-google-analytics": "^1.0.31", "gatsby-plugin-react-helmet": "^2.0.11", "gatsby-plugin-react-next": "^1.0.11", "gatsby-plugin-remove-trailing-slashes": "^1.0.9", "gatsby-plugin-sass": "^1.0.26", "gatsby-plugin-sharp": "^1.6.43", "gatsby-plugin-svgr": "^1.0.0", "gatsby-source-filesystem": "^1.5.33", "gatsby-transformer-json": "^1.0.16", "gatsby-transformer-sharp": "^1.6.23", "react-helmet": "^5.2.0", "react-markdown": "^3.3.0", "react-transition-group": "^2.3.1" }, "devDependencies": { "babel-eslint": "^8.2.3", "eslint": "^4.19.1", "eslint-loader": "^2.0.0", "eslint-plugin-compat": "^2.2.0", "eslint-plugin-graphql": "^2.1.0", "eslint-plugin-prettier": "^2.6.0", "eslint-plugin-react": "^7.7.0", "prettier": "^1.12.1", "stylelint": "^9.2.0", "stylelint-config-standard": "^18.2.0" }, "browserslist": [ "defaults" ] }