mirror of
https://github.com/kihashi/stardew_community_checklist.git
synced 2025-10-19 08:03:17 +00:00
56 lines
1.5 KiB
JSON
56 lines
1.5 KiB
JSON
{
|
|
"name": "stardew_community_checklist",
|
|
"version": "1.0.0",
|
|
"description": "A Checklist for the Community Center Bundles in Stardew Valley",
|
|
"author": "John Cleaver <cleaver.john.k@gmail.com>",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"lint": "eslint . --ext .js,.vue,.ts --ignore-path .gitignore",
|
|
"lint:fix": "lint --fix"
|
|
},
|
|
"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.19",
|
|
"mdi-vue": "^3.0.13",
|
|
"sass": "^1.62.1",
|
|
"vue": "^3.3.4",
|
|
"vue-router": "^4.2.2",
|
|
"vuex": "^3.0.1",
|
|
"vuex-persistedstate": "^2.5.4"
|
|
},
|
|
"devDependencies": {
|
|
"@rushstack/eslint-patch": "^1.2.0",
|
|
"@types/jsdom": "^21.1.1",
|
|
"@types/node": "^18.16.8",
|
|
"@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": "^7.1.2",
|
|
"eslint": "^8.39.0",
|
|
"eslint-plugin-vue": "^9.11.0",
|
|
"postcss-import": "^11.0.0",
|
|
"postcss-url": "^7.2.1",
|
|
"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"
|
|
]
|
|
}
|