-
- Downloads
test
parents
Branches
No related tags found
Showing
- .babelrc 7 additions, 0 deletions.babelrc
- .gitignore 25 additions, 0 deletions.gitignore
- README.md 30 additions, 0 deletionsREADME.md
- gitlab-ci.yml 13 additions, 0 deletionsgitlab-ci.yml
- package.json 35 additions, 0 deletionspackage.json
- public/app.bundle.js 0 additions, 0 deletionspublic/app.bundle.js
- public/app.bundle.js.LICENSE.txt 29 additions, 0 deletionspublic/app.bundle.js.LICENSE.txt
- public/index.html 12 additions, 0 deletionspublic/index.html
- src/App.js 37 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
gitlab-ci.yml
0 → 100644
package.json
0 → 100644
{ | |||
"name": "react-boilerplate", | |||
"version": "0.1.0", | |||
"private": true, | |||
"dependencies": { | |||
"i": "^0.3.7", | |||
"react": "^18.2.0", | |||
"react-dom": "^18.2.0" | |||
}, | |||
"scripts": { | |||
"start": "webpack-dev-server --open --mode development --port 30000", | |||
"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", | |||
"file-loader": "^6.2.0", | |||
"style-loader": "^3.3.2", | |||
"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/index.html
0 → 100755
src/App.js
0 → 100755
src/index.js
0 → 100755
webpack.config.js
0 → 100644
Please register or sign in to comment