wiki/editor/package.json
Peter Stuifzand 574d7b41a3
All checks were successful
continuous-integration/drone/push Build is passing
Upgrade wiki-list-editor to 0.3.2
2020-05-12 15:52:22 +02:00

27 lines
721 B
JSON

{
"devDependencies": {
"clean-webpack-plugin": "^3.0.0",
"html-webpack-plugin": "^3.2.0",
"scss-loader": "0.0.1",
"webpack": "^4.39.2",
"webpack-cli": "^3.3.7",
"webpack-dev-server": "^3.8.0"
},
"dependencies": {
"axios": "^0.19.0",
"bulma": "^0.7.5",
"css-loader": "^3.2.0",
"node-sass": "^4.12.0",
"sass-loader": "^7.3.1",
"style-loader": "^1.0.0",
"wiki-list-editor": "^0.3.2"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "webpack --watch --hide-modules",
"start": "webpack-dev-server --open --hot",
"build": "webpack --progress --hide-modules",
"docker": "webpack --color=false --hide-modules"
}
}