24 lines
561 B
JSON
24 lines
561 B
JSON
{
|
|
"name": "adblockradio-buffer-client",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"classnames": "^2.2.5",
|
|
"moment": "^2.20.1",
|
|
"rc-checkbox": "^2.1.4",
|
|
"react": "^16.1.1",
|
|
"react-dom": "^16.1.1",
|
|
"styled-components": "^2.4.0"
|
|
},
|
|
"devDependencies": {
|
|
"react-scripts": "1.0.17"
|
|
},
|
|
"scripts": {
|
|
"start": "react-scripts start",
|
|
"build": "react-scripts build",
|
|
"test": "react-scripts test --env=jsdom",
|
|
"eject": "react-scripts eject"
|
|
},
|
|
"homepage": "https://www.adblockradio.com/buffer"
|
|
}
|