diff options
Diffstat (limited to 'frontend/package.json')
| -rw-r--r-- | frontend/package.json | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/frontend/package.json b/frontend/package.json index 1a3fc7cb..bb190954 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -19,13 +19,13 @@ "proxy": "http://localhost:8082", "dependencies": { "approximate-number": "~2.0.0", + "bootstrap": "4.5.3", "classnames": "~2.2.5", "husky": "~4.2.5", "konva": "~6.0.0", "lint-staged": "~10.2.2", "mathjs": "~7.1.0", - "node-sass-chokidar": "~1.4.0", - "npm-run-all": "~4.1.2", + "node-sass": "^4.14.1", "prettier": "~2.0.5", "prop-types": "~15.7.2", "react": "~16.13.1", @@ -58,11 +58,8 @@ "scripts": { "format": "prettier --write src", "precommit": "lint-staged", - "build-css": "node-sass-chokidar src/ -o src/", - "watch-css": "npm run build-css && node-sass-chokidar 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", + "start": "react-scripts start", + "build": "react-scripts build", "test": "react-scripts test --env=jsdom", "eject": "react-scripts eject" }, |
