{ "name": "hardwood", "version": "1.0.0", "description": "Experimental design", "main": "index.js", "repository": "https://github.com/statonlab/hardwood.git", "scripts": { "production": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --no-progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js" }, "author": "Abdullah Almsaeed", "license": "ISC", "dependencies": { "cross-env": "^7.0.2", "jquery": "^3.2.1", "laravel-mix": "^2.1.14", "popper.js": "^1.14.7", "tether": "^1.4.5" }, "devDependencies": { "bootstrap": "^4.5.2", "font-awesome": "^4.7.0" } }