2019-12-02 17:20:20 +03:00
|
|
|
{
|
|
|
|
"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",
|
2019-12-03 01:48:43 +03:00
|
|
|
"tauri:source:init": "yarn tauri:source init --tauriPath ../../../tauri",
|
|
|
|
"tauri:prod:init": "yarn tauri:prod init",
|
2019-12-02 17:20:20 +03:00
|
|
|
"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": {
|
2019-12-29 16:17:59 +03:00
|
|
|
"@emotion/core": "10.0.27",
|
2019-12-21 09:34:36 +03:00
|
|
|
"@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",
|
2019-12-29 16:17:59 +03:00
|
|
|
"gatsby": "2.18.17",
|
2019-12-21 09:34:36 +03:00
|
|
|
"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",
|
2019-12-02 17:20:20 +03:00
|
|
|
"react": "16.12.0",
|
|
|
|
"react-dom": "16.12.0",
|
|
|
|
"react-helmet": "5.2.1",
|
2019-12-21 09:34:36 +03:00
|
|
|
"theme-ui": "0.2.52"
|
2019-12-02 17:20:20 +03:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2019-12-21 09:34:36 +03:00
|
|
|
"@babel/plugin-proposal-optional-chaining": "7.7.5",
|
|
|
|
"tauri": "0.2.1"
|
2019-12-02 17:20:20 +03:00
|
|
|
}
|
|
|
|
}
|