{
  "name": "material-survey",
  "version": "2.1.0",
  "description": "Material UI Survey Framework",
  "repository": {
    "type": "git",
    "url": "https://github.com/CollegeAI/material-survey"
  },
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "storybook": "start-storybook -p 6006",
    "prebuild": "rimraf dist",
    "build": "npm run build:cjs && cp ./package.json ./dist/package.json && cp ./README.md ./dist/README.md",
    "build:format": "babel --plugins=babel-plugin-flow-runtime --presets=@babel/preset-flow ./src/material-survey-format.js.flow --out-file=./src/material-survey-format.js",
    "build:cjs": "babel ./src --config-file ./build.config.js --out-dir ./dist --ignore \"**/*.test.js\" --ignore \"**/*.story.js\" --copy-files",
    "build-storybook": "build-storybook",
    "release": "npm run build && npm publish dist",
    "deploy-storybook": "storybook-to-ghpages"
  },
  "author": "Severin Ibarluzea, CollegeAI Inc.",
  "license": "ISC",
  "sideEffects": false,
  "devDependencies": {
    "@babel/cli": "^7.5.5",
    "@babel/core": "^7.5.5",
    "@babel/plugin-proposal-class-properties": "^7.5.5",
    "@babel/preset-flow": "^7.0.0",
    "@babel/preset-react": "^7.0.0",
    "@storybook/addon-actions": "^5.1.11",
    "@storybook/addon-info": "^5.1.11",
    "@storybook/addon-links": "^5.1.11",
    "@storybook/addons": "^5.1.10",
    "@storybook/react": "^5.1.10",
    "@storybook/storybook-deployer": "^2.8.1",
    "babel-loader": "^8.0.4",
    "babel-plugin-flow-runtime": "^0.17.0",
    "babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
    "babel-preset-react-app": "^6.1.0",
    "flow-runtime": "^0.17.0",
    "lodash": "^4.17.11",
    "prettier": "^1.15.3",
    "raw-loader": "^1.0.0",
    "react": "^17.0.2",
    "react-dom": "^17.0.2",
    "react-markdown": "^4.0.4",
    "rimraf": "^2.6.3",
    "storybook-addon-prettier-source": "^2.1.2",
    "styled-components": "^4.1.2",
    "zipcodes": "^8.0.0"
  },
  "peerDependencies": {
    "styled-components": "^4.1.2"
  },
  "dependencies": {
    "@emotion/react": "^11.7.1",
    "@emotion/styled": "^11.6.0",
    "@mui/icons-material": "^5.2.1",
    "@mui/material": "^5.2.3",
    "@mui/styles": "^5.2.3",
    "k-choice-sort": "^1.0.9",
    "lodash": "^4.17.11",
    "react-dropzone": "^8.0.1",
    "react-select": "^3.0.8",
    "surveyjs-expression-eval": "^1.0.2"
  }
}
