Initial commit

This commit is contained in:
2018-06-22 15:15:22 +05:30
commit eee5d33f3b
17 changed files with 9973 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
{
"name": "responsive-code-splitting",
"version": "0.1.0",
"private": true,
"dependencies": {
"react": "^16.4.1",
"react-dom": "^16.4.1",
"react-loadable": "^5.4.0",
"react-responsive": "^4.1.0",
"react-scripts": "1.1.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}