flipside-js/package.json
dependabot[bot] 9467efaeb5
Bump highcharts from 7.2.2 to 9.0.0
Bumps [highcharts](https://github.com/highcharts/highcharts-dist) from 7.2.2 to 9.0.0.
- [Release notes](https://github.com/highcharts/highcharts-dist/releases)
- [Commits](https://github.com/highcharts/highcharts-dist/compare/v7.2.2...v9.0.0)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-06 15:57:37 +00:00

45 lines
1.4 KiB
JSON

{
"name": "flipside-js",
"version": "1.16.1",
"description": "FlipsideJS provides a library embeddable widgets that display data from the Flipside Platform API, including FCAS.",
"main": "index.js",
"scripts": {
"start": "NODE_ENV=development webpack-dev-server",
"build": "webpack -p --env production",
"build:stats": "webpack -p --env production --json > stats.json"
},
"author": "Flipsidecrypto.com <hello@flipsidecrypto.com>",
"license": "MIT",
"dependencies": {
"axios": "^0.18.0",
"classnames": "^2.2.6",
"highcharts": "^9.0.0",
"load-js": "^3.0.3",
"lodash": "^4.17.11",
"preact": "^8.3.1"
},
"devDependencies": {
"@babel/core": "^7.1.6",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/plugin-transform-react-jsx": "^7.1.6",
"@types/classnames": "^2.2.7",
"@types/highcharts": "^5.0.36",
"@types/lodash": "^4.14.121",
"@types/node": "^10.12.19",
"babel-loader": "^8.0.4",
"core-js": "^2.6.5",
"css-loader": "^1.0.1",
"css-modules-typescript-loader": "^1.1.1",
"node-sass": "^4.13.1",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.1",
"ts-loader": "^5.3.3",
"typescript": "^3.2.4",
"url-loader": "^1.1.2",
"webpack": "^4.41.6",
"webpack-bundle-analyzer": "^3.6.0",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.10.3"
}
}