1 | {
|
2 | "name": "@tarojs/router",
|
3 | "version": "4.0.8",
|
4 | "description": "Taro-router",
|
5 | "author": "O2Team",
|
6 | "license": "MIT",
|
7 | "browser": "dist/index.js",
|
8 | "main:h5": "dist/index.esm.js",
|
9 | "main": "dist/index.js",
|
10 | "module": "dist/index.cjs.js",
|
11 | "typings": "dist/index.esm.d.ts",
|
12 | "files": [
|
13 | "dist",
|
14 | "types",
|
15 | "index.js"
|
16 | ],
|
17 | "sideEffects": [],
|
18 | "repository": {
|
19 | "type": "git",
|
20 | "url": "git+https://github.com/NervJS/taro.git"
|
21 | },
|
22 | "keywords": [
|
23 | "router"
|
24 | ],
|
25 | "engines": {
|
26 | "node": ">= 18"
|
27 | },
|
28 | "dependencies": {
|
29 | "dingtalk-jsapi": "~2.15.2",
|
30 | "history": "^5.3.0",
|
31 | "mobile-detect": "^1.4.2",
|
32 | "query-string": "^9.0.0",
|
33 | "tslib": "^2.6.2",
|
34 | "universal-router": "^9.2.0"
|
35 | },
|
36 | "devDependencies": {
|
37 | "@tarojs/components": "4.0.8",
|
38 | "@tarojs/runtime": "4.0.8",
|
39 | "@tarojs/shared": "4.0.8",
|
40 | "@tarojs/taro": "4.0.8"
|
41 | },
|
42 | "peerDependencies": {
|
43 | "@tarojs/runtime": "4.0.8",
|
44 | "@tarojs/shared": "4.0.8",
|
45 | "@tarojs/taro": "4.0.8"
|
46 | },
|
47 | "scripts": {
|
48 | "prod": "pnpm run build",
|
49 | "prebuild": "pnpm run clean",
|
50 | "build": "pnpm run rollup --environment NODE_ENV:production",
|
51 | "clean": "rimraf ./dist",
|
52 | "dev": "pnpm run rollup --environment NODE_ENV:development -w",
|
53 | "rollup": "rollup --config rollup.config.mts --configPlugin typescript"
|
54 | }
|
55 | } |
\ | No newline at end of file |