media-player/package.json
2025-07-08 16:50:48 +02:00

25 lines
590 B
JSON

{
"name": "dashboard",
"version": "1.0.0",
"description": "Dashboard for LS Services",
"private": true,
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack"
},
"author": "darkeye",
"license": "ISC",
"devDependencies": {
"css-loader": "^6.10.0",
"html-loader": "^5.0.0",
"html-webpack-plugin": "^5.6.0",
"mini-css-extract-plugin": "^2.8.1",
"postcss-loader": "^8.1.1",
"style-loader": "^3.3.4",
"webpack": "^5.91.0",
"webpack-cli": "^5.1.4",
"webpack-stream": "^7.0.0"
}
}