Skip to content

Instantly share code, notes, and snippets.

@sullemanhossam
Created June 25, 2024 13:35
Show Gist options
  • Save sullemanhossam/255cac92d1b9b79361b416d32b99d03c to your computer and use it in GitHub Desktop.
Save sullemanhossam/255cac92d1b9b79361b416d32b99d03c to your computer and use it in GitHub Desktop.
{
"name": "react-counter",
"version": "0.0.0",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/your-username/your-repository.git"
},
"devDependencies": {
"@babel/core": "7.24.7",
"@babel/preset-react": "7.24.7",
"babel-loader": "8.3.0",
"file-loader": "6.2.0",
"serve": "13.0.4",
"url-loader": "4.1.1",
"webpack": "5.92.1",
"webpack-cli": "4.10.0",
"webpack-dev-server": "4.15.2"
},
"scripts": {
"start": "webpack serve --config webpack.config.js",
"build": "webpack --mode production",
"serve": "serve dist -p 3002",
"clean": "rm -rf dist"
},
"dependencies": {
"effector": "^22.8.7",
"effector-react": "^22.5.4",
"lib": "workspace:^",
"react": "^16.13.0",
"react-dom": "^16.13.0",
"react-is": "^18.3.1",
"styled-components": "^5.3.5"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment