47 lines
1.2 KiB
JSON
47 lines
1.2 KiB
JSON
{
|
|
"name": "player-react",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"classnames": "^2.2.6",
|
|
"hls.js": "^0.8.9",
|
|
"isemail": "^3.2.0",
|
|
"jquery": "^3.4.1",
|
|
"jwt-decode": "^2.2.0",
|
|
"loadcss": "0.0.2",
|
|
"mediaelement": "^4.2.10",
|
|
"prop-types": "^15.7.2",
|
|
"rc-slider": "^7.0.8",
|
|
"rc-tooltip": "^3.7.3",
|
|
"react": "^16.8.6",
|
|
"react-dom": "^16.8.6",
|
|
"react-scripts": "^3.0.1",
|
|
"react-share": "^1.19.1",
|
|
"socket.io-client": "^2.2.0",
|
|
"source-map-explorer": "^1.8.0",
|
|
"styled-components": "^4.3.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/hls.js": "^0.7.7",
|
|
"eslint-plugin-react": "^7.14.2",
|
|
"serviceworker-webpack-plugin": "^0.2.3"
|
|
},
|
|
"scripts": {
|
|
"analyze": "source-map-explorer build/static/js/main.*",
|
|
"start": "react-scripts start",
|
|
"build": "react-scripts build",
|
|
"build:prod": "PUBLIC_URL=https://www.adblockradio.com/player react-scripts build",
|
|
"test": "node ./node_modules/eslint/bin/eslint.js src/**/*.js* && react-scripts test --env=jsdom",
|
|
"eject": "react-scripts eject"
|
|
},
|
|
"plugins": [
|
|
"transform-decorators-legacy"
|
|
],
|
|
"browserslist": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not ie <= 11",
|
|
"not op_mini all"
|
|
]
|
|
}
|