@tarojs/router
Version:
Taro-router
55 lines • 1.34 kB
JSON
{
"name": "@tarojs/router",
"version": "4.0.12",
"description": "Taro-router",
"author": "O2Team",
"license": "MIT",
"browser": "dist/index.js",
"main:h5": "dist/index.esm.js",
"main": "dist/index.js",
"module": "dist/index.cjs.js",
"typings": "dist/index.esm.d.ts",
"files": [
"dist",
"types",
"index.js"
],
"sideEffects": [],
"repository": {
"type": "git",
"url": "git+https://github.com/NervJS/taro.git"
},
"keywords": [
"router"
],
"engines": {
"node": ">= 18"
},
"dependencies": {
"dingtalk-jsapi": "~2.15.2",
"history": "^5.3.0",
"mobile-detect": "^1.4.2",
"query-string": "^9.0.0",
"tslib": "^2.6.2",
"universal-router": "^9.2.0"
},
"devDependencies": {
"@tarojs/taro": "4.0.12",
"@tarojs/shared": "4.0.12",
"@tarojs/runtime": "4.0.12",
"@tarojs/components": "4.0.12"
},
"peerDependencies": {
"@tarojs/runtime": "4.0.12",
"@tarojs/taro": "4.0.12",
"@tarojs/shared": "4.0.12"
},
"scripts": {
"prod": "pnpm run build",
"prebuild": "pnpm run clean",
"build": "pnpm run rollup --environment NODE_ENV:production",
"clean": "rimraf ./dist",
"dev": "pnpm run rollup --environment NODE_ENV:development -w",
"rollup": "rollup --config rollup.config.mts --configPlugin typescript"
}
}