--- a/client/package.json Wed Aug 29 11:02:36 2018 +0200
+++ b/client/package.json Fri Aug 31 15:14:18 2018 +0200
@@ -5,6 +5,8 @@
"homepage": ".",
"dependencies": {
"@types/react-modal": "^3.2.1",
+ "bootstrap": "^4.1.3",
+ "i18next": "^11.6.0",
"immutable": "^3.8.1",
"jwt-decode": "^2.2.0",
"localforage": "^1.5.0",
@@ -39,8 +41,8 @@
"react-test-renderer": "^15.5.4"
},
"scripts": {
- "build-css": "node-sass-chokidar --include-path ./src --include-path ./src/sass --include-path ./node_modules --include-path ./node_modules/bootstrap-sass/assets/stylesheets src/ -o src/",
- "watch-css": "npm run build-css && node-sass-chokidar --include-path ./src --include-path ./src/sass --include-path ./node_modules --include-path ./node_modules/bootstrap-sass/assets/stylesheets src/ -o src/ --watch --recursive",
+ "build-css": "node-sass-chokidar --include-path ./src --include-path ./src/scss --include-path ./node_modules src/ -o src/",
+ "watch-css": "npm run build-css && node-sass-chokidar --include-path ./src --include-path ./src/scss --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",