{
  "name": "awv3",
  "version": "9.2.52",
  "description": "⚡ AWV3 embedded CAD",
  "private": false,
  "module": "index.js",
  "scripts": {
    "start": "npm run clean && npm-run-all --parallel babel rollup copy",
    "version": "node ./.dev/bump && git add -A .",
    "postversion": "git push --follow-tags",
    "babel": "babel . -d dist --ignore .dev,node_modules,dist",
    "babel-watch": "babel . -d dist --ignore .dev,node_modules,dist -w",
    "rollup": "rollup -c .dev/rollup.config.js",
    "clean": "rimraf ./dist",
    "copy": "copyfiles package.json index.html README.md intro.jpg .gitignore .npmignore dist && json -I -f dist/package.json -e \"this.private=false\"",
    "debug": "npm run clean && gulp --gulpfile .dev/gulpfile.js --cwd .",
    "update-lock": "rimraf package-lock.json && npm install && git add package.json package-lock.json && git commit -m \"updated package-lock.json to match current state\"",
    "test": "npm run test-plugins",
    "test-plugins": "jest plugins"
  },
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "prettier": {
    "printWidth": 120,
    "tabWidth": 2,
    "useTabs": false,
    "semi": false,
    "singleQuote": true,
    "trailingComma": "all",
    "bracketSpacing": true,
    "jsxBracketSameLine": true
  },
  "lint-staged": {
    "*.{js,md}": [
      "prettier --write",
      "git add"
    ]
  },
  "dependencies": {
    "@babel/runtime": "7.0.0-beta.36",
    "awv3-icons": "^7.1.0",
    "awv3-protocol": "^7.5.0",
    "base64-arraybuffer": "^0.1.5",
    "dom-resize": "^1.0.3",
    "fast-json-patch": "^2.0.6",
    "jsonpatch": "^3.0.1",
    "lodash": "^4.17.4",
    "react": "^16.2.0",
    "react-reconciler": "^0.10.0",
    "react-redux": "^5.0.6",
    "redux": "^4.0.0-beta.1",
    "redux-thunk": "^2.2.0",
    "shallow-equal": "^1.0.0",
    "socket.io-client": "^2.0.4",
    "string-hash": "^1.1.3",
    "three": "^0.93.0",
    "uuid-v4": "^0.1.0"
  },
  "devDependencies": {
    "@babel/cli": "7.0.0-beta.36",
    "@babel/core": "7.0.0-beta.36",
    "@babel/plugin-transform-runtime": "7.0.0-beta.36",
    "@babel/polyfill": "7.0.0-beta.36",
    "@babel/preset-env": "7.0.0-beta.36",
    "@babel/preset-react": "7.0.0-beta.36",
    "@babel/preset-stage-0": "7.0.0-beta.36",
    "@babel/preset-typescript": "7.0.0-beta.36",
    "@babel/register": "7.0.0-beta.36",
    "babel-core": "7.0.0-bridge.0",
    "babel-jest": "23.0.1",
    "copyfiles": "2.0.0",
    "gulp": "4.0.0",
    "gulp-babel": "8.0.0-beta.1",
    "gulp-debug": "3.2.0",
    "gulp-sourcemaps": "2.6.3",
    "gulp-watch": "5.0.0",
    "husky": "^1.0.0-rc.8",
    "jest": "23.1.0",
    "json": "9.0.6",
    "lint-staged": "^7.1.3",
    "npm-run-all": "4.1.3",
    "prettier": "^1.13.4",
    "rimraf": "2.6.2",
    "rollup": "0.60.0",
    "rollup-plugin-babel": "4.0.0-beta.1",
    "rollup-plugin-commonjs": "9.1.3",
    "rollup-plugin-node-resolve": "3.3.0",
    "rollup-plugin-replace": "2.0.0",
    "rollup-plugin-uglify": "4.0.0",
    "url-loader": "0.6.2"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/awv-informatik/awv3-next"
  },
  "keywords": [
    "awv3"
  ],
  "author": "Paul Henschel <drcmda@gmail.com>",
  "license": "MIT"
}
