51 lines
1.4 KiB
JSON
51 lines
1.4 KiB
JSON
{
|
|
"name": "sol-journal",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@emotion/babel-plugin": "^11.10.0",
|
|
"@emotion/react": "^11.10.0",
|
|
"@emotion/styled": "^11.10.0",
|
|
"date-fns": "^1.30.1",
|
|
"firebase": "^8.9.1",
|
|
"firebase-tools": "^11.4.1",
|
|
"gatsby": "^4.20.0",
|
|
"gatsby-plugin-emotion": "^7.20.0",
|
|
"gatsby-plugin-image": "2.20.0",
|
|
"gatsby-plugin-manifest": "^4.20.0",
|
|
"gatsby-plugin-module-resolver": "^1.0.3",
|
|
"gatsby-plugin-offline": "^5.20.0",
|
|
"gatsby-plugin-react-helmet": "^5.20.0",
|
|
"gatsby-plugin-sharp": "^4.20.0",
|
|
"gatsby-plugin-web-font-loader": "^1.0.4",
|
|
"gatsby-source-filesystem": "^4.20.0",
|
|
"gatsby-transformer-json": "^4.20.0",
|
|
"gatsby-transformer-sharp": "^4.20.0",
|
|
"react": "^16.8.4",
|
|
"react-dom": "^16.8.4",
|
|
"react-feather": "^1.1.6",
|
|
"react-helmet": "^5.2.1",
|
|
"react-router-dom": "^5.0.0",
|
|
"react-spinners": "^0.5.3",
|
|
"recompose": "^0.30.0",
|
|
"rich-markdown-editor": "11.21.3",
|
|
"styled-components": "^5.3.6",
|
|
"prosemirror-model": "1.13.3"
|
|
},
|
|
"scripts": {
|
|
"start": "gatsby develop",
|
|
"build": "gatsby build",
|
|
"test": "react-scripts test",
|
|
"eject": "react-scripts eject"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": "react-app"
|
|
},
|
|
"browserslist": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not ie <= 11",
|
|
"not op_mini all"
|
|
]
|
|
}
|