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.
 
 
 
 
 
 

47 line
1.4 KiB

  1. {
  2. "name": "lesspass-website",
  3. "description": "LessPass web site",
  4. "version": "0.1.0",
  5. "license": "GPL-3.0",
  6. "author": "Guillaume Vincent <guillaume@oslab.fr>",
  7. "dependencies": {
  8. "@wardpeet/gatsby-plugin-static-site": "^0.3.0",
  9. "gatsby": "^4.15.1",
  10. "gatsby-image": "^3.11.0",
  11. "gatsby-plugin-manifest": "^4.15.0",
  12. "gatsby-plugin-offline": "^5.15.0",
  13. "gatsby-plugin-postcss": "^5.15.0",
  14. "gatsby-plugin-react-helmet": "^5.15.0",
  15. "gatsby-plugin-sharp": "^4.15.0",
  16. "gatsby-source-filesystem": "^4.15.0",
  17. "gatsby-transformer-sharp": "^4.15.0",
  18. "lesspass-pure": "^10.0.1",
  19. "prettier": "2.6.2",
  20. "prop-types": "^15.8.1",
  21. "react": "^18.1.0",
  22. "react-dom": "^18.1.0",
  23. "react-helmet": "^6.1.0",
  24. "tailwindcss": "^3.0.24"
  25. },
  26. "devDependencies": {
  27. "@types/react-helmet": "^6.1.5"
  28. },
  29. "keywords": [
  30. "lesspass"
  31. ],
  32. "scripts": {
  33. "no-analytics": "gatsby telemetry --disable",
  34. "build:static": "cp -r node_modules/lesspass-pure/dist/* static/",
  35. "build": "yarn no-analytics && gatsby build",
  36. "develop": "gatsby develop",
  37. "format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\"",
  38. "start": "yarn no-analytics && yarn develop",
  39. "serve": "gatsby serve",
  40. "clean": "gatsby clean",
  41. "test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
  42. },
  43. "engines": {
  44. "node": ">=14.15.0"
  45. }
  46. }