{ "name": "portfolio", "version": "1.0.0", "description": "", "main": "build/index.js", "scripts": { "build": "webpack & tsc & time /T", "watch": "npm-watch build" }, "watch": { "build": { "patterns": [ "src" ], "quiet": true, "silent": true, "extensions": "js,jsx,ts,tsx,html,css" } }, "keywords": [], "author": "", "license": "ISC", "dependencies": { "@types/express": "^4.17.13", "@types/node": "^16.11.7", "@types/react-dom": "^16.9.14", "@types/ws": "^7.4.7", "express": "^4.17.1", "mongoose": "^6.1.7", "react": "^16.14.0", "react-dom": "^16.14.0" }, "devDependencies": { "@babel/core": "^7.15.8", "@babel/preset-env": "^7.15.8", "@babel/preset-react": "^7.14.5", "@types/react": "^16.14.20", "babel-loader": "^8.2.3", "copy-webpack-plugin": "^6.4.1", "css-loader": "^5.2.7", "html-webpack-plugin": "^4.5.2", "license-webpack-plugin": "^2.3.21", "npm-watch": "^0.7.0", "style-loader": "^2.0.0", "ts-loader": "^8.3.0", "typescript": "^4.4.4", "webpack": "^5.60.0", "webpack-cli": "^4.9.1" } }