This repository has been archived by the owner on Nov 19, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.45 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "taro-router-hook",
"version": "1.0.5",
"main": "dist/index.js",
"repository": {
"type": "git",
"url": "git@github.com:zephyrpersonal/taro-router-hook.git"
},
"homepage": "https://github.com/zephyrpersonal/taro-router-hook",
"bugs": {
"url": "https://github.com/zephyrpersonal/taro-router-hook/issues"
},
"keywords": [
"taro",
"hook",
"wechat",
"tarojs",
"taro-router",
"typescript"
],
"author": "zephyr <zephyr.workmail@gmail.com>",
"license": "MIT",
"scripts": {
"build": "tsc",
"build:watch": "tsc --watch"
},
"dependencies": {
"query-string": "5"
},
"devDependencies": {
"@babel/core": "^7.5.5",
"@babel/plugin-proposal-object-rest-spread": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"@tarojs/taro": "^1.3.10",
"@types/jest": "^24.0.15",
"@types/node": "^12.6.8",
"@types/query-string": "^6.3.0",
"@typescript-eslint/eslint-plugin": "^1.12.0",
"@typescript-eslint/parser": "^1.12.0",
"babel-types": "^6.26.0",
"eslint": "^6.0.1",
"eslint-config-prettier": "^6.0.0",
"eslint-plugin-react-hooks": "^1.6.1",
"jest": "^24.8.0",
"prettier": "^1.18.2",
"rollup": "^1.17.0",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-commonjs": "^10.0.1",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-typescript": "^1.0.1",
"typescript": "^3.5.3"
},
"peerDependencies": {
"@tarojs/taro": "^1.3.10"
}
}