Proposition de refonte du site web de la coopérative basée sur le générateur de site statique Gatsby.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 758B

12345678910111213141516171819202122232425262728293031323334
  1. {
  2. "name": "cli-web",
  3. "version": "1.0.0",
  4. "private": true,
  5. "description": "CLI",
  6. "author": "cli",
  7. "keywords": [
  8. "gatsby"
  9. ],
  10. "scripts": {
  11. "develop": "gatsby develop",
  12. "start": "gatsby develop",
  13. "build": "gatsby build",
  14. "serve": "gatsby serve",
  15. "clean": "gatsby clean"
  16. },
  17. "dependencies": {
  18. "emailjs-com": "^3.2.0",
  19. "gatsby": "^3.11.1",
  20. "gatsby-plugin-react-helmet": "^4.12.0",
  21. "gatsby-plugin-sass": "^4.11.0",
  22. "gatsby-source-filesystem": "^3.11.0",
  23. "gatsby-transformer-remark": "^4.8.0",
  24. "react": "^17.0.1",
  25. "react-dom": "^17.0.1",
  26. "react-helmet": "^6.1.0",
  27. "react-intersection-observer": "^8.32.0",
  28. "react-toastify": "^7.0.4",
  29. "sass": "^1.37.5"
  30. },
  31. "devDependencies": {
  32. "gatsby-plugin-manifest": "^3.11.0"
  33. }
  34. }