30 lines
729 B
JSON
30 lines
729 B
JSON
{
|
|
"name": "main",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"dev": "webpack serve --env development"
|
|
},
|
|
"author": "kim",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"react": "^17.0.1",
|
|
"react-dom": "^17.0.1",
|
|
"react-router": "^5.2.0",
|
|
"react-router-dom": "^5.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.12.10",
|
|
"@babel/plugin-proposal-class-properties": "^7.12.1",
|
|
"@babel/preset-env": "^7.12.11",
|
|
"@babel/preset-react": "^7.12.10",
|
|
"@pmmmwh/react-refresh-webpack-plugin": "^0.4.3",
|
|
"babel-loader": "^8.2.2",
|
|
"react-refresh": "^0.9.0",
|
|
"webpack": "^5.11.0",
|
|
"webpack-cli": "^4.2.0",
|
|
"webpack-dev-server": "^3.11.0"
|
|
}
|
|
}
|