测试模块
Showing
{ | ||
"name": "game_template", | ||
"version": "0.0.1", | ||
"description": "game_template", | ||
"name": "receive_game", | ||
"version": "1.0.0", | ||
"description": "接红包基础模版", | ||
"main": "released/output.js", | ||
"module": "released/output.module.js", | ||
"scripts": { | ||
... | ... | @@ -22,7 +22,6 @@ |
"@rollup/plugin-json": "^4.1.0", | ||
"@rollup/plugin-node-resolve": "^13.1.1", | ||
"@rollup/plugin-typescript": "^8.3.0", | ||
"address": "^1.2.0", | ||
"ali-oss": "^4.11.4", | ||
"chalk": "^2.3.0", | ||
"co": "^4.6.0", | ||
... | ... | @@ -47,8 +46,9 @@ |
"rollup-plugin-serve": "^1.1.0", | ||
"rollup-plugin-terser": "^7.0.2", | ||
"tslint": "^5.9.1", | ||
"typescript": "^4.5.4" | ||
"typescript": "^4.5.4", | ||
"address": "^1.2.0" | ||
}, | ||
"author": "MrKwon", | ||
"author": "haiyoucuv", | ||
"license": "ISC" | ||
} |
This diff is collapsed.
test/index.html
0 → 100644
test/package.json
0 → 100644
test/rollup.test.mjs
0 → 100644
test/src/app.jsx
0 → 100644
test/src/app.less
0 → 100644
test/yarn.lock
0 → 100644
This source diff could not be displayed because it is too large. You can view the blob instead.
Please register or sign in to comment