mirror of
https://github.com/seigler/dash-visualizer
synced 2025-07-26 09:16:10 +00:00
📺 refactor to add webpack
This commit is contained in:
parent
561e3f3a76
commit
9cd22b19b2
10 changed files with 3963 additions and 191 deletions
27
package.json
Normal file
27
package.json
Normal file
|
@ -0,0 +1,27 @@
|
|||
{
|
||||
"name": "dash-visualizer",
|
||||
"version": "0.1.0",
|
||||
"description": "Dash transaction visualizer",
|
||||
"main": "app.js",
|
||||
"repository": "git@github.com:seigler/dash-visualizer.git",
|
||||
"author": "Joshua Seigler <github@joshua.seigler.net>",
|
||||
"license": "MIT",
|
||||
"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"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "webpack",
|
||||
"start": "webpack --watch"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue