summaryrefslogtreecommitdiff
path: root/frontend/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/package.json')
-rw-r--r--frontend/package.json10
1 files changed, 3 insertions, 7 deletions
diff --git a/frontend/package.json b/frontend/package.json
index 1a3fc7cb..655d9457 100644
--- a/frontend/package.json
+++ b/frontend/package.json
@@ -24,8 +24,7 @@
"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 +57,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"
},