From 068bd9798f1f41cfe0d2a2bafdb08a68871832c6 Mon Sep 17 00:00:00 2001 From: Bastian Meissner Date: Wed, 3 Jun 2020 12:13:57 +0200 Subject: [PATCH] Fixed package.json --- package.json | 86 ++++++++++++++++++++++++++-------------------------- 1 file changed, 43 insertions(+), 43 deletions(-) diff --git a/package.json b/package.json index 50121ff..20f8e6f 100644 --- a/package.json +++ b/package.json @@ -1,45 +1,45 @@ { - "name": "dashboard", - "version": "0.1.0", - "private": true, - "dependencies": { - "@testing-library/jest-dom": "^4.2.4", - "@testing-library/react": "^9.3.2", - "@testing-library/user-event": "^7.1.2", - "http-server": "^0.12.3", - "material-icons-react": "^1.0.4", - "react": "^16.13.1", - "react-dom": "^16.13.1", - "react-scripts": "3.4.1", - "react-select": "^3.1.0", - "styled-components": "^5.1.0" - }, - "scripts": { - "serveAppData": "http-server ./data -c-1", - "serveProductionApp": "http-server ./build --proxy http://localhost:8080 --port 3000", - "start": "react-scripts start", - "build": "react-scripts build", - "serve:dev": "npm-run-all --parallel serveAppData start", - "serve:production": "npm-run-all --parallel serveAppData serveProductionApp", - "test": "react-scripts test", - "eject": "react-scripts eject" - }, - "eslintConfig": { - "extends": "react-app" - }, - "browserslist": { - "production": [ - ">0.2%", - "not dead", - "not op_mini all" - ], - "development": [ - "last 1 chrome version", - "last 1 firefox version", - "last 1 safari version" - ] - }, - "devDependencies": { - "npm-run-all": "^4.1.5" - } + "name": "dashboard", + "version": "0.1.0", + "private": true, + "dependencies": { + "@testing-library/jest-dom": "^4.2.4", + "@testing-library/react": "^9.3.2", + "@testing-library/user-event": "^7.1.2", + "http-server": "^0.12.3", + "material-icons-react": "^1.0.4", + "react": "^16.13.1", + "react-dom": "^16.13.1", + "react-scripts": "3.4.1", + "react-select": "^3.1.0", + "styled-components": "^5.1.0" + }, + "scripts": { + "serveAppData": "http-server ./ -c-1", + "serveProductionApp": "http-server ./build --proxy http://localhost:8080 --port 3000", + "start": "react-scripts start", + "build": "react-scripts build", + "serve:dev": "npm-run-all --parallel serveAppData start", + "serve:production": "npm-run-all --parallel serveAppData serveProductionApp", + "test": "react-scripts test", + "eject": "react-scripts eject" + }, + "eslintConfig": { + "extends": "react-app" + }, + "browserslist": { + "production": [ + ">0.2%", + "not dead", + "not op_mini all" + ], + "development": [ + "last 1 chrome version", + "last 1 firefox version", + "last 1 safari version" + ] + }, + "devDependencies": { + "npm-run-all": "^4.1.5" + } }