-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
87 lines (87 loc) · 3.09 KB
/
Copy pathpackage.json
File metadata and controls
87 lines (87 loc) · 3.09 KB
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
"name": "@x-drive/request",
"version": "1.0.25",
"description": "支持自动域名替换、接口别名的简易请求模块",
"author": "digiaries <digiaries@hotmail.com>",
"license": "MIT",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "git+https://github.com/x-dirve/request.git"
},
"scripts": {
"build": "cross-env NODE_ENV=production rollup -c",
"dev": "rollup -c -w",
"changelog": "changelog"
},
"bugs": {
"url": "https://github.com/x-dirve/request/issues"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"@x-drive/utils": "1.1.26"
},
"devDependencies": {
"@x-drive/changelog": "1.1.5",
"@babel/cli": "7.10.5",
"@babel/core": "7.11.1",
"@babel/plugin-proposal-class-properties": "7.10.4",
"@babel/plugin-proposal-decorators": "7.10.5",
"@babel/plugin-proposal-do-expressions": "7.10.4",
"@babel/plugin-proposal-object-rest-spread": "7.11.0",
"@babel/plugin-syntax-dynamic-import": "7.8.3",
"@babel/plugin-transform-react-jsx": "7.10.4",
"@babel/plugin-transform-runtime": "7.11.0",
"@babel/preset-env": "7.11.0",
"@babel/preset-typescript": "7.10.4",
"@rollup/plugin-replace": "^2.2.0",
"@types/babel-generator": "^6.25.3",
"@types/babel-traverse": "^6.25.5",
"@types/babel-types": "^7.0.7",
"@types/debug": "4.1.5",
"@types/fs-extra": "8.1.0",
"@typescript-eslint/eslint-plugin": "^2.23.0",
"@typescript-eslint/parser": "^2.23.0",
"@zerollup/ts-transform-paths": "^1.7.3",
"babel-core": "6.26.3",
"babel-eslint": "10.0.1",
"babel-jest": "24.9.0",
"babel-loader": "8.0.0-beta.0",
"babel-plugin-syntax-jsx": "6.18.0",
"babel-plugin-transform-class-properties": "6.24.1",
"babel-preset-power-assert": "3.0.0",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.4.0",
"eslint-config-standard": "^14.1.1",
"eslint-config-standard-jsx": "^8.1.0",
"eslint-loader": "^2.0.0",
"eslint-plugin-flowtype": "^3.2.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jest": "^22.17.0",
"eslint-plugin-node": "^10.0.0",
"eslint-plugin-prettier": "^3.1.1",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.4.0",
"eslint-plugin-standard": "^4.0.1",
"rollup": "^1.23.1",
"rollup-plugin-alias": "^2.0.1",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-buble": "^0.19.8",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-postcss": "^2.0.3",
"rollup-plugin-typescript2": "^0.24.3",
"rollup-plugin-terser": "7.0.2",
"ts-jest": "26.4.0",
"typescript": "^3.8.3",
"babel-plugin-import": "1.13.3",
"cross-env": "6.0.3"
}
}