tauri/examples/react/gatsby-themed-site/package.json
2019-12-29 14:17:59 +01: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.0.6",
"@jbolda/gatsby-theme-homepage": "0.0.7",
"@jbolda/gatsby-theme-layout": "0.0.6",
"@mdx-js/mdx": "1.5.3",
"@mdx-js/react": "1.5.3",
"gatsby": "2.18.17",
"gatsby-image": "2.2.37",
"gatsby-plugin-mdx": "1.0.64",
"gatsby-plugin-netlify": "2.1.30",
"gatsby-plugin-react-helmet": "3.1.18",
"gatsby-plugin-sharp": "2.3.10",
"gatsby-plugin-theme-ui": "0.2.53",
"gatsby-source-filesystem": "2.1.43",
"gatsby-transformer-sharp": "2.3.9",
"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.2.1"
}
}