UNPKG

@eolme/vma-engine

Version:
52 lines (51 loc) 1.3 kB
{ "name": "@eolme/vma-engine", "version": "5.1.0", "main": "dist/index.js", "types": "dist/index.d.ts", "type": "module", "author": { "name": "Anton Petrov", "email": "im@petrov.engineer", "url": "https://petrov.engineer" }, "description": "Engine for VK Mini Apps", "license": "MIT", "keywords": [ "vk", "vkontakte", "vkcom", "vkapps", "vk-apps", "react" ], "homepage": "https://github.com/eolme/vma-engine", "bugs": "https://github.com/eolme/vma-engine/issues", "repository": { "type": "git", "url": "https://github.com/eolme/vma-engine.git" }, "scripts": { "build": "tsc --project tsconfig.json" }, "dependencies": { "@ahooksjs/use-request": "^2.6.0", "@types/raf": "^3.4.0", "@types/react": "^16.9.49", "@vkontakte/vk-bridge": "^2.3.0", "ahooks": "^2.6.1", "react": "^16.13.1", "worker-timers": "^7.0.0", "worker-timers-broker": "^6.0.23" }, "devDependencies": { "@typescript-eslint/eslint-plugin": "^4.2.0", "@typescript-eslint/parser": "^4.2.0", "eslint": "^7.9.0", "eslint-plugin-import": "^2.22.0", "eslint-plugin-promise": "^4.2.1", "eslint-plugin-react": "^7.21.2", "eslint-plugin-react-hooks": "^4.1.2", "typescript": "^4.0.3" } }