Files
buffer/client/package.json
T
Alexandre Storelli 8257da7df0 client bugfixes
2018-11-07 18:59:23 +01:00

30 lines
626 B
JSON

{
"name": "adblockradio-buffer-client",
"version": "0.1.0",
"private": true,
"dependencies": {
"async": "^2.6.1",
"classnames": "^2.2.6",
"moment": "^2.22.2",
"rc-checkbox": "^2.1.5",
"react": "^16.6.0",
"react-dom": "^16.6.0",
"styled-components": "^2.4.1"
},
"devDependencies": {
"react-scripts": "2.1.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}