Skip to content
Snippets Groups Projects
Commit d63df778 authored by Jaden's avatar Jaden Committed by Samuel GAIST
Browse files

[general] clean up last artifacts of v1 editor

remove last bits of the v1 editor, keeping the v1 images/svgs/editor
docs

fixes #191
parent 9beecf46
No related branches found
No related tags found
No related merge requests found
# 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
__pycache__ __pycache__
...@@ -109,6 +31,5 @@ miniconda.cached/ ...@@ -109,6 +31,5 @@ miniconda.cached/
conda/recipe_append.yaml conda/recipe_append.yaml
conda-bld/ conda-bld/
# built JS files # users prefix
beat/editor/js
prefix/ prefix/
| 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 |
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment