From 7fec87199e9fc4a421d25621540fb85454bfeec0 Mon Sep 17 00:00:00 2001 From: Jaden <jadenpdi@gmail.com> Date: Tue, 22 Jan 2019 09:22:31 -0800 Subject: [PATCH] [general] clean up last artifacts of v1 editor remove last bits of the v1 editor, keeping the v1 images/svgs/editor docs fixes #191 --- .gitignore | 81 +------------------------------------------------ doc/licenses.md | 77 ---------------------------------------------- 2 files changed, 1 insertion(+), 157 deletions(-) delete mode 100644 doc/licenses.md diff --git a/.gitignore b/.gitignore index 347484d5..c87d741c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,81 +1,3 @@ - -# Created by https://www.gitignore.io/api/node - -### Node ### -# Logs -logs -*.log -npm-debug.log* -yarn-debug.log* -yarn-error.log* - -# Runtime data -pids -*.pid -*.seed -*.pid.lock - -# Directory for instrumented libs generated by jscoverage/JSCover -lib-cov - -# Coverage directory used by tools like istanbul -coverage - -# nyc test coverage -.nyc_output - -# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files) -.grunt - -# Bower dependency directory (https://bower.io/) -bower_components - -# node-waf configuration -.lock-wscript - -# Compiled binary addons (http://nodejs.org/api/addons.html) -build/Release - -# Dependency directories -node_modules/ -jspm_packages/ - -# Typescript v1 declaration files -typings/ - -# Optional npm cache directory -.npm - -# Optional eslint cache -.eslintcache - -# Optional REPL history -.node_repl_history - -# Output of 'npm pack' -*.tgz - -# Yarn Integrity file -.yarn-integrity - -# dotenv environment variables file -.env - - -# End of https://www.gitignore.io/api/node - -# built files -dist/ -# docs cache/build -styleguide/ - -flow-typed/ - -coverage/ - -# user conf file for app -user_conf.json - # pycache __pycache__ @@ -109,6 +31,5 @@ miniconda.cached/ conda/recipe_append.yaml conda-bld/ -# built JS files -beat/editor/js +# users prefix prefix/ diff --git a/doc/licenses.md b/doc/licenses.md deleted file mode 100644 index 55f4155d..00000000 --- a/doc/licenses.md +++ /dev/null @@ -1,77 +0,0 @@ -| Dependency | License | -| :--------- | :------ | -| ajv | MIT | -| bootstrap | MIT | -| classnames | MIT | -| d3 | BSD 3 Clause | -| fast-levenshtein | MIT | -| fuse.js | Apache 2.0 | -| prop-types | MIT | -| react | MIT | -| react-contextmenu | MIT | -| react-dom | MIT | -| react-popper | MIT | -| react-redux | MIT | -| react-router-dom | MIT | -| react-transition-group | BSD 3 Clause | -| reactstrap | MIT | -| redux | MIT | -| redux-thunk | MIT | -| reselect | MIT | - -| Dev Dependency | License | -| :------------- | :------ | -| babel-core | MIT | -| babel-eslint | MIT | -| babel-loader | MIT | -| babel-plugin-dynamic-import-webpack | MIT | -| babel-plugin-istanbul | BSD 3 Clause | -| babel-plugin-syntax-dynamic-import | MIT | -| babel-plugin-syntax-object-rest-spread | MIT | -| babel-plugin-transform-class-properties | MIT | -| babel-plugin-transform-object-rest-spread | MIT | -| babel-preset-env | MIT | -| babel-preset-react | MIT | -| chai | MIT | -| chai-enzyme | MIT | -| cross-env | MIT | -| css-loader | MIT | -| enzyme | MIT | -| enzyme-adapter-react-16 | MIT | -| eslint | MIT | -| eslint-plugin-compat | MIT | -| eslint-plugin-flowtype | BSD 3 Clause | -| eslint-plugin-import | MIT | -| eslint-plugin-react | MIT | -| flow-bin | MIT | -| html-webpack-harddisk-plugin | MIT | -| html-webpack-plugin | MIT | -| husky | MIT | -| karma | MIT | -| karma-chrome-launcher | MIT | -| karma-coverage | MIT | -| karma-firefox-launcher | MIT | -| karma-mocha | MIT | -| karma-mocha-reporter | MIT | -| karma-sourcemap-loader | MIT | -| karma-webpack | MIT | -| mocha | MIT | -| postcss | MIT | -| postcss-cli | MIT | -| postcss-cssnext | MIT | -| postcss-loader | MIT | -| postcss-smart-import | MIT | -| react-hot-loader | MIT | -| react-test-renderer | MIT | -| redux-devtools | MIT | -| rimraf | ISC | -| sinon | BSD 3 Clause | -| style-loader | MIT | -| stylelint | MIT | -| stylelint-config-standard | MIT | -| svg-inline-loader | MIT | -| uglifyjs-webpack-plugin | MIT | -| webpack | MIT | -| webpack-dev-server | MIT | -| webpack-visualizer-plugin | MIT | -| worker-loader | MIT | -- GitLab