-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removed the fibers package fom project (#285)
- Loading branch information
1 parent
d7cd011
commit cc88cef
Showing
1 changed file
with
69 additions
and
70 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,72 +1,71 @@ | ||
{ | ||
"name": "b2c", | ||
"version": "0.1.0", | ||
"private": true, | ||
"dependencies": { | ||
"@auth0/auth0-react": "^1.5.0", | ||
"@testing-library/jest-dom": "^5.1.0", | ||
"@testing-library/react": "^10.0.0", | ||
"@testing-library/user-event": "^7.2.1", | ||
"@types/googlemaps": "^3.0.0", | ||
"@types/markerclustererplus": "^2.1.29", | ||
"@types/node": "^14.0.26", | ||
"@types/react": "^16.9.43", | ||
"@types/react-dom": "^16.9.8", | ||
"@types/react-router-dom": "^5.1.5", | ||
"eslint-plugin-jsx-a11y": "^6.3.1", | ||
"fibers": ">=3.1.0", | ||
"node-gyp": "^8.4.1", | ||
"node-sass": "^7.0.1", | ||
"react": "^16.13.1", | ||
"react-dom": "^16.13.1", | ||
"react-google-maps": "^9.4.5", | ||
"react-meta-tags": "^0.7.4", | ||
"react-router-dom": "^5.2.0", | ||
"react-scripts": "^5.0.0", | ||
"sass": "^1.45.1", | ||
"serve": "^11.3.2", | ||
"ts-jest": "^27.0.2", | ||
"typescript": "^3.9.7" | ||
}, | ||
"devDependencies": { | ||
"@types/jest": "^27.0.3", | ||
"@typescript-eslint/eslint-plugin": "^4.6.0", | ||
"@typescript-eslint/parser": "^4.6.0", | ||
"enzyme": "^3.11.0", | ||
"enzyme-adapter-react-16": "^1.15.6", | ||
"eslint-config-prettier": "^6.15.0", | ||
"prettier": "^2.1.2", | ||
"stylelint": "^14.0.0", | ||
"stylelint-config-standard": "^23.0.0" | ||
}, | ||
"jshintConfig": { | ||
"esversion": 6 | ||
}, | ||
"scripts": { | ||
"eslint:github-action": "eslint --fix src/", | ||
"fmt": "prettier --write src/**.{json,js,ts,yml,md}", | ||
"fmt:check": "prettier --check src/**.{json,js,ts,yml,md}", | ||
"serve": "serve -s build", | ||
"build-dev-and-serve": "npm run build && npm run serve", | ||
"start": "react-scripts start", | ||
"build": "react-scripts build", | ||
"test": "react-scripts test", | ||
"eject": "react-scripts eject", | ||
"watch": "./node_modules/.bin/tsc --watch" | ||
}, | ||
"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" | ||
] | ||
} | ||
"name": "b2c", | ||
"version": "0.1.0", | ||
"private": true, | ||
"dependencies": { | ||
"@auth0/auth0-react": "^1.5.0", | ||
"@testing-library/jest-dom": "^5.1.0", | ||
"@testing-library/react": "^10.0.0", | ||
"@testing-library/user-event": "^7.2.1", | ||
"@types/googlemaps": "^3.0.0", | ||
"@types/markerclustererplus": "^2.1.29", | ||
"@types/node": "^14.0.26", | ||
"@types/react": "^16.9.43", | ||
"@types/react-dom": "^16.9.8", | ||
"@types/react-router-dom": "^5.1.5", | ||
"eslint-plugin-jsx-a11y": "^6.3.1", | ||
"node-gyp": "^8.4.1", | ||
"node-sass": "^7.0.1", | ||
"react": "^16.13.1", | ||
"react-dom": "^16.13.1", | ||
"react-google-maps": "^9.4.5", | ||
"react-meta-tags": "^0.7.4", | ||
"react-router-dom": "^5.2.0", | ||
"react-scripts": "^5.0.0", | ||
"sass": "^1.45.1", | ||
"serve": "^11.3.2", | ||
"ts-jest": "^27.0.2", | ||
"typescript": "^3.9.7" | ||
}, | ||
"devDependencies": { | ||
"@types/jest": "^27.0.3", | ||
"@typescript-eslint/eslint-plugin": "^4.6.0", | ||
"@typescript-eslint/parser": "^4.6.0", | ||
"enzyme": "^3.11.0", | ||
"enzyme-adapter-react-16": "^1.15.6", | ||
"eslint-config-prettier": "^6.15.0", | ||
"prettier": "^2.1.2", | ||
"stylelint": "^14.0.0", | ||
"stylelint-config-standard": "^23.0.0" | ||
}, | ||
"jshintConfig": { | ||
"esversion": 6 | ||
}, | ||
"scripts": { | ||
"eslint:github-action": "eslint --fix src/", | ||
"fmt": "prettier --write src/**.{json,js,ts,yml,md}", | ||
"fmt:check": "prettier --check src/**.{json,js,ts,yml,md}", | ||
"serve": "serve -s build", | ||
"build-dev-and-serve": "npm run build && npm run serve", | ||
"start": "react-scripts start", | ||
"build": "react-scripts build", | ||
"test": "react-scripts test", | ||
"eject": "react-scripts eject", | ||
"watch": "./node_modules/.bin/tsc --watch" | ||
}, | ||
"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" | ||
] | ||
} | ||
} |