mirror of
https://github.com/YouHaveTrouble/DiscipleOfLand.git
synced 2026-05-12 06:26:56 +00:00
48 lines
1.1 KiB
JSON
48 lines
1.1 KiB
JSON
{
|
|
"name": "discipleofland",
|
|
"version": "0.0.5",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build && cp -r CNAME dist/CNAME",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"vue": "^3.3.4"
|
|
},
|
|
"devDependencies": {
|
|
"sass": "^1.67.0",
|
|
"typescript": "^5.2.2",
|
|
"@typescript-eslint/eslint-plugin": "^6.7.5",
|
|
"@typescript-eslint/parser": "^6.7.5",
|
|
"@vitejs/plugin-vue": "^5.0.5",
|
|
"@vue/eslint-config-typescript": "^12.0.0",
|
|
"eslint": "^8.51.0",
|
|
"eslint-plugin-vue": "^9.17.0",
|
|
"vite": "^5.3.3",
|
|
"vue-eslint-parser": "^9.3.2",
|
|
"vite-plugin-eslint": "^1.8.1"
|
|
},
|
|
"eslintConfig": {
|
|
"root": true,
|
|
"parser": "vue-eslint-parser",
|
|
"extends": [
|
|
"plugin:vue/strongly-recommended",
|
|
"eslint:recommended",
|
|
"plugin:@typescript-eslint/eslint-recommended",
|
|
"@vue/typescript/recommended"
|
|
],
|
|
"plugins": ["@typescript-eslint"],
|
|
"parserOptions": {
|
|
"sourceType": "module",
|
|
"ecmaVersion": 2020
|
|
},
|
|
"ignorePatterns": [
|
|
"dist/",
|
|
"node_modules/",
|
|
".github/"
|
|
]
|
|
}
|
|
}
|