{ "name": "golfexude", "version": "1.0.0", "description": "", "main": "index.html", "scripts": { "vite": "vite", "serve": "http-server -p 3000 ./dist/", "build": "vite build", "rest": "json-server --watch data.json -p 8081", "dev": "npm-run-all --parallel rest vite", "prod": "npm-run-all build --parallel serve rest" }, "devDependencies": { "vite": "4.4.9", "eslint": "8.50.0", "eslint-config-airbnb-base": "15.0.0", "eslint-plugin-import": "2.28.1", "http-server": "14.1.1", "json-server": "0.17.4", "npm-run-all": "4.1.5" }, "dependencies": { "bootstrap": "5.2.1", "bootstrap-icons": "^1.11.1" }, "author": "Ruslan Anisin", "license": "ISC" }