mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-23 10:07:35 +00:00
32 lines
803 B
JSON
32 lines
803 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-redux": "^5.1.1",
|
|
"react-scripts": "2.0.3",
|
|
"redux": "^4.0.1",
|
|
"shell-escape": "^0.2.0",
|
|
"webamp": "^1.3.0-beta.0"
|
|
},
|
|
"scripts": {
|
|
"start": "react-scripts start",
|
|
"build": "react-scripts build",
|
|
"test": "react-scripts test --env=jsdom",
|
|
"eject": "react-scripts eject",
|
|
"build-index": "node ./scripts/findSkins.js",
|
|
"create-search-index": "node ./scripts/createSearchIndex.js > index.json"
|
|
},
|
|
"prettier": {},
|
|
"browserslist": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not ie <= 11",
|
|
"not op_mini all"
|
|
]
|
|
}
|