webamp/package.json
Jordan Eldredge 37b0a6286a Add filename
2018-11-26 19:32:41 -08:00

31 lines
724 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"
},
"prettier": {},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}