{ "name": "odyfive", "version": "1.0.0", "main": "index.js", "license": "MIT", "dependencies": { "@inlet/react-pixi": "^5.1.4", "@reduxjs/toolkit": "^1.4.0", "@types/howler": "^2.2.1", "@types/react": "^16.9.49", "@types/react-dom": "^16.9.8", "@types/react-redux": "^7.1.9", "animejs": "^3.2.0", "eslint-plugin-react-hooks": "^4.1.2", "hotkeys-js": "^3.8.1", "howler": "^2.2.0", "parcel-bundler": "^1.12.4", "pixi.js": "^5.3.3", "react": "^16.13.1", "react-dom": "^16.13.1", "react-redux": "^7.2.1", "redux": "^4.0.5", "redux-devtools-extension": "^2.13.8", "typescript": "^4.0.3" }, "scripts": { "dev": "parcel src/index.html", "clean": "rimraf ./dist" }, "devDependencies": { "glslify-bundle": "^5.1.1", "glslify-deps": "^1.3.1", "rimraf": "^3.0.2", "sass": "^1.26.11" } }