30 lines
676 B
JSON
30 lines
676 B
JSON
{
|
|
"name": "webpack-test",
|
|
"version": "1.0.0",
|
|
"main": "webpack.config.js",
|
|
"scripts": {
|
|
"start": "webpack --watch",
|
|
"build": "webpack"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"description": "",
|
|
"devDependencies": {
|
|
"@babel/core": "^7.25.8",
|
|
"@babel/preset-env": "^7.25.8",
|
|
"@babel/preset-typescript": "^7.25.7",
|
|
"babel-loader": "^9.2.1",
|
|
"webpack": "^5.95.0",
|
|
"webpack-cli": "^5.1.4"
|
|
},
|
|
"dependencies": {
|
|
"@babel/plugin-transform-react-jsx": "^7.25.7",
|
|
"@types/react": "^18.3.11",
|
|
"@types/react-dom": "^18.3.1",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"typescript": "^5.6.3"
|
|
}
|
|
}
|