1
0
mirror of https://github.com/kihashi/stardew_community_checklist.git synced 2025-10-19 08:03:17 +00:00

Add content module and sass loader

This commit is contained in:
John Cleaver 2021-04-15 16:41:02 -04:00
parent 53dd5ea96d
commit 5d07ea37ea
2 changed files with 1285 additions and 36 deletions

View File

@ -11,6 +11,7 @@
"lint": "yarn lint:js"
},
"dependencies": {
"@nuxt/content": "^1.14.0",
"@nuxtjs/pwa": "^3.3.5",
"core-js": "^3.9.1",
"nuxt": "^2.15.3",
@ -22,6 +23,9 @@
"babel-eslint": "^10.1.0",
"eslint": "^7.22.0",
"eslint-plugin-nuxt": "^2.0.0",
"eslint-plugin-vue": "^7.7.0"
"eslint-plugin-vue": "^7.7.0",
"fibers": "^5.0.0",
"sass": "^1.32.8",
"sass-loader": "10"
}
}
}

1313
yarn.lock

File diff suppressed because it is too large Load Diff