1
0
mirror of https://github.com/kihashi/stardew_community_checklist.git synced 2025-10-19 08:03:17 +00:00
stardew_community_checklist/package.json
2023-06-02 08:58:15 +10:00

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"
},
"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",
"vue3-clipboard": "^1.0.0",
"vuex": "^3.0.1",
"vuex-persistedstate": "^2.5.4"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.2.3",
"@vitejs/plugin-vue-jsx": "^3.0.1",
"autoprefixer": "^7.1.2",
"eslint": "^4.18.2",
"eslint-config-standard": "^10.2.1",
"eslint-friendly-formatter": "^3.0.0",
"eslint-loader": "^1.7.1",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-node": "^5.2.0",
"eslint-plugin-promise": "^3.4.0",
"eslint-plugin-standard": "^3.0.1",
"eslint-plugin-vue": "^4.0.0",
"postcss-import": "^11.0.0",
"postcss-url": "^7.2.1",
"vite": "^4.3.5"
},
"engines": {
"node": ">= 6.0.0",
"npm": ">= 3.0.0"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
]
}