thirteen-tien-len/package.json
2023-10-23 06:58:18 +00:00

27 lines
632 B
JSON

{
"name": "thirteen-tien-len",
"version": "1.0.0",
"description": "Thirteen Tien Len ================",
"main": "index.js",
"directories": {
"lib": "lib"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"webpack": "webpack --mode=development --watch"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@babel/core": "^7.22.10",
"@babel/preset-env": "^7.22.10",
"@babel/preset-react": "^7.22.5",
"babel-loader": "^9.1.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
// "webpack": "^5.88.2",
// "webpack-cli": "^5.1.4"
}
}