{ "name": "lesspass-website", "description": "LessPass web site", "version": "0.1.0", "license": "GPL-3.0", "author": "Guillaume Vincent ", "dependencies": { "gatsby": "^4.4.0", "gatsby-image": "^3.11.0", "gatsby-plugin-manifest": "^4.4.0", "gatsby-plugin-offline": "^5.4.0", "gatsby-plugin-postcss": "^5.4.0", "gatsby-plugin-react-helmet": "^5.4.0", "gatsby-plugin-sharp": "^4.4.0", "gatsby-source-filesystem": "^4.4.0", "gatsby-transformer-sharp": "^4.4.0", "lesspass-pure": "^9.5.2", "prettier": "2.5.1", "prop-types": "^15.7.2", "react": "^17.0.2", "react-dom": "^17.0.2", "react-helmet": "^6.1.0", "tailwindcss": "^3.0.6" }, "devDependencies": { "@types/react-helmet": "^6.1.4" }, "keywords": [ "lesspass" ], "scripts": { "build:static": "cp -r node_modules/lesspass-pure/dist/* static/", "build": "gatsby build", "develop": "gatsby develop", "format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\"", "start": "gatsby telemetry --disable && npm run develop", "serve": "gatsby serve", "clean": "gatsby clean", "test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1" } }