28 lines
677 B
JSON
28 lines
677 B
JSON
{
|
|
"name": "music-player-client",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"build": "webpack",
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"watch": "webpack --watch"
|
|
},
|
|
"author": "Savanni D'Gerinel <savanni@luminescent-dreams.com>",
|
|
"license": "GPL-3.0-or-later",
|
|
"dependencies": {
|
|
"lodash": "^4.17.21",
|
|
"systemjs": "^6.13.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/lodash": "^4.14.191",
|
|
"copy-webpack-plugin": "^11.0.0",
|
|
"css-loader": "^6.7.3",
|
|
"style-loader": "^3.3.1",
|
|
"ts-loader": "^9.4.2",
|
|
"typescript": "^4.9.5",
|
|
"webpack": "^5.75.0",
|
|
"webpack-cli": "^5.0.1"
|
|
}
|
|
}
|