Skip to content

Instantly share code, notes, and snippets.

@sandalu95
Last active February 19, 2019 17:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sandalu95/614ba959bc7c87dd4988065c72df13ff to your computer and use it in GitHub Desktop.
Save sandalu95/614ba959bc7c87dd4988065c72df13ff to your computer and use it in GitHub Desktop.
Blog Codes - Package.json file for TopAPICreators Widget
{
"name": "top-api-creators",
"version": "1.0.0",
"private": true,
"dependencies": {
"@wso2-dashboards/widget": "^1.4.0",
"@material-ui/core": "^3.9.0",
"@material-ui/icons": "^3.0.2",
"react": "^16.7.0",
"axios": "^0.16.2",
"react-intl": "^2.8.0",
"react-custom-scrollbars": "^4.2.1",
"rimraf": "^2.6.3",
"victory": "^31.0.2"
},
"scripts": {
"build": "webpack -p",
"clean": "rimraf dist",
"dev": "NODE_ENV=development webpack -d --config webpack.config.js --watch --progress",
},
"devDependencies": {
"babel-core": "^6.25.0",
"babel-eslint": "^10.0.1",
"babel-loader": "^7.1.1",
"babel-preset-env": "^1.6.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"babel-register": "^6.26.0",
"copy-webpack-plugin": "^4.2.0",
"css-loader": "^0.28.9",
"eslint": "^5.10.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.2",
"eslint-plugin-react": "^7.11.1",
"style-loader": "^0.20.2",
"webpack": "^3.12.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment