-
- Downloads
react
Showing
- .babelrc 6 additions, 0 deletions.babelrc
- .gitignore 25 additions, 0 deletions.gitignore
- README.md 30 additions, 0 deletionsREADME.md
- package.json 34 additions, 0 deletionspackage.json
- public/app.bundle.js 2 additions, 0 deletionspublic/app.bundle.js
- public/app.bundle.js.LICENSE.txt 29 additions, 0 deletionspublic/app.bundle.js.LICENSE.txt
- public/index.html 10 additions, 20 deletionspublic/index.html
- public/style.css 0 additions, 24 deletionspublic/style.css
- src/App.js 33 additions, 0 deletionssrc/App.js
- src/index.js 10 additions, 0 deletionssrc/index.js
- webpack.config.js 41 additions, 0 deletionswebpack.config.js
.babelrc
0 → 100644
.gitignore
0 → 100755
README.md
0 → 100755
package.json
0 → 100644
{ | ||
"name": "react-boilerplate", | ||
"version": "0.1.0", | ||
"private": true, | ||
"dependencies": { | ||
"react": "^18.2.0", | ||
"react-dom": "^18.2.0" | ||
}, | ||
"scripts": { | ||
"start": "webpack-dev-server --open --mode development --port 3000", | ||
"build": "webpack --mode production" | ||
}, | ||
"eslintConfig": { | ||
"extends": "react-app" | ||
}, | ||
"browserslist": [ | ||
">0.2%", | ||
"not dead", | ||
"not ie <= 11", | ||
"not op_mini all" | ||
], | ||
"devDependencies": { | ||
"@babel/core": "^7.2.2", | ||
"@babel/preset-env": "^7.3.1", | ||
"@babel/preset-react": "^7.0.0", | ||
"babel-loader": "^8.0.5", | ||
"css-loader": "^6.7.3", | ||
"style-loader": "^3.3.2", | ||
"file-loader": "^6.2.0", | ||
"webpack": "^5.77.0", | ||
"webpack-cli": "^5.0.1", | ||
"webpack-dev-server": "^4.13.1" | ||
} | ||
} |
public/app.bundle.js
0 → 100644
This diff is collapsed.
public/app.bundle.js.LICENSE.txt
0 → 100644
public/style.css
deleted
100644 → 0
src/App.js
0 → 100755
src/index.js
0 → 100755
webpack.config.js
0 → 100644
Please register or sign in to comment