Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Fractalis
fractal.js
Commits
c62a8cfc
Commit
c62a8cfc
authored
Jun 07, 2018
by
Sascha Herzinger
Browse files
split dependencies to reduce dep graph
parent
ae300bdb
Changes
1
Hide whitespace changes
Inline
Side-by-side
package.json
View file @
c62a8cfc
...
...
@@ -19,16 +19,26 @@
},
"main"
:
"src/main.js"
,
"dependencies"
:
{
"
axios
"
:
"
0.16.1
"
,
"
d3
"
:
"
4.13.0
"
,
"
deep-freeze-strict
"
:
"
1.1.1
"
,
"
html2canvas
"
:
"
1.0.0-alpha.9
"
,
"
lodash
"
:
"
4.17.5
"
,
"
resize-observer-polyfill
"
:
"
1.5.0
"
,
"
tippy.js
"
:
"
2.2.2
"
,
"
uuid
"
:
"
3.2.1
"
,
"
vue
"
:
"
2.5.13
"
,
"
vue-async-computed
"
:
"
3.3.1
"
,
"
vuex
"
:
"
3.0.1
"
},
"devDependencies"
:
{
"
@babel/core
"
:
"
7.0.0-beta.46
"
,
"
@babel/plugin-proposal-object-rest-spread
"
:
"
7.0.0-beta.46
"
,
"
@babel/plugin-transform-runtime
"
:
"
7.0.0-beta.46
"
,
"
@babel/preset-env
"
:
"
7.0.0-beta.46
"
,
"
@babel/runtime
"
:
"
7.0.0-beta.46
"
,
"
axios
"
:
"
0.16.1
"
,
"
babel-loader
"
:
"
8.0.0-beta.2
"
,
"
css-loader
"
:
"
0.28.9
"
,
"
d3
"
:
"
4.13.0
"
,
"
deep-freeze-strict
"
:
"
1.1.1
"
,
"
devbridge-autocomplete
"
:
"
1.4.7
"
,
"
eslint
"
:
"
4.17.0
"
,
"
eslint-config-standard
"
:
"
11.0.0-beta.0
"
,
...
...
@@ -38,7 +48,6 @@
"
eslint-plugin-promise
"
:
"
3.6.0
"
,
"
eslint-plugin-standard
"
:
"
3.0.1
"
,
"
file-loader
"
:
"
1.1.6
"
,
"
html2canvas
"
:
"
1.0.0-alpha.9
"
,
"
jasmine-core
"
:
"
3.1.0
"
,
"
jsdoc
"
:
"
3.5.5
"
,
"
karma
"
:
"
2.0.2
"
,
...
...
@@ -48,23 +57,16 @@
"
karma-sourcemap-loader
"
:
"
0.3.7
"
,
"
karma-spec-reporter
"
:
"
0.0.32
"
,
"
karma-webpack
"
:
"
3.0.0
"
,
"
lodash
"
:
"
4.17.5
"
,
"
node-sass
"
:
"
4.7.2
"
,
"
npm
"
:
"
^6.0.1
"
,
"
object-path
"
:
"
0.11.4
"
,
"
puppeteer
"
:
"
1.3.0
"
,
"
resize-observer-polyfill
"
:
"
1.5.0
"
,
"
sass-loader
"
:
"
6.0.6
"
,
"
style-loader
"
:
"
0.20.2
"
,
"
tippy.js
"
:
"
2.2.2
"
,
"
url-loader
"
:
"
0.6.2
"
,
"
uuid
"
:
"
3.2.1
"
,
"
vue
"
:
"
2.5.13
"
,
"
vue-async-computed
"
:
"
3.3.1
"
,
"
vue-loader
"
:
"
14.1.1
"
,
"
vue-style-loader
"
:
"
4.0.2
"
,
"
vue-template-compiler
"
:
"
2.5.13
"
,
"
vuex
"
:
"
3.0.1
"
,
"
webpack
"
:
"
4.6.0
"
,
"
webpack-cli
"
:
"
2.0.15
"
,
"
webpack-dev-server
"
:
"
3.1.3
"
,
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment