init
parents
Showing
.babelrc
0 → 100644
.gitignore
0 → 100644
gulpfile.js
0 → 100644
package.json
0 → 100644
{ | |||
"name": "jimu-plugin", | |||
"version": "1.0.0", | |||
"main": "index.js", | |||
"license": "MIT", | |||
"dependencies": { | |||
"babel-core": "^6.26.3", | |||
"babel-plugin-external-helpers": "^6.22.0", | |||
"babel-plugin-transform-runtime": "^6.23.0", | |||
"babel-preset-env": "^1.7.0", | |||
"gulp": "^3.9.1", | |||
"gulp-clean": "^0.4.0", | |||
"rollup": "^0.65.2", | |||
"rollup-plugin-babel": "3", | |||
"rollup-plugin-commonjs": "^9.1.6", | |||
"rollup-plugin-node-resolve": "^3.4.0", | |||
"run-sequence": "^2.2.1" | |||
}, | |||
"devDependencies": { | |||
"jquery": "^3.3.1" | |||
} | |||
} |
src/pluginA/plugin.js
0 → 100644
src/pluginA/preview.html
0 → 100644
src/pluginA/vendor.js
0 → 100644
yarn.lock
0 → 100644
This diff is collapsed.
Please register or sign in to comment