{ "name": "stardew_community_checklist", "version": "1.0.0", "description": "A Checklist for the Community Center Bundles in Stardew Valley", "author": "John Cleaver ", "private": true, "scripts": { "dev": "vite", "build": "vite build", "preview": "vite preview", "lint": "eslint . --ext .js,.vue,.ts --ignore-path .gitignore", "lint:fix": "lint --fix", "prepare": "husky install" }, "dependencies": { "@fortawesome/fontawesome-free-brands": "^5.0.13", "@fortawesome/fontawesome-free-regular": "^5.0.13", "@fortawesome/fontawesome-free-solid": "^5.0.13", "@fortawesome/fontawesome-svg-core": "^6.4.0", "@fortawesome/vue-fontawesome": "^3.0.3", "@mdi/js": "^7.2.96", "bulma": "^0.9.4", "lodash": "^4.17.21", "mdi-vue": "^3.0.13", "pinia": "^2.1.3", "pinia-plugin-persistedstate": "^3.1.0", "sass": "^1.62.1", "vue": "^3.3.4", "vue-clipboard3": "^2.0.0", "vue-router": "^4.2.2" }, "devDependencies": { "@rushstack/eslint-patch": "^1.2.0", "@types/jsdom": "^21.1.1", "@types/lodash": "^4.14.195", "@types/node": "^20.2.5", "@vitejs/plugin-vue": "^4.2.3", "@vitejs/plugin-vue-jsx": "^3.0.1", "@vue/eslint-config-prettier": "^7.1.0", "@vue/eslint-config-typescript": "^11.0.3", "@vue/tsconfig": "^0.4.0", "autoprefixer": "^10.4.14", "eslint": "^8.42.0", "eslint-plugin-vue": "^9.14.1", "husky": "^8.0.0", "lint-staged": "^13.2.2", "postcss": "^8.4.24", "postcss-import": "^15.1.0", "postcss-url": "^10.1.3", "prettier": "^2.8.8", "typescript": "^5.1.3", "vite": "^4.3.5" }, "engines": { "node": ">= 18.0.0", "npm": ">= 8.0.0" }, "browserslist": [ "> 1%", "last 2 versions", "not ie <= 8" ] }