UNPKG

1.37 kBJSONView Raw
1{
2 "name": "@tarojs/router",
3 "version": "3.6.6",
4 "description": "Taro-router",
5 "browser": "dist/index.esm.js",
6 "main:h5": "dist/index.js",
7 "main": "dist/index.js",
8 "module": "dist/index.cjs.js",
9 "typings": "dist/index.d.ts",
10 "files": [
11 "dist",
12 "types",
13 "index.js"
14 ],
15 "repository": {
16 "type": "git",
17 "url": "git+https://github.com/NervJS/taro.git"
18 },
19 "keywords": [
20 "router"
21 ],
22 "author": "O2Team",
23 "license": "MIT",
24 "dependencies": {
25 "dingtalk-jsapi": "~2.15.2",
26 "history": "^5.1.0",
27 "mobile-detect": "^1.4.2",
28 "query-string": "^7.1.1",
29 "universal-router": "^8.3.0",
30 "@tarojs/runtime": "3.6.6",
31 "@tarojs/taro": "3.6.6"
32 },
33 "devDependencies": {
34 "@rollup/plugin-commonjs": "^20.0.0",
35 "@rollup/plugin-node-resolve": "^8.0.0",
36 "@types/jest": "^29.4.0",
37 "jest": "^29.3.1",
38 "jest-cli": "^29.3.1",
39 "jest-environment-jsdom": "^29.5.0",
40 "jsdom": "^21.1.0",
41 "rollup": "^2.79.0",
42 "rollup-plugin-node-externals": "^5.0.0",
43 "rollup-plugin-ts": "^3.0.2",
44 "ts-jest": "^29.0.5",
45 "typescript": "^4.7.4"
46 },
47 "scripts": {
48 "build": "rimraf ./dist && tsc && rollup -c",
49 "dev": "tsc -w",
50 "test": "cross-env NODE_ENV=jest jest",
51 "test:ci": "cross-env NODE_ENV=jest jest --ci",
52 "test:dev": "cross-env NODE_ENV=jest jest --watch"
53 }
54}
\No newline at end of file