Skip to content

Instantly share code, notes, and snippets.

@IchrakMansour
Created July 17, 2018 11:16
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 IchrakMansour/6e98028495e0de51309c98c55469c533 to your computer and use it in GitHub Desktop.
Save IchrakMansour/6e98028495e0de51309c98c55469c533 to your computer and use it in GitHub Desktop.
{
"name": "@coreui/coreui-free-react-admin-template",
"version": "2.0.5",
"description": "CoreUI React Open Source Bootstrap 4 Admin Template",
"author": "Łukasz Holeczek",
"homepage": "https://coreui.io",
"copyright": "Copyright 2018 creativeLabs Łukasz Holeczek",
"license": "MIT",
"private": true,
"repository": {
"type": "git",
"url": "git@github.com:coreui/coreui-free-react-admin-template.git"
},
"dependencies": {
"@coreui/coreui": "^2.0.2",
"@coreui/coreui-plugin-chartjs-custom-tooltips": "^1.2.0",
"@coreui/icons": "0.2.0",
"@coreui/react": "^2.0.4",
"axios": "^0.18.0",
"bootstrap": "^4.1.1",
"chart.js": "^2.7.2",
"classnames": "^2.2.6",
"core-js": "^2.5.7",
"cors": "^2.8.4",
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.1.1",
"es6-promise": "^4.2.4",
"flag-icon-css": "^3.0.0",
"font-awesome": "^4.7.0",
"isomorphic-fetch": "^2.2.1",
"material-ui": "^0.20.1",
"mdbreact": "^4.5.1",
"prop-types": "^15.6.2",
"react": "^16.4.1",
"react-bootstrap": "^0.32.1",
"react-chartjs-2": "^2.7.2",
"react-dom": "^16.4.1",
"react-loadable": "^5.4.0",
"react-modal": "^3.5.1",
"react-router-config": "^1.0.0-beta.4",
"react-router-dom": "^4.3.1",
"react-test-renderer": "^16.4.1",
"reactstrap": "^6.1.0",
"simple-line-icons": "^2.4.1",
"uuid": "^3.3.2",
"whatwg-fetch": "^2.0.4"
},
"devDependencies": {
"babel-jest": "^23.0.1",
"node-sass-chokidar": "^1.3.0",
"npm-run-all": "^4.1.3",
"react-scripts": "^1.1.4"
},
"scripts": {
"build-css": "node-sass-chokidar --include-path ./node_modules ./src/scss -o ./src/scss",
"watch-css": "npm run build-css && node-sass-chokidar --include-path ./node_modules ./src/scss -o ./src/scss --watch --recursive",
"start-js": "react-scripts start",
"start": "npm-run-all -p watch-css start-js",
"build-js": "react-scripts build",
"build": "npm-run-all build-css build-js",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"bundle": "webpack",
"dev": "nodemon --use_strict ./backend/server.js",
"node": "node --use_strict ./backend/server.js"
},
"bugs": {
"url": "https://github.com/coreui/coreui-free-react-admin-template/issues"
},
"proxy": "http://localhost:4000/"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment