mirror of
https://github.com/FormidableLabs/webpack-dashboard.git
synced 2026-01-18 14:18:05 +00:00
58 lines
1.4 KiB
JSON
58 lines
1.4 KiB
JSON
{
|
|
"name": "webpack-dashboard",
|
|
"version": "1.0.0-3",
|
|
"description": "a CLI dashboard for webpack dev server",
|
|
"bin": "bin/webpack-dashboard.js",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"lint": "eslint ."
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/FormidableLabs/webpack-dashboard.git"
|
|
},
|
|
"keywords": [
|
|
"webpack",
|
|
"cli",
|
|
"plugin",
|
|
"dashboard"
|
|
],
|
|
"author": "Ken Wheeler",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/FormidableLabs/webpack-dashboard/issues"
|
|
},
|
|
"homepage": "https://github.com/FormidableLabs/webpack-dashboard#readme",
|
|
"peerDependencies": {
|
|
"webpack": "*"
|
|
},
|
|
"dependencies": {
|
|
"babel-core": "^6.24.0",
|
|
"babel-traverse": "^6.23.1",
|
|
"babel-types": "^6.23.0",
|
|
"babylon": "^6.16.1",
|
|
"blessed": "^0.1.81",
|
|
"bluebird": "^3.5.0",
|
|
"chalk": "^1.1.3",
|
|
"commander": "^2.9.0",
|
|
"cross-spawn": "^4.0.0",
|
|
"filesize": "^3.3.0",
|
|
"handlebars": "^4.0.6",
|
|
"inspectpack": "^1.2.0",
|
|
"lodash": "^4.17.4",
|
|
"most": "^1.6.1",
|
|
"socket.io": "^1.4.8",
|
|
"socket.io-client": "^1.4.8",
|
|
"webpack": "^2.3.2",
|
|
"webpack-dev-server": "^2.4.2"
|
|
},
|
|
"devDependencies": {
|
|
"babel-eslint": "^7.2.1",
|
|
"eslint": "^3.18.0",
|
|
"eslint-config-formidable": "^2.0.1",
|
|
"eslint-plugin-filenames": "^1.1.0",
|
|
"eslint-plugin-import": "^2.2.0"
|
|
}
|
|
}
|