cli-web/package.json
2021-10-19 19:01:07 +02:00

34 lines
756 B
JSON

{
"name": "cli-web",
"version": "1.0.0",
"private": true,
"description": "CLI",
"author": "cli",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean"
},
"dependencies": {
"emailjs-com": "^3.2.0",
"gatsby": "^3.2.0",
"gatsby-plugin-react-helmet": "^3.10.0",
"gatsby-plugin-sass": "^3.2.0",
"gatsby-source-filesystem": "^2.11.1",
"gatsby-transformer-remark": "^4.8.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-helmet": "^6.1.0",
"react-intersection-observer": "^8.32.0",
"react-toastify": "^7.0.4",
"sass": "^1.37.5"
},
"devDependencies": {
"gatsby-plugin-manifest": "^2.12.1"
}
}