innovationDriveApp/package.json
2018-07-08 19:21:40 +10:00

33 lines
1.1 KiB
JSON

{
"name": "nud-react",
"version": "1.0.2",
"private": true,
"homepage": "https://creativetimofficial.github.io/now-ui-dashboard-react/#/dashboard",
"dependencies": {
"bootstrap": "4.0.0-beta",
"chart.js": "^2.7.2",
"history": "4.7.2",
"jquery": "3.3.1",
"node-sass": "^4.9.1",
"node-sass-chokidar": "0.0.3",
"npm-run-all": "4.1.1",
"perfect-scrollbar": "1.3.0",
"react": "16.1.0",
"react-chartjs-2": "2.7.0",
"react-dom": "16.1.0",
"react-google-maps": "9.2.2",
"react-notification-alert": "0.0.7",
"react-router-dom": "4.2.2",
"react-scripts": "^1.1.4",
"reactstrap": "5.0.0-alpha.4"
},
"scripts": {
"build-css": "node-sass-chokidar --include-path ./src --include-path ./node_modules src/ -o src/",
"watch-css": "npm run build-css && node-sass-chokidar --include-path ./src --include-path ./node_modules src/ -o src/ --watch --recursive",
"start-js": "react-scripts start",
"start": "npm-run-all -p watch-css start-js",
"build": "npm run build-css && react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}