{ "name": "rack-queries", "version": "0.2.0", "description": "The frontend component of the rack queries page", "main": "src/app.js", "scripts": { "build": "webpack --mode development", "build:prod": "webpack --mode production", "lint": "chq-scripts lint", "test": "chq-scripts test" }, "repository": { "type": "git", "url": "git+https://github.com/CultureHQ/rack-queries.git" }, "author": "Kevin Deisz", "license": "MIT", "bugs": { "url": "https://github.com/CultureHQ/rack-queries/issues" }, "homepage": "https://github.com/CultureHQ/rack-queries#readme", "dependencies": { "react": "^16.8.6", "react-dom": "^16.8.6" }, "devDependencies": { "@babel/cli": "^7.4.4", "@babel/core": "^7.4.4", "@babel/preset-env": "^7.4.4", "@babel/preset-react": "^7.0.0", "@culturehq/scripts": "^0.1.3", "babel-loader": "^8.0.6", "react-testing-library": "^7.0.0", "webpack": "^4.31.0", "webpack-cli": "^3.3.2" } }