bp-cli-testing
Version:
BP CLI
97 lines (95 loc) • 3.15 kB
JavaScript
export const SANDBOX_MAIN_PACKAGE_JSON = {
name: "backpocket-theme-workspace",
private: true,
version: "0.0.1",
main: "index.js",
license: "0BSD",
scripts: {
start: "yarn workspace backpocket develop --https",
dev: "yarn workspace backpocket develop",
build: "yarn workspace backpocket build",
"build:production":
"cd backpocket && node build-env.js && cd ./ && yarn workspace backpocket build",
"check-format": "prettier --check ./gatsby-theme-backpocket/src/**/*",
lint: "prettier --write ./gatsby-theme-backpocket/src/**/*.{ts,tsx,js}",
clean: "cd backpocket && gatsby clean",
},
workspaces: ["gatsby-theme-backpocket", "backpocket"],
};
export const SANDBOX_GATSBY_THEME_BACKPOCKET_PACKAGE_JSON = {
name: "gatsby-theme-backpocket",
version: "1.0.1",
main: "index.js",
author: "BackPocket <info@backpocket.tech>",
license: "MIT",
peerDependencies: {
gatsby: "^2.20.22",
},
devDependencies: {
"@types/theme-ui": "^0.3.7",
"eslint-import-resolver-alias": "^1.1.2",
prettier: "1.18.2",
},
dependencies: {
"@callstack/react-theme-provider": "^3.0.3",
"@emotion/core": "^10.0.14",
"@emotion/styled": "^10.0.14",
"@hot-loader/react-dom": "16.8.6",
"@mdx-js/mdx": "^1.1.1",
"@mdx-js/react": "^1.1.1",
"@stripe/stripe-js": "^1.13.2",
"core-js": "^3.1.4",
dotenv: "^8.0.0",
"dotenv-parse-variables": "^0.2.2",
emotion: "^10.0.14",
"emotion-server": "^10.0.14",
"emotion-theming": "^10.0.14",
formik: "^1.5.8",
gatsby: "^2.26.1",
"gatsby-awesome-pagination": "^0.3.4",
"gatsby-cli": "^2.7.21",
"gatsby-image": "^2.2.7",
"gatsby-link": "^2.2.4",
"gatsby-plugin-alias-imports": "^1.0.5",
"gatsby-plugin-catch-links": "^2.1.2",
"gatsby-plugin-emotion": "^4.1.2",
"gatsby-plugin-feed": "^2.3.6",
"gatsby-plugin-google-fonts": "^1.0.1",
"gatsby-plugin-mdx": "^1.0.18",
"gatsby-plugin-meta-redirect": "^1.1.1",
"gatsby-plugin-offline": "^2.2.4",
"gatsby-plugin-page-creator": "^2.1.5",
"gatsby-plugin-react-helmet": "^3.1.2",
"gatsby-plugin-sharp": "^2.2.9",
"gatsby-plugin-theme-ui": "^0.6.0",
"gatsby-plugin-typography": "^2.3.2",
"gatsby-remark-copy-linked-files": "^2.1.3",
"gatsby-remark-images": "^3.1.7",
"gatsby-remark-prismjs": "^3.3.3",
"gatsby-source-filesystem": "^2.1.6",
"gatsby-source-stripe": "^3.2.2",
"gatsby-transformer-json": "^2.8.0",
"gatsby-transformer-remark": "^2.6.10",
"gatsby-transformer-sharp": "^2.2.5",
"google-map-react": "^2.1.9",
lodash: "^4.17.15",
"no-scroll": "^2.1.1",
"node-sass": "^4.14.1",
polished: "^3.4.1",
"prism-react-renderer": "^0.1.7",
"prism-themes": "^1.1.0",
prismjs: "^1.17.1",
"prop-types": "^15.7.2",
react: "^16.13.1",
"react-dom": "^16.13.1",
"react-google-recaptcha": "^2.1.0",
"react-helmet": "^6.0.0",
"react-icons": "^4.1.0",
"react-loading": "^2.0.3",
"react-typography": "^0.16.19",
swiper: "^6.4.9",
"theme-ui": "^0.3.5",
typography: "^0.16.19",
yup: "^0.27.0",
},
};