mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-23 01:57:29 +00:00
24 lines
611 B
JSON
24 lines
611 B
JSON
{
|
|
"name": "winamp-skin-museum",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"async": "^2.6.0",
|
|
"dominant-color": "^0.0.1",
|
|
"image-average-color": "^1.0.0",
|
|
"react": "^16.2.0",
|
|
"react-dom": "^16.2.0",
|
|
"react-loadermixin": "^1.0.4",
|
|
"react-loadqueueloader": "^1.0.3",
|
|
"react-scripts": "1.1.1",
|
|
"react-virtualized": "^9.18.5",
|
|
"shell-escape": "^0.2.0",
|
|
"webamp": "^1.0.0"
|
|
},
|
|
"scripts": {
|
|
"start": "react-scripts start",
|
|
"build": "react-scripts build",
|
|
"test": "react-scripts test --env=jsdom",
|
|
"eject": "react-scripts eject"
|
|
}
|
|
}
|