mirror of
https://github.com/daief/gm-response-proxy.git
synced 2026-03-15 02:33:17 +08:00
42 lines
1.1 KiB
JSON
42 lines
1.1 KiB
JSON
{
|
|
"name": "gm-response-proxy",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"description": "",
|
|
"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/node": "^14.14.10",
|
|
"@types/webpack": "^4.41.25",
|
|
"@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"
|
|
},
|
|
"dependencies": {
|
|
"vue": "3.0.3",
|
|
"vuex": "^4.0.0-rc.2"
|
|
}
|
|
}
|