mirror of
https://github.com/daief/gm-response-proxy.git
synced 2025-11-30 00:12:47 +08:00
49 lines
1.4 KiB
JSON
49 lines
1.4 KiB
JSON
{
|
||
"name": "gm-response-proxy",
|
||
"version": "0.0.1",
|
||
"private": true,
|
||
"description": "一款代理请求(包括 XMLHttpRequest 和 fetch)响应结果的油猴脚本,即 mock 请求的响应。",
|
||
"author": {
|
||
"name": "daief",
|
||
"email": "defeng_mail@163.com"
|
||
},
|
||
"repository": {
|
||
"type": "git",
|
||
"url": "https://github.com/daief/gm-response-proxy"
|
||
},
|
||
"license": "MIT",
|
||
"scripts": {
|
||
"runpack": "cross-env TS_NODE_PROJECT=\"tsconfig.webpack.json\" webpack --config ./config/index.ts --progress",
|
||
"watch": "cross-env NODE_ENV=development yarn runpack --watch",
|
||
"build": "cross-env NODE_ENV=production yarn runpack"
|
||
},
|
||
"devDependencies": {
|
||
"@types/lodash": "^4.14.165",
|
||
"@types/node": "^14.14.10",
|
||
"@types/webpack": "^4.41.25",
|
||
"@types/webpack-sources": "^2",
|
||
"@vue/compiler-sfc": "^3.0.3",
|
||
"cross-env": "^7.0.2",
|
||
"css-loader": "^5.0.1",
|
||
"less": "^3.12.2",
|
||
"less-loader": "^7.1.0",
|
||
"style-loader": "^2.0.0",
|
||
"terser-webpack-plugin": "^5.0.3",
|
||
"ts-loader": "^8.0.11",
|
||
"ts-node": "^9.0.0",
|
||
"typescript": "^4.1.2",
|
||
"vue-loader": "^16.0.0",
|
||
"webpack": "^5.8.0",
|
||
"webpack-cli": "^4.2.0",
|
||
"webpack-sources": "^2.2.0"
|
||
},
|
||
"dependencies": {
|
||
"@ant-design/colors": "^5.0.0",
|
||
"@types/color": "^3.0.1",
|
||
"color": "^3.1.3",
|
||
"lodash": "^4.17.20",
|
||
"vue": "3.0.3",
|
||
"vuex": "^4.0.0-rc.2"
|
||
}
|
||
}
|