new package dependancies
This commit is contained in:
Generated
+786
-232
File diff suppressed because it is too large
Load Diff
+42
-39
@@ -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"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user