File size: 1,275 Bytes
f5071ca |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 |
{
"name": "netflix-clone",
"version": "1.0.0",
"description": "",
"homepage": "https://azazel5.github.io/NetflixClone/",
"keywords": [],
"main": "src/index.js",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "1.2.29",
"@fortawesome/free-solid-svg-icons": "5.13.1",
"@fortawesome/react-fontawesome": "0.1.11",
"@material-ui/core": "4.11.0",
"@reduxjs/toolkit": "^1.4.0",
"axios": "^0.19.2",
"react": "16.12.0",
"react-device-detect": "^1.13.1",
"react-dom": "16.12.0",
"react-modal": "^3.11.2",
"react-redux": "^7.2.0",
"react-router": "5.2.0",
"react-router-dom": "5.2.0",
"react-scripts": "3.0.1",
"react-transition-group": "^4.4.1",
"redux": "^4.0.5",
"redux-thunk": "^2.3.0",
"reselect": "^4.0.0"
},
"devDependencies": {
"cypress": "^4.12.1",
"gh-pages": "^3.1.0",
"typescript": "3.8.3"
},
"scripts": {
"start": "react-scripts start",
"cypress": "cypress open",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}
|