Using flex layout
- `npm run serve` starts webpack-dev-server on 3100
Showing
This diff is collapsed.
... | ... | @@ -4,6 +4,7 @@ |
"description": "d3js Tree Editor", | ||
"main": "index.js", | ||
"scripts": { | ||
"serve": "webpack-dev-server --config config/webpack.config.js", | ||
"build": "webpack --config config/webpack.config.js", | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
... | ... | @@ -15,18 +16,11 @@ |
"author": "", | ||
"license": "MIT", | ||
"dependencies": { | ||
"babel-core": "^6.26.0", | ||
"babel-loader": "^7.1.2", | ||
"babel-preset-env": "^1.6.1", | ||
"d3": "^3.5.17", | ||
"exports-loader": "^0.7.0", | ||
"foundation": "^4.2.1-1", | ||
"foundation-sites": "^5.5.2", | ||
"imports-loader": "^0.7.1", | ||
"foundation": "^4.2.1", | ||
"foundation-sites": "^5.5.3", | ||
"jquery": "^2.1.3", | ||
"style-loader": "^0.20.2", | ||
"underscore": "^1.8.3", | ||
"webpack": "^3.11.0" | ||
"underscore": "^1.8.3" | ||
}, | ||
"babel": { | ||
"presets": [ | ||
... | ... | @@ -34,9 +28,17 @@ |
] | ||
}, | ||
"devDependencies": { | ||
"babel-core": "^6.26.0", | ||
"babel-loader": "^7.1.2", | ||
"babel-preset-env": "^1.6.1", | ||
"imports-loader": "^0.7.1", | ||
"style-loader": "^0.20.2", | ||
"exports-loader": "^0.7.0", | ||
"css-loader": "^0.28.9", | ||
"extract-text-webpack-plugin": "^3.0.0", | ||
"html-webpack-plugin": "^2.30.1", | ||
"json-loader": "^0.5.7", | ||
"extract-text-webpack-plugin": "^3.0.0" | ||
"webpack": "^3.11.0", | ||
"webpack-dev-server": "^2.11.1" | ||
} | ||
} |
Please register or sign in to comment