{ "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" } }