{
  "name": "@thinkeloquent/rd2020-dom",
  "version": "1.13.5",
  "description": "",
  "scripts": {
    "test": "echo \"no test\"",
    "start:dev": "start-storybook -p 6006",
    "build:webpack": "node ../../node_modules/.bin/webpack-cli",
    "ts:declaration": "node ../../node_modules/.bin/tsc -p tsconfig.json --declaration --downlevelIteration --skipLibCheck",
    "prebuild": "rm -rf ./dist/ && rm -rf ./lib/",
    "build": "npm run build:webpack && npm run ts:declaration",
    "build:storybook": "build-storybook",
    "watch": "npm run ts:declaration -- --watch"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "files": [
    "src/**/*",
    "lib/**/*",
    "dist/**/*"
  ],
  "devDependencies": {
    "@babel/core": "^7.9.6",
    "@storybook/addon-actions": "^5.3.18",
    "@storybook/html": "^5.3.18",
    "babel-loader": "^8.1.0",
    "uuidv4": "^6.0.8"
  },
  "gitHead": "47f4c3d355c4827f430103837d90f486587cedd6"
}
