diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/package.json b/package.json index 0546488..0acfeb4 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,6 @@ "dependencies": { "@reach/router": "^1.2.1", "filesize": "^4.2.0", - "fomantic-ui": "^2.7.8", "fomantic-ui-css": "^2.7.8", "moment": "^2.24.0", "react": "^16.9.0", @@ -15,12 +14,11 @@ "react-time-ago": "^5.0.4", "react-timestamp": "^5.1.0", "seedrandom": "^3.0.3", - "semantic-ui-css": "^2.4.1", "semantic-ui-react": "^0.88.1" }, "scripts": { "dev": "parcel src/index.html", - "build": "parcel build src/index.html --no-source-maps", + "build": "parcel build src/index.html --no-source-maps --out-dir build", "format": "prettier \"src/**/*.{js,css,html}\" --write", "lint": "eslint \"src/**/*.{js,jsx} --quiet" }, |