{ "name": "cryps-client", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "start": "parcel index.html --port 40080", "lint": "eslint --fix src/", "test": "echo \"Error: no test specified\" && exit 1" }, "author": "", "license": "UNLICENSED", "dependencies": { "borc": "^2.0.3", "bulma-toast": "^1.2.0", "docco": "^0.7.0", "jdenticon": "^2.1.0", "preact": "^8.3.1", "preact-redux": "^2.0.3", "redux": "^4.0.0" }, "devDependencies": { "parcel": "^1.9.7", "jest": "^18.0.0", "eslint": "^5.6.0", "babel-preset-react": "^6.24.1", "eslint-plugin-react": "^7.11.1" } }