{ "name": "rack-queries", "version": "0.2.1", "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.9.0", "react-dom": "^16.9.0" }, "devDependencies": { "@babel/cli": "^7.5.5", "@babel/core": "^7.5.5", "@babel/preset-env": "^7.5.5", "@babel/preset-react": "^7.0.0", "@culturehq/scripts": "^2.2.0", "@testing-library/react": "^8.0.9", "babel-loader": "^8.0.6", "webpack": "^4.39.1", "webpack-cli": "^3.3.6" } }