Initial commit
Showing
.babelrc
0 → 100644
frameConfig/README.md
0 → 100644
frameConfig/package.json
0 → 100644
keepStructure.js
0 → 100644
lib/Child.js
0 → 100644
This diff is collapsed.
lib/Child.js.LICENSE.txt
0 → 100644
lib/Hooky.js
0 → 100644
This diff is collapsed.
lib/Hooky.js.LICENSE.txt
0 → 100644
lib/README.md
0 → 100644
lib/index.js
0 → 100644
This diff is collapsed.
lib/index.js.LICENSE.txt
0 → 100644
lib/package.json
0 → 100644
lib/serviceWorker.js
0 → 100644
lib/setupTests.js
0 → 100644
This source diff could not be displayed because it is too large. You can view the blob instead.
This diff is collapsed.
... | ... | @@ -6,7 +6,7 @@ |
"@testing-library/jest-dom": "^4.2.4", | ||
"@testing-library/react": "^9.3.2", | ||
"@testing-library/user-event": "^7.1.2", | ||
"babel-loader": "^8.1.0", | ||
"progress-bar-webpack-plugin": "^2.1.0", | ||
"react": "^16.13.1", | ||
"react-dom": "^16.13.1", | ||
"react-scripts": "3.4.3" | ||
... | ... | @@ -15,7 +15,8 @@ |
"start": "react-scripts start", | ||
"build": "react-scripts build", | ||
"test": "react-scripts test", | ||
"eject": "react-scripts eject" | ||
"eject": "react-scripts eject", | ||
"frame": "rm -r lib && webpack-cli" | ||
}, | ||
"eslintConfig": { | ||
"extends": "react-app" | ||
... | ... | @@ -31,5 +32,11 @@ |
"last 1 firefox version", | ||
"last 1 safari version" | ||
] | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.11.6", | ||
"@babel/preset-env": "^7.11.5", | ||
"@babel/preset-react": "^7.10.4", | ||
"babel-loader": "^8.1.0" | ||
} | ||
} |
src/App.test.js
deleted
100644 → 0
webpack.config.js
0 → 100644
Please register or sign in to comment