mirror of
https://github.com/kihashi/stardew_community_checklist.git
synced 2025-10-19 08:03:17 +00:00
32 lines
774 B
JSON
32 lines
774 B
JSON
{
|
|
"name": "stardew_community_checklist",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "nuxt",
|
|
"build": "nuxt build",
|
|
"start": "nuxt start",
|
|
"generate": "nuxt generate",
|
|
"lint:js": "eslint --ext \".js,.vue\" --ignore-path .gitignore .",
|
|
"lint": "yarn lint:js"
|
|
},
|
|
"dependencies": {
|
|
"@nuxt/content": "^1.14.0",
|
|
"@nuxtjs/pwa": "^3.3.5",
|
|
"core-js": "^3.9.1",
|
|
"nuxt": "^2.15.3",
|
|
"nuxt-buefy": "^0.4.4"
|
|
},
|
|
"devDependencies": {
|
|
"@nuxtjs/eslint-config": "^6.0.0",
|
|
"@nuxtjs/eslint-module": "^3.0.2",
|
|
"babel-eslint": "^10.1.0",
|
|
"eslint": "^7.22.0",
|
|
"eslint-plugin-nuxt": "^2.0.0",
|
|
"eslint-plugin-vue": "^7.7.0",
|
|
"fibers": "^5.0.0",
|
|
"sass": "^1.32.8",
|
|
"sass-loader": "10"
|
|
}
|
|
}
|