From 6675007ee015f74cac6ab8f03cffc3dc399002ce Mon Sep 17 00:00:00 2001 From: Fadee Kannah Date: Wed, 31 Jan 2024 22:09:01 -0800 Subject: [PATCH] Fix deployment script --- package.json | 236 +++++++++++++++++++++++++-------------------------- 1 file changed, 118 insertions(+), 118 deletions(-) diff --git a/package.json b/package.json index c678146c..15e44bd7 100644 --- a/package.json +++ b/package.json @@ -1,118 +1,118 @@ -{ - "name": "gatsby-starter-advanced", - "description": "GatsbyJS starter that includes examples for advanced use cases.", - "version": "1.1.0", - "author": "Ruben Harutyunyan ", - "dependencies": { - "@material-ui/core": "4.9.13", - "@material-ui/icons": "4.9.1", - "@mdx-js/mdx": "1.6.1", - "@mdx-js/react": "1.6.1", - "@mdx-js/tag": "0.20.3", - "axios": "0.19.2", - "change-case": "4.1.1", - "disqus-react": "1.0.8", - "gatsby": "2.21.21", - "gatsby-image": "2.4.3", - "gatsby-plugin-alias-imports": "1.0.5", - "gatsby-plugin-catch-links": "2.3.1", - "gatsby-plugin-feed": "2.5.1", - "gatsby-plugin-google-analytics": "2.3.1", - "gatsby-plugin-lodash": "3.3.1", - "gatsby-plugin-manifest": "2.4.2", - "gatsby-plugin-material-ui": "2.1.8", - "gatsby-plugin-mdx": "1.2.6", - "gatsby-plugin-meta-redirect": "1.1.1", - "gatsby-plugin-nprogress": "2.3.1", - "gatsby-plugin-react-helmet": "3.3.1", - "gatsby-plugin-sentry": "1.0.1", - "gatsby-plugin-sharp": "2.14.4", - "gatsby-plugin-sitemap": "2.4.2", - "gatsby-plugin-twitter": "2.3.1", - "gatsby-redirect-from": "0.2.1", - "gatsby-remark-autolink-headers": "2.3.1", - "gatsby-remark-copy-linked-files": "2.3.2", - "gatsby-remark-external-links": "0.0.4", - "gatsby-remark-images": "3.3.2", - "gatsby-remark-prismjs": "3.5.1", - "gatsby-remark-responsive-iframe": "2.4.2", - "gatsby-source-filesystem": "2.3.1", - "gatsby-transformer-remark": "2.8.7", - "gatsby-transformer-sharp": "2.5.2", - "lodash": "4.17.15", - "moment": "2.25.3", - "prismjs": "1.20.0", - "react": "16.13.1", - "react-dom": "16.13.1", - "react-helmet": "6.0.0", - "react-icons": "3.10.0", - "react-images": "1.1.7", - "react-particles-js": "3.2.1", - "react-pdf": "4.1.0", - "react-photo-gallery": "8.0.0", - "react-player": "2.0.1", - "react-share": "4.1.0", - "react-swipeable-views": "0.13.9", - "react-twitter-widgets": "1.7.1", - "react-typist": "2.0.5", - "react-youtube": "7.11.2", - "to-style": "1.3.3", - "url-join": "4.0.1", - "snyk": "^1.319.2" - }, - "devDependencies": { - "axe-core": "3.5.3", - "cli-glob": "0.1.0", - "cypress": "4.5.0", - "cypress-axe": "0.8.1", - "cypress-image-snapshot": "^3.1.1", - "eslint": "7.0.0", - "eslint-config-airbnb": "18.1.0", - "eslint-config-prettier": "6.11.0", - "eslint-plugin-cypress": "2.10.3", - "eslint-plugin-import": "2.20.2", - "eslint-plugin-jsx-a11y": "6.2.3", - "eslint-plugin-react": "7.19.0", - "gh-pages": "2.2.0", - "prettier": "2.0.5", - "remark-cli": "8.0.0", - "remark-preset-lint-recommended": "4.0.0", - "start-server-and-test": "1.11.0", - "stylefmt": "6.0.3", - "stylelint": "13.3.3", - "stylelint-config-standard": "20.0.0", - "write-good": "1.0.2" - }, - "keywords": [ - "gatsby" - ], - "license": "MIT", - "main": "n/a", - "scripts": { - "cy:open": "node getPages && cypress open", - "cy:run": "node getPages && cypress run", - "test:e2e": "start-server-and-test develop http://localhost:8000 cy:open", - "test:e2e:ci": "start-server-and-test develop http://localhost:8000 cy:run", - "develop": "gatsby develop", - "dev": "set NODE_OPTIONS=--openssl-legacy-provider && npm run develop", - "start": "npm run dev", - "serve": "gatsby serve", - "build": "gatsby build", - "build:pp": "gatsby build --prefix-paths", - "build:gh": "npm run clean && npm run build:pp && gh-pages -d public", - "clean": "rm -rf public && rm -rf .cache", - "deploy": "npm run clean && gatsby build --prefix-paths && gh-pages -d public -b gh-pages -t", - "lint:js": "eslint --ext .js,.jsx . --fix", - "lint:md": "remark blog/posts/", - "write-good": "write-good $(glob 'blog/posts/**/*.md')", - "format:js": "prettier {src,cypress,data,static}/**/*.{js,jsx} --write", - "snyk-protect": "snyk protect", - "prepare": "npm run snyk-protect" - }, - "remarkConfig": { - "plugins": [ - "remark-preset-lint-recommended" - ] - }, - "snyk": true -} +{ + "name": "gatsby-starter-advanced", + "description": "GatsbyJS starter that includes examples for advanced use cases.", + "version": "1.1.0", + "author": "Ruben Harutyunyan ", + "dependencies": { + "@material-ui/core": "4.9.13", + "@material-ui/icons": "4.9.1", + "@mdx-js/mdx": "1.6.1", + "@mdx-js/react": "1.6.1", + "@mdx-js/tag": "0.20.3", + "axios": "0.19.2", + "change-case": "4.1.1", + "disqus-react": "1.0.8", + "gatsby": "2.21.21", + "gatsby-image": "2.4.3", + "gatsby-plugin-alias-imports": "1.0.5", + "gatsby-plugin-catch-links": "2.3.1", + "gatsby-plugin-feed": "2.5.1", + "gatsby-plugin-google-analytics": "2.3.1", + "gatsby-plugin-lodash": "3.3.1", + "gatsby-plugin-manifest": "2.4.2", + "gatsby-plugin-material-ui": "2.1.8", + "gatsby-plugin-mdx": "1.2.6", + "gatsby-plugin-meta-redirect": "1.1.1", + "gatsby-plugin-nprogress": "2.3.1", + "gatsby-plugin-react-helmet": "3.3.1", + "gatsby-plugin-sentry": "1.0.1", + "gatsby-plugin-sharp": "2.14.4", + "gatsby-plugin-sitemap": "2.4.2", + "gatsby-plugin-twitter": "2.3.1", + "gatsby-redirect-from": "0.2.1", + "gatsby-remark-autolink-headers": "2.3.1", + "gatsby-remark-copy-linked-files": "2.3.2", + "gatsby-remark-external-links": "0.0.4", + "gatsby-remark-images": "3.3.2", + "gatsby-remark-prismjs": "3.5.1", + "gatsby-remark-responsive-iframe": "2.4.2", + "gatsby-source-filesystem": "2.3.1", + "gatsby-transformer-remark": "2.8.7", + "gatsby-transformer-sharp": "2.5.2", + "lodash": "4.17.15", + "moment": "2.25.3", + "prismjs": "1.20.0", + "react": "16.13.1", + "react-dom": "16.13.1", + "react-helmet": "6.0.0", + "react-icons": "3.10.0", + "react-images": "1.1.7", + "react-particles-js": "3.2.1", + "react-pdf": "4.1.0", + "react-photo-gallery": "8.0.0", + "react-player": "2.0.1", + "react-share": "4.1.0", + "react-swipeable-views": "0.13.9", + "react-twitter-widgets": "1.7.1", + "react-typist": "2.0.5", + "react-youtube": "7.11.2", + "to-style": "1.3.3", + "url-join": "4.0.1", + "snyk": "^1.319.2" + }, + "devDependencies": { + "axe-core": "3.5.3", + "cli-glob": "0.1.0", + "cypress": "4.5.0", + "cypress-axe": "0.8.1", + "cypress-image-snapshot": "^3.1.1", + "eslint": "7.0.0", + "eslint-config-airbnb": "18.1.0", + "eslint-config-prettier": "6.11.0", + "eslint-plugin-cypress": "2.10.3", + "eslint-plugin-import": "2.20.2", + "eslint-plugin-jsx-a11y": "6.2.3", + "eslint-plugin-react": "7.19.0", + "gh-pages": "2.2.0", + "prettier": "2.0.5", + "remark-cli": "8.0.0", + "remark-preset-lint-recommended": "4.0.0", + "start-server-and-test": "1.11.0", + "stylefmt": "6.0.3", + "stylelint": "13.3.3", + "stylelint-config-standard": "20.0.0", + "write-good": "1.0.2" + }, + "keywords": [ + "gatsby" + ], + "license": "MIT", + "main": "n/a", + "scripts": { + "cy:open": "node getPages && cypress open", + "cy:run": "node getPages && cypress run", + "test:e2e": "start-server-and-test develop http://localhost:8000 cy:open", + "test:e2e:ci": "start-server-and-test develop http://localhost:8000 cy:run", + "develop": "gatsby develop", + "dev": "set NODE_OPTIONS=--openssl-legacy-provider && npm run develop", + "start": "npm run dev", + "serve": "gatsby serve", + "build": "gatsby build", + "build:pp": "gatsby build --prefix-paths", + "build:gh": "npm run clean && npm run build:pp && gh-pages -d public", + "clean": "rm -rf public && rm -rf .cache", + "deploy": "npm run clean && set NODE_OPTIONS=--openssl-legacy-provider && gatsby build --prefix-paths && gh-pages -d public -b gh-pages -t", + "lint:js": "eslint --ext .js,.jsx . --fix", + "lint:md": "remark blog/posts/", + "write-good": "write-good $(glob 'blog/posts/**/*.md')", + "format:js": "prettier {src,cypress,data,static}/**/*.{js,jsx} --write", + "snyk-protect": "snyk protect", + "prepare": "npm run snyk-protect" + }, + "remarkConfig": { + "plugins": [ + "remark-preset-lint-recommended" + ] + }, + "snyk": true +}