{ "name": "guesstimate", "version": "0.0.0", "description": "", "main": "src/index.js", "dependencies": { "@types/bs58": "^4.0.1", "@types/json-merge-patch": "0.0.4", "@types/react-router-dom": "^5.1.5", "bs58": "^4.0.1", "bulma": "^0.9.4", "bulma-switch": "^2.0.0", "json-merge-patch": "^0.2.3", "react": "^16.13.1", "react-dom": "^16.13.1", "react-redux": "^7.2.0", "react-router": "^5.2.0", "react-router-dom": "^5.2.0", "redux-saga": "^1.1.3", "style-loader": "^1.1.4", "typescript": "^3.8.3" }, "devDependencies": { "@teamsupercell/typings-for-css-modules-loader": "^2.1.1", "@types/react": "^16.9.34", "css-loader": "^3.5.2", "fork-ts-checker-webpack-plugin": "^4.1.3", "html-webpack-plugin": "^4.2.0", "mini-css-extract-plugin": "^0.9.0", "resolve-url-loader": "^3.1.1", "ts-loader": "^7.0.1", "webpack": "^4.43.0", "webpack-cli": "^3.3.11", "webpack-dev-server": "^3.11.0" }, "scripts": { "dev": "NODE_ENV=development webpack-dev-server --watch", "build": "webpack --progress --profile", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "ssh://git@forge.cadoles.com:4242/wpetit/guesstimate.git" }, "author": "William Petit ", "license": "AGPL-3.0" }