mirror of
https://github.com/bendtherules/responsive-code-splitting.git
synced 2026-08-18 13:53:45 +00:00
19 lines
428 B
JSON
19 lines
428 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|