-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.39 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
{
"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"
}
}