diff --git a/temp/js/template/.gitignore b/temp/js/template/.gitignore new file mode 100644 index 0000000..24cdedf --- /dev/null +++ b/temp/js/template/.gitignore @@ -0,0 +1,23 @@ +# See https://help.github.com/articles/ignoring-files/ for more about ignoring files. + +# dependencies +/node_modules +/.pnp +.pnp.js + +# testing +/coverage + +# production +/build + +# misc +.DS_Store +.env.local +.env.development.local +.env.test.local +.env.production.local + +npm-debug.log* +yarn-debug.log* +yarn-error.log* \ No newline at end of file diff --git a/temp/js/template/package.json b/temp/js/template/package.json index 728773d..08ae2f5 100644 --- a/temp/js/template/package.json +++ b/temp/js/template/package.json @@ -21,7 +21,7 @@ {{#if one}} "react-dom": "^16.12.0", {{/if}} - "remax": "^2.0.7" + "remax": "^2.3.0" }, "devDependencies": { "cross-env": "^7.0.2" diff --git a/temp/js/template/public/icon.png b/temp/js/template/public/icon.png new file mode 100644 index 0000000..baea778 Binary files /dev/null and b/temp/js/template/public/icon.png differ diff --git a/temp/ts/template/.gitignore b/temp/ts/template/.gitignore new file mode 100644 index 0000000..24cdedf --- /dev/null +++ b/temp/ts/template/.gitignore @@ -0,0 +1,23 @@ +# See https://help.github.com/articles/ignoring-files/ for more about ignoring files. + +# dependencies +/node_modules +/.pnp +.pnp.js + +# testing +/coverage + +# production +/build + +# misc +.DS_Store +.env.local +.env.development.local +.env.test.local +.env.production.local + +npm-debug.log* +yarn-debug.log* +yarn-error.log* \ No newline at end of file diff --git a/temp/ts/template/package.json b/temp/ts/template/package.json index 8b28c8e..4d2d84a 100644 --- a/temp/ts/template/package.json +++ b/temp/ts/template/package.json @@ -21,7 +21,7 @@ {{#if one}} "react-dom": "^16.12.0", {{/if}} - "remax": "^2.0.7" + "remax": "^2.3.0" }, "devDependencies": { "cross-env": "^7.0.2", diff --git a/temp/ts/template/public/icon.png b/temp/ts/template/public/icon.png new file mode 100644 index 0000000..baea778 Binary files /dev/null and b/temp/ts/template/public/icon.png differ