react-tradingview-technical-analysis
Version:
React component for rendering the TradingView Technical Analysis Widget
52 lines (51 loc) • 1.46 kB
JSON
{
"name": "react-tradingview-technical-analysis",
"version": "1.0.2",
"description": "React component for rendering the TradingView Technical Analysis Widget",
"main": "./index.js",
"repository": {
"type": "git",
"url": "https://github.com/paiziak-o/react-tradingview-technical-analysis.git"
},
"bugs": {
"url": "https://github.com/paiziak-o/react-tradingview-technical-analysis/issues"
},
"private": false,
"scripts": {
"build": "webpack --config webpack.config.babel.js",
"release": "webpack --p --config webpack.config.babel.js",
"test": "jest",
"coverage": "jest --coverage",
"lint": "eslint ./src"
},
"author": "Paiziak Oleksandr",
"license": "ISC",
"keywords": [
"tradingview",
"technical analysis widget",
"tradingview technical analysis widget"
],
"peerDependencies": {
"prop-types": "^15.6.0",
"react": "^16.2.0",
"react-dom": "^16.2.0"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-eslint": "^8.0.1",
"babel-jest": "^22.1.0",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"clean-webpack-plugin": "^0.1.16",
"eslint": "^4.9.0",
"eslint-plugin-react": "^7.4.0",
"jest": "^21.2.1",
"jest-cli": "^23.0.0-alpha.0",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-hot-loader": "next",
"webpack": "^3.8.1"
}
}