mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-23 10:07:35 +00:00
59 lines
1.6 KiB
JSON
59 lines
1.6 KiB
JSON
{
|
|
"name": "winamp-skin-museum",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@sentry/react": "^5.27.3",
|
|
"@sentry/tracing": "^5.27.3",
|
|
"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",
|
|
"jszip": "^3.1.5",
|
|
"lodash": "^4.17.11",
|
|
"md5-file": "^4.0.0",
|
|
"react": "^16.8.6",
|
|
"react-dom": "^16.8.6",
|
|
"react-dropzone": "^11.1.0",
|
|
"react-helmet": "^6.1.0",
|
|
"react-redux": "^7.2.1",
|
|
"react-scripts": "^3.4.1",
|
|
"react-twitter-embed": "^3.0.3",
|
|
"react-window": "^1.8.1",
|
|
"redux": "^4.0.1",
|
|
"redux-observable": "^1.0.0",
|
|
"reselect": "^4.0.0",
|
|
"rxjs": "^6.3.3",
|
|
"spark-md5": "^3.0.1",
|
|
"webamp": "^1.4.1-beta06"
|
|
},
|
|
"scripts": {
|
|
"start": "react-scripts start",
|
|
"build": "react-scripts build",
|
|
"test": "react-scripts test --env=jsdom",
|
|
"eject": "react-scripts eject",
|
|
"find-skins": "node ./scripts/findSkins.js",
|
|
"index": "node ./scripts/createSearchIndex.js",
|
|
"extract": "node ./scripts/extractSkinText.js \"/Volumes/Mobile Backup/skins/md5Skins/\"",
|
|
"deploy": "netlify deploy",
|
|
"styleguide": "styleguidist server",
|
|
"styleguide:build": "styleguidist build"
|
|
},
|
|
"prettier": {},
|
|
"browserslist": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not ie <= 11",
|
|
"not op_mini all"
|
|
],
|
|
"eslintConfig": {
|
|
"extends": "react-app"
|
|
},
|
|
"devDependencies": {
|
|
"bluebird": "^3.5.3",
|
|
"netlify-cli": "^2.40.0",
|
|
"react-styleguidist": "^11.0.5"
|
|
}
|
|
}
|