new package dependancies

This commit is contained in:
[poww10s]
2020-09-14 01:54:21 -04:00
parent 19d907f14a
commit 3b649a8099
2 changed files with 828 additions and 271 deletions
+786 -232
View File
File diff suppressed because it is too large Load Diff
+42 -39
View File
@@ -1,41 +1,44 @@
{ {
"name": "alapatch", "name": "alapatch",
"version": "0.1.0", "version": "0.1.0",
"private": true, "private": true,
"dependencies": { "dependencies": {
"@material-ui/core": "^4.11.0", "@testing-library/jest-dom": "^4.2.4",
"@testing-library/jest-dom": "^4.2.4", "@testing-library/react": "^9.5.0",
"@testing-library/react": "^9.5.0", "@testing-library/user-event": "^7.2.1",
"@testing-library/user-event": "^7.2.1", "binary-parser": "^1.6.2",
"binary-parser": "^1.6.2", "bitset": "^5.1.1",
"bitset": "^5.1.1", "grommet": "^2.15.0",
"packet": "0.0.7", "grommet-icons": "^4.4.0",
"react": "^16.13.1", "node-sass": "^4.14.1",
"react-dom": "^16.13.1", "react": "^16.13.1",
"react-scripts": "3.4.3" "react-dom": "^16.13.1",
}, "react-scripts": "3.4.3",
"scripts": { "react-transition-group": "^2.5.1",
"start": "react-scripts start", "styled-components": "^5.2.0"
"build": "react-scripts build", },
"test": "react-scripts test", "scripts": {
"eject": "react-scripts eject" "start": "react-scripts start",
}, "build": "react-scripts build",
"eslintConfig": { "test": "react-scripts test",
"extends": "react-app" "eject": "react-scripts eject"
}, },
"browserslist": { "eslintConfig": {
"production": [ "extends": "react-app"
">0.2%", },
"not dead", "browserslist": {
"not op_mini all" "production": [
], ">0.2%",
"development": [ "not dead",
"last 1 chrome version", "not op_mini all"
"last 1 firefox version", ],
"last 1 safari version" "development": [
] "last 1 chrome version",
}, "last 1 firefox version",
"devDependencies": { "last 1 safari version"
"prettier": "2.1.1" ]
} },
"devDependencies": {
"prettier": "2.1.1"
}
} }