Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
beat.editor
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
beat
beat.editor
Commits
5bad4b3f
Commit
5bad4b3f
authored
6 years ago
by
Samuel GAIST
Browse files
Options
Downloads
Plain Diff
Merge branch 'cleanup-v1-artifacts-191' into 'v2'
Cleanup v1 artifacts See merge request
!44
parents
946cfe80
c182001f
No related branches found
No related tags found
1 merge request
!44
Cleanup v1 artifacts
Pipeline
#26270
passed
6 years ago
Stage: build
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitignore
+1
-80
1 addition, 80 deletions
.gitignore
doc/licenses.md
+0
-77
0 additions, 77 deletions
doc/licenses.md
with
1 addition
and
157 deletions
.gitignore
+
1
−
80
View file @
5bad4b3f
# 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/
This diff is collapsed.
Click to expand it.
doc/licenses.md
deleted
100644 → 0
+
0
−
77
View file @
946cfe80
| 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 |
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment