-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
46 lines (46 loc) · 1.22 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"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"
]
}