{
    "name": "@chantey/play",
    "version": "1.0.19",
    "description": "",
    "main": "./dist/index.js",
    "scripts": {
        "test": "npm run test-dom",
        "auto-index": "lilbud autoIndex -w --config ./config/chantey/autoIndex.config.json",
        "relink": "npm link -D @chantey/scripts lilbud",
        "build-tsc": "tsc --project ./config/typescript/tsconfig.json",
        "postbuild-tsc": "copyfiles -u 2 \"./src/assets/**/*\" \"./dist/assets\"",
        "start-tsc": "npm run watch-tsc",
        "test-dom": "jest --forceExit --detectOpenHandles --watchAll --config ./config/jest/jest.web.config.ts",
        "test-node": "jest --forceExit --detectOpenHandles --watchAll --config ./config/jest/jest.config.ts",
        "start": "npm run watch",
        "build": "cross-env TS_NODE_PROJECT=\"config/webpack/tsconfig.webpack.json\" webpack --config ./config/webpack/webpack.config.ts --env prod=true",
        "test-cypress": "cypress open-ct --config-file ./config/cypress/cypress.json",
        "test-cypress-e2e": "cypress open-ct --config-file ./config/cypress/cypress.json",
        "watch-tsc": "npm run build-tsc -- -w",
        "watch": "cross-env TS_NODE_PROJECT=\"config/webpack/tsconfig.webpack.json\" webpack serve --config ./config/webpack/webpack.config.ts",
        "deploy": "npm run auto-index-build && npm run build-tsc && npm version patch && npm publish",
        "auto-index-build": "lilbud autoIndex --config ./config/chantey/autoIndex.config.json"
    },
    "keywords": [],
    "author": "",
    "license": "ISC",
    "devDependencies": {
        "@chantey/dom": "^1.0.15",
        "@chantey/lilbud": "file:..\\..\\lilbud",
        "@chantey/scripts": "file:..\\scripts",
        "@cypress/react": "^5.9.2",
        "@cypress/webpack-dev-server": "^1.4.0",
        "@jest/types": "^27.0.6",
        "@types/jest": "^26.0.24",
        "@types/react": "^17.0.14",
        "@types/react-test-renderer": "^17.0.1",
        "cross-env": "^7.0.3",
        "css-loader": "^6.2.0",
        "cypress": "^8.0.0",
        "file-loader": "^6.2.0",
        "html-webpack-plugin": "^5.3.2",
        "jest": "^27.0.6",
        "jest-extended": "^0.11.5",
        "jest-summary-reporter": "^0.0.2",
        "react-test-renderer": "^17.0.2",
        "style-loader": "^3.2.1",
        "ts-jest": "^27.0.4",
        "ts-loader": "^9.2.3",
        "ts-node": "^10.1.0",
        "tsconfig-paths": "^3.10.1",
        "typescript": "^4.3.5",
        "webpack": "^5.45.1",
        "webpack-bundle-analyzer": "^4.4.2",
        "webpack-cli": "^4.7.2",
        "webpack-dev-server": "^3.11.2"
    },
    "peerDependencies": {
        "@material-ui/core": "^4.12.2",
        "@material-ui/icons": "^4.11.2",
        "@material-ui/lab": "^4.0.0-alpha.60",
        "@material-ui/styles": "^4.11.2",
        "react": "^17.0.2",
        "react-dom": "^17.0.2",
        "react-router-dom": "^5.2.0",
        "recoil": "^0.4.0"
    },
    "files": [
        "dist/**/*"
    ],
    "dependencies": {
        "@babylonjs/core": "^4.2.0",
        "@babylonjs/loaders": "^4.2.0",
        "@chantey/core": "^1.0.12",
        "@chantey/ecs": "^1.0.42",
        "@cypress/react": "^5.9.2",
        "@cypress/webpack-dev-server": "^1.4.0",
        "@jest/types": "^27.0.6",
        "@mediapipe/hands": "^0.3.1629416409",
        "@mediapipe/holistic": "^0.4.1628005088",
        "@mediapipe/pose": "^0.4.1629494275",
        "@types/jest": "^26.0.24",
        "@types/react": "^17.0.14",
        "@types/react-test-renderer": "^17.0.1",
        "copyfiles": "^2.4.1",
        "cross-env": "^7.0.3",
        "css-loader": "^6.2.0",
        "cypress": "^8.0.0",
        "file-loader": "^6.2.0",
        "html-webpack-plugin": "^5.3.2",
        "jest": "^27.0.6",
        "jest-extended": "^0.11.5",
        "jest-summary-reporter": "^0.0.2",
        "process": "^0.11.10",
        "react-resize-detector": "^6.7.4",
        "react-share": "^4.4.0",
        "react-test-renderer": "^17.0.2",
        "style-loader": "^3.2.1",
        "ts-jest": "^27.0.4",
        "ts-loader": "^9.2.3",
        "ts-node": "^10.1.0",
        "tsconfig-paths": "^3.10.1",
        "typescript": "^4.3.5",
        "webpack": "^5.45.1",
        "webpack-bundle-analyzer": "^4.4.2",
        "webpack-cli": "^4.7.2",
        "webpack-dev-server": "^3.11.2"
    }
}
