-
- Downloads
Merge branch 'master' into 'main'
First Commit See merge request JYCHOI/muistarterkit!1
dist/index.html
0 → 100644
package.json
0 → 100644
{ | ||
"name": "muibasic_starterkit", | ||
"version": "1.0.0", | ||
"description": "Boiler plate for MaterialUI Development", | ||
"main": "webpack.config.js", | ||
"dependencies": { | ||
"@emotion/react": "^11.9.3", | ||
"@emotion/styled": "^11.9.3", | ||
"@mui/material": "^5.8.6" | ||
}, | ||
"devDependencies": { | ||
"@babel/cli": "^7.18.6", | ||
"@babel/core": "^7.18.6", | ||
"@babel/plugin-proposal-class-properties": "^7.18.6", | ||
"@babel/preset-env": "^7.18.6", | ||
"@babel/preset-react": "^7.18.6", | ||
"babel-loader": "^8.2.5", | ||
"react": "^18.2.0", | ||
"react-dom": "^18.2.0", | ||
"webpack": "^5.73.0", | ||
"webpack-cli": "^4.10.0" | ||
}, | ||
"scripts": { | ||
"build": "webpack --mode development", | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"keywords": [ | ||
"Material", | ||
"UI", | ||
"ReactJS" | ||
], | ||
"author": "Jae Young Choi", | ||
"license": "MIT" | ||
} |
src/App.js
0 → 100644
src/index.js
0 → 100644
webpack.config.js
0 → 100644
Please register or sign in to comment