mirror of
https://github.com/davegallant/rfd-fyi.git
synced 2025-10-03 15:16:00 +00:00
58 lines
1.3 KiB
JSON
58 lines
1.3 KiB
JSON
{
|
|
"name": "rfd-fyi",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"serve": "vite",
|
|
"preview": "vite preview",
|
|
"build": "vite build",
|
|
"lint": "eslint . --fix"
|
|
},
|
|
"dependencies": {
|
|
"@fontsource/roboto": "5.2.6",
|
|
"@github/hotkey": "^3.0.0",
|
|
"@mdi/font": "7.4.47",
|
|
"@popperjs/core": "^2.11.8",
|
|
"axios": "^1.12.0",
|
|
"core-js": "^3.32.1",
|
|
"cssnano": "^7.0.0",
|
|
"jquery": "^3.7.0",
|
|
"moment": "^2.29.4",
|
|
"vue": "^3.5.17",
|
|
"vue-github-button": "^3.0.3",
|
|
"vue-loading-overlay": "^6.0.3",
|
|
"vue-router": "^4.5.1",
|
|
"vuetify": "^3.9.6"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.22.10",
|
|
"@babel/eslint-parser": "^7.22.10",
|
|
"@vitejs/plugin-vue": "^5.2.3",
|
|
"@vue/cli-plugin-babel": "~5.0.0",
|
|
"@vue/cli-plugin-eslint": "~5.0.0",
|
|
"@vue/cli-service": "^5.0.9",
|
|
"eslint": "^8.47.0",
|
|
"eslint-plugin-vue": "^9.17.0",
|
|
"postcss-cli": "^11.0.0",
|
|
"sass-embedded": "^1.89.2",
|
|
"unplugin-fonts": "^1.3.1",
|
|
"unplugin-vue-components": "^29.0.0",
|
|
"vite": "^7.0.0",
|
|
"vite-plugin-vuetify": "^2.1.1"
|
|
},
|
|
"eslintConfig": {
|
|
"root": true,
|
|
"env": {
|
|
"node": true
|
|
},
|
|
"extends": [
|
|
"plugin:vue/vue3-essential",
|
|
"eslint:recommended"
|
|
],
|
|
"parserOptions": {
|
|
"parser": "@babel/eslint-parser"
|
|
},
|
|
"rules": {}
|
|
}
|
|
}
|