UNPKG

@itznevikat/router

Version:

πŸ“¦ ΠœΠ½ΠΎΠ³ΠΎΡ„ΡƒΠ½ΠΊΡ†ΠΈΠΎΠ½Π°Π»ΡŒΠ½Ρ‹ΠΉ Ρ€ΠΎΡƒΡ‚Π΅Ρ€ для ΠΏΡ€ΠΈΠ»ΠΎΠΆΠ΅Π½ΠΈΠΉ Π½Π° React ΠΈ VKUI

58 lines (57 loc) β€’ 1.63 kB
{ "name": "@itznevikat/router", "version": "0.1.0-beta29", "private": false, "description": "πŸ“¦ ΠœΠ½ΠΎΠ³ΠΎΡ„ΡƒΠ½ΠΊΡ†ΠΈΠΎΠ½Π°Π»ΡŒΠ½Ρ‹ΠΉ Ρ€ΠΎΡƒΡ‚Π΅Ρ€ для ΠΏΡ€ΠΈΠ»ΠΎΠΆΠ΅Π½ΠΈΠΉ Π½Π° React ΠΈ VKUI", "source": "src/index.ts", "types": "lib/index.d.ts", "main": "lib/index.js", "module": "lib/index.module.js", "unpkg": "lib/index.umd.js", "repository": "https://github.com/ItzNeviKat/router", "author": "Nikita Koshelenko <nikitakoschelenko@gmail.com>", "license": "MIT", "keywords": [ "react", "router", "vkontakte", "vkui", "vkminiapps" ], "files": [ "/lib" ], "scripts": { "build": "microbundle --jsx React.createElement --no-sourcemap --compress", "watch": "microbundle watch --jsx React.createElement" }, "devDependencies": { "@types/react": "^18.0.21", "@types/react-dom": "^18.0.6", "@typescript-eslint/eslint-plugin": "^5.38.0", "@typescript-eslint/parser": "^5.38.0", "@vkontakte/icons": "^1.193.0", "@vkontakte/vk-bridge": "^2.7.0", "@vkontakte/vkui": "^4.37.3", "eslint": "^8.24.0", "eslint-config-prettier": "^8.5.0", "eslint-plugin-prefer-let": "^3.0.1", "eslint-plugin-prettier": "^4.2.1", "eslint-plugin-react": "^7.31.8", "microbundle": "^0.15.1", "prettier": "^2.7.1", "react": "^18.2.0", "react-dom": "^18.2.0", "typescript": "^4.8.3" }, "peerDependencies": { "@vkontakte/vk-bridge": ">=2.7.0", "@vkontakte/vkui": ">=4", "react": ">=17", "react-dom": ">=17" }, "dependencies": { "history": "^5.3.0", "react-children-utilities": "^2.8.0" } }