Files
svgr/website/package.json
2021-09-16 23:40:28 +02:00

27 lines
645 B
JSON

{
"private": true,
"dependencies": {
"@xstyled/styled-components": "^3.0.3",
"brace": "^0.11.1",
"final-form": "^4.20.2",
"gatsby": "^3.13.0",
"gatsby-plugin-google-analytics": "^3.13.0",
"history": "^5.0.1",
"isomorphic-fetch": "^3.0.0",
"react": "^17.0.2",
"react-ace": "^9.4.3",
"react-dom": "^17.0.2",
"react-final-form": "^6.5.3",
"react-icons": "^4.2.0",
"smooth-doc": "^8.0.0"
},
"scripts": {
"build": "gatsby build && cp _redirects public/",
"dev": "gatsby develop",
"serve": "gatsby serve"
},
"devDependencies": {
"eslint-config-react-app": "^6.0.0"
}
}