tauri/examples/react/gatsby-themed-site/package.json
renovate[bot] af98ed349b chore(examples) Update Gatsby Examples (#293)
Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>
2020-01-10 22:45:37 -06:00

52 lines
1.7 KiB
JSON

{
"name": "personal-themed-site",
"version": "0.0.0",
"author": "Jacob Bolda <me@jacobbolda.com>",
"license": "MIT",
"private": true,
"browserslist": {
"ie": "9"
},
"scripts": {
"build": "gatsby build",
"build:hard": "gatsby clean && gatsby build",
"develop": "gatsby develop",
"dev:hard": "gatsby clean && gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
"tauri:prod": "tauri",
"tauri:source": "node ../../../cli/tauri.js/bin/tauri",
"tauri:source:init": "yarn tauri:source init --tauriPath ../../../tauri",
"tauri:prod:init": "yarn tauri:prod init",
"tauri:source:dev": "yarn tauri:source dev",
"tauri:prod:dev": "yarn tauri:prod dev",
"tauri:source:build": "yarn tauri:source build",
"tauri:prod:build": "yarn tauri:prod build",
"test": "echo \"Error: run tests from root\" && exit 1"
},
"dependencies": {
"@emotion/core": "10.0.27",
"@jbolda/gatsby-theme-articles": "0.2.0",
"@jbolda/gatsby-theme-homepage": "0.2.1",
"@jbolda/gatsby-theme-layout": "0.2.1",
"@mdx-js/mdx": "1.5.3",
"@mdx-js/react": "1.5.3",
"gatsby": "2.18.21",
"gatsby-image": "2.2.38",
"gatsby-plugin-mdx": "1.0.67",
"gatsby-plugin-netlify": "2.1.31",
"gatsby-plugin-react-helmet": "3.1.21",
"gatsby-plugin-sharp": "2.3.13",
"gatsby-plugin-theme-ui": "0.2.53",
"gatsby-source-filesystem": "2.1.46",
"gatsby-transformer-sharp": "2.3.12",
"react": "16.12.0",
"react-dom": "16.12.0",
"react-helmet": "5.2.1",
"theme-ui": "0.2.52"
},
"devDependencies": {
"@babel/plugin-proposal-optional-chaining": "7.7.5",
"tauri": "0.3.1"
}
}