{ "name": "app", "version": "1.0.0", "description": "Dog training management web app.", "main": "webpack.config.js", "directories": { "lib": "lib" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "webpack --mode production", "watch": "webpack --mode development --watch" }, "repository": { "type": "git", "url": "git+https://github.com/Teddy-1024/dog_training.git" }, "keywords": [], "author": "", "license": "ISC", "bugs": { "url": "https://github.com/Teddy-1024/dog_training/issues" }, "homepage": "https://github.com/Teddy-1024/dog_training#readme", "devDependencies": { "@babel/core": "^7.25.2", "@babel/plugin-syntax-dynamic-import": "^7.8.3", "@babel/preset-env": "^7.25.4", "babel-loader": "^9.1.3", "css-loader": "^7.1.2", "glob": "^11.0.0", "mini-css-extract-plugin": "^2.9.1", "style-loader": "^4.0.0", "webpack": "^5.94.0", "webpack-cli": "^5.1.4" }, "dependencies": { "aos": "^2.3.4" } }