测试模块
Showing
{ | { | ||
"name": "game_template", | "name": "receive_game", | ||
"version": "0.0.1", | "version": "1.0.0", | ||
"description": "game_template", | "description": "接红包基础模版", | ||
"main": "released/output.js", | "main": "released/output.js", | ||
"module": "released/output.module.js", | "module": "released/output.module.js", | ||
"scripts": { | "scripts": { | ||
... | @@ -22,7 +22,6 @@ | ... | @@ -22,7 +22,6 @@ |
"@rollup/plugin-json": "^4.1.0", | "@rollup/plugin-json": "^4.1.0", | ||
"@rollup/plugin-node-resolve": "^13.1.1", | "@rollup/plugin-node-resolve": "^13.1.1", | ||
"@rollup/plugin-typescript": "^8.3.0", | "@rollup/plugin-typescript": "^8.3.0", | ||
"address": "^1.2.0", | |||
"ali-oss": "^4.11.4", | "ali-oss": "^4.11.4", | ||
"chalk": "^2.3.0", | "chalk": "^2.3.0", | ||
"co": "^4.6.0", | "co": "^4.6.0", | ||
... | @@ -47,8 +46,9 @@ | ... | @@ -47,8 +46,9 @@ |
"rollup-plugin-serve": "^1.1.0", | "rollup-plugin-serve": "^1.1.0", | ||
"rollup-plugin-terser": "^7.0.2", | "rollup-plugin-terser": "^7.0.2", | ||
"tslint": "^5.9.1", | "tslint": "^5.9.1", | ||
"typescript": "^4.5.4" | "typescript": "^4.5.4", | ||
"address": "^1.2.0" | |||
}, | }, | ||
"author": "MrKwon", | "author": "haiyoucuv", | ||
"license": "ISC" | "license": "ISC" | ||
} | } |
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