mirror of
https://github.com/seigler/dash-visualizer
synced 2025-07-26 01:06:12 +00:00
chore: update dependencies & remove outdated
This commit is contained in:
parent
0e81ab9968
commit
722e07d6b3
4 changed files with 1130 additions and 9797 deletions
|
@ -10,10 +10,6 @@ module.exports = {
|
||||||
/^node_modules/
|
/^node_modules/
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
browserSync: {
|
|
||||||
port: 3334,
|
|
||||||
logLevel: "debug"
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
server: {
|
server: {
|
||||||
run: true,
|
run: true,
|
||||||
|
|
5567
package-lock.json
generated
5567
package-lock.json
generated
File diff suppressed because it is too large
Load diff
19
package.json
19
package.json
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "dash-visualizer",
|
"name": "dash-visualizer",
|
||||||
"version": "0.1.0",
|
"version": "0.2.0",
|
||||||
"description": "Dash transaction visualizer",
|
"description": "Dash transaction visualizer",
|
||||||
"main": "app.js",
|
"main": "app.js",
|
||||||
"repository": "git@github.com:seigler/dash-visualizer.git",
|
"repository": "git@github.com:seigler/dash-visualizer.git",
|
||||||
|
@ -8,22 +8,21 @@
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"private": false,
|
"private": false,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
"bufferutil": "^4.0.1",
|
||||||
|
"color-scheme": "^1.0.1",
|
||||||
|
"socket.io": "^2.3.0",
|
||||||
|
"utf-8-validate": "^5.0.2"
|
||||||
|
},
|
||||||
|
"devDependencies": {
|
||||||
"babel-brunch": "^7.0.1",
|
"babel-brunch": "^7.0.1",
|
||||||
"babel-polyfill": "^6.26.0",
|
"babel-polyfill": "^6.26.0",
|
||||||
"babel-preset-env": "^1.7.0",
|
"babel-preset-env": "^1.7.0",
|
||||||
"color-scheme": "^1.0.1",
|
"brunch": "^3.0.0",
|
||||||
"less": "^2.7.2",
|
"git-directory-deploy": "^1.5.1"
|
||||||
"socket.io": "^2.2.0"
|
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"watch": "brunch watch -s",
|
"watch": "brunch watch -s",
|
||||||
"build": "brunch build",
|
"build": "brunch build",
|
||||||
"deploy": "npm run build && git-directory-deploy --directory public/"
|
"deploy": "npm run build && git-directory-deploy --directory public/"
|
||||||
},
|
|
||||||
"devDependencies": {
|
|
||||||
"browser-sync-brunch": "^0.0.9",
|
|
||||||
"brunch": "^2.10.17",
|
|
||||||
"git-directory-deploy": "^1.5.1",
|
|
||||||
"less-brunch": "^2.10.0"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue