{ "name": "poa-dapps-voting", "version": "0.1.0", "private": true, "homepage": "https://poanetwork.github.io/", "dependencies": { "ajv": "6.5.2", "autoprefixer": "7.1.6", "babel-core": "6.26.3", "babel-eslint": "7.2.3", "babel-jest": "23.2.0", "babel-loader": "7.1.4", "babel-plugin-transform-decorators-legacy": "1.3.5", "babel-polyfill": "6.26.0", "babel-preset-es2015": "6.24.1", "babel-preset-react": "6.24.1", "babel-preset-react-app": "3.1.2", "babel-preset-stage-1": "6.24.1", "babel-runtime": "6.26.0", "case-sensitive-paths-webpack-plugin": "2.1.2", "chalk": "2.4.1", "css-loader": "0.28.11", "dotenv": "4.0.0", "eslint": "4.1.1", "eslint-config-prettier": "2.9.0", "eslint-config-react-app": "2.1.0", "eslint-loader": "1.9.0", "eslint-plugin-dependencies": "2.4.0", "eslint-plugin-flowtype": "2.34.1", "eslint-plugin-import": "2.6.0", "eslint-plugin-jsx-a11y": "5.1.1", "eslint-plugin-prettier": "2.6.2", "eslint-plugin-react": "7.1.0", "extract-text-webpack-plugin": "3.0.2", "file-loader": "1.1.5", "fs-extra": "3.0.1", "gh-pages": "1.2.0", "html-webpack-plugin": "2.29.0", "jest": "20.0.4", "mobx": "3.4.1", "mobx-react": "4.3.5", "mobx-react-devtools": "4.2.15", "mobx-react-router": "4.0.1", "moment": "2.20.1", "node-sass-chokidar": "1.3.0", "nodemon": "1.17.5", "npm-run-all": "4.1.2", "object-assign": "4.1.1", "postcss-flexbugs-fixes": "3.2.0", "postcss-loader": "2.0.8", "prettier": "1.13.7", "promise": "8.0.1", "raf": "3.4.0", "randomhex": "0.1.5", "react": "16.2.0", "react-dev-utils": "4.2.1", "react-dom": "16.2.0", "react-places-autocomplete": "5.4.3", "react-router-dom": "4.2.2", "react-select": "1.1.0", "style-loader": "0.19.0", "sw-precache-webpack-plugin": "0.11.5", "sweetalert2": "7.0.8", "url-loader": "0.6.2", "web3": "1.0.0-beta.34", "webpack": "3.12.0", "webpack-dev-server": "2.11.2", "webpack-manifest-plugin": "1.3.2", "whatwg-fetch": "2.0.3" }, "scripts": { "predeploy": "npm run build", "deploy": "gh-pages -d build -o origin", "build-css": "node-sass-chokidar src/assets/stylesheets/index.scss -o src/assets/stylesheets/ --output-style=compressed", "watch-css": "nodemon -e scss -x \"npm run build-css\"", "start-js": "node scripts/start.js", "start": "npm-run-all -p watch-css start-js", "build-js": "node scripts/build.js", "build": "npm-run-all build-css build-js", "test": "node scripts/test.js --env=jsdom", "lint": "./node_modules/.bin/eslint src" }, "jest": { "collectCoverageFrom": [ "src/**/*.{js,jsx,mjs}" ], "setupFiles": [ "/config/polyfills.js" ], "testMatch": [ "/src/**/__tests__/**/*.{js,jsx,mjs}", "/src/**/?(*.)(spec|test).{js,jsx,mjs}" ], "testEnvironment": "node", "testURL": "http://localhost", "transform": { "^.+\\.(js|jsx|mjs)$": "/node_modules/babel-jest", "^.+\\.css$": "/config/jest/cssTransform.js", "^(?!.*\\.(js|jsx|mjs|css|json)$)": "/config/jest/fileTransform.js" }, "transformIgnorePatterns": [ "[/\\\\]node_modules[/\\\\].+\\.(js|jsx|mjs)$" ], "moduleNameMapper": { "^react-native$": "react-native-web" }, "moduleFileExtensions": [ "web.js", "mjs", "js", "json", "web.jsx", "jsx", "node" ] } }