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 586B

1234567891011121314151617181920212223242526272829
  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. "gatsby": "^3.11.1",
  19. "gatsby-plugin-sass": "^4.11.0",
  20. "gatsby-source-filesystem": "^3.11.0",
  21. "gatsby-transformer-remark": "^4.8.0",
  22. "react": "^17.0.1",
  23. "react-dom": "^17.0.1",
  24. "sass": "^1.37.5"
  25. },
  26. "devDependencies": {
  27. "gatsby-plugin-manifest": "^3.11.0"
  28. }
  29. }