webamp/package.json
2018-12-02 18:52:18 -08:00

41 lines
1.2 KiB
JSON

{
"name": "winamp-skin-museum",
"version": "0.1.0",
"private": true,
"dependencies": {
"algoliasearch": "^3.30.0",
"async": "^2.6.0",
"classnames": "^2.2.6",
"dominant-color": "^0.0.1",
"glob": "^7.1.3",
"image-average-color": "^1.0.0",
"lodash": "^4.17.11",
"md5-file": "^4.0.0",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-helmet": "^5.2.0",
"react-redux": "^5.1.1",
"react-scripts": "2.0.3",
"redux": "^4.0.1",
"redux-observable": "^1.0.0",
"rxjs": "^6.3.3",
"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",
"extract": "find ../webamp/experiments/automatedScreenshots/skins \"(\" -name \"*.wsz\" -o -name \"*.zip\" \")\" -exec node ./scripts/extractSkinText.js \"{}\" \\;"
},
"prettier": {},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}