diff --git a/.gitignore b/.gitignore index 347484d558fad860d08ee8bfe6bb6cabb9d109c9..c87d741c858fd20318e53c775be3ca31649f57a2 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 55f4155d809a7c3e38f933ffe902e233b0f5e820..0000000000000000000000000000000000000000 --- 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 |