mirror of
https://github.com/seigler/dash-visualizer
synced 2025-07-26 09:16:10 +00:00
📺 switching to Brunch
This commit is contained in:
parent
9cd22b19b2
commit
7a3df002ee
20 changed files with 1337 additions and 1743 deletions
18
package.json
18
package.json
|
@ -9,19 +9,13 @@
|
|||
"private": false,
|
||||
"dependencies": {
|
||||
"autoprefixer": "^7.1.4",
|
||||
"css-loader": "^0.28.7",
|
||||
"extract-text-webpack-plugin": "^3.0.0",
|
||||
"file-loader": "^0.11.2",
|
||||
"less": "^2.7.2",
|
||||
"less-loader": "^4.0.5",
|
||||
"less-plugin-glob": "^2.0.1",
|
||||
"postcss-loader": "^2.0.6",
|
||||
"socket.io": "^2.0.3",
|
||||
"style-loader": "^0.18.2",
|
||||
"webpack": "^3.5.6"
|
||||
"socket.io": "^2.0.3"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "webpack",
|
||||
"start": "webpack --watch"
|
||||
"scripts": {},
|
||||
"devDependencies": {
|
||||
"browser-sync-brunch": "^0.0.9",
|
||||
"brunch": "^2.10.10",
|
||||
"less-brunch": "^2.10.0"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue