Skip to content

Instantly share code, notes, and snippets.

@varaprasadh
Last active June 3, 2021 12:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save varaprasadh/ac97a64eb909455844a49ade3651929c to your computer and use it in GitHub Desktop.
Save varaprasadh/ac97a64eb909455844a49ade3651929c to your computer and use it in GitHub Desktop.
package.json
{
"name": "cats",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-outside-click-handler": "^1.3.0",
"styled-components": "^5.3.0"
},
"devDependencies": {
"@types/chrome": "0.0.142",
"@types/react": "^17.0.8",
"@types/react-dom": "^17.0.5",
"@types/react-outside-click-handler": "^1.3.0",
"@types/styled-components": "^5.1.9",
"clean-webpack-plugin": "^4.0.0-alpha.0",
"copy-webpack-plugin": "^9.0.0",
"css-loader": "^5.2.6",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.3.1",
"style-loader": "^2.0.0",
"ts-loader": "^9.2.2",
"typescript": "^4.3.2",
"webpack": "^5.37.1",
"webpack-cli": "^4.7.0"
},
"scripts": {
"dev": "webpack --watch",
"build": "webpack",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment