102 lines
2.8 KiB
JSON
102 lines
2.8 KiB
JSON
{
|
|
"name": "tandoor",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"serve": "vue-cli-service serve",
|
|
"build": "vue-cli-service build",
|
|
"lint": "vue-cli-service lint"
|
|
},
|
|
"dependencies": {
|
|
"@babel/eslint-parser": "^7.21.3",
|
|
"@codemirror/autocomplete": "^6.11.1",
|
|
"@codemirror/commands": "^6.3.2",
|
|
"@codemirror/lang-markdown": "^6.2.3",
|
|
"@codemirror/state": "^6.3.3",
|
|
"@codemirror/view": "^6.23.1",
|
|
"@popperjs/core": "^2.11.7",
|
|
"@vue/cli": "^5.0.8",
|
|
"@vue/composition-api": "1.7.1",
|
|
"axios": "^1.6.7",
|
|
"babel": "^6.23.0",
|
|
"babel-core": "^6.26.3",
|
|
"babel-loader": "^9.1.0",
|
|
"bootstrap-vue": "^2.23.1",
|
|
"core-js": "^3.29.1",
|
|
"lodash": "^4.17.21",
|
|
"mavon-editor": "^2.10.4",
|
|
"moment": "^2.29.4",
|
|
"pinia": "^2.1.7",
|
|
"prismjs": "^1.29.0",
|
|
"string-similarity": "^4.0.4",
|
|
"vue": "^2.6.14",
|
|
"vue-class-component": "^7.2.3",
|
|
"vue-click-outside": "^1.1.0",
|
|
"vue-clickaway": "^2.2.2",
|
|
"vue-clipboard2": "^0.3.3",
|
|
"vue-cookies": "^1.8.3",
|
|
"vue-i18n": "^8.28.2",
|
|
"vue-infinite-loading": "^2.4.5",
|
|
"vue-multiselect": "^2.1.6",
|
|
"vue-property-decorator": "^9.1.2",
|
|
"vue-sanitize": "^0.2.2",
|
|
"vue-simple-calendar": "TandoorRecipes/vue-simple-calendar#lastvue2",
|
|
"vue-template-compiler": "2.7.14",
|
|
"vue2-touch-events": "^3.2.2",
|
|
"vuedraggable": "^2.24.3",
|
|
"workbox-webpack-plugin": "^7.0.0",
|
|
"workbox-window": "^7.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@kazupon/vue-i18n-loader": "^0.5.0",
|
|
"@typescript-eslint/eslint-plugin": "^5.56.0",
|
|
"@typescript-eslint/parser": "^5.57.0",
|
|
"@vue/cli-plugin-babel": "^5.0.8",
|
|
"@vue/cli-plugin-eslint": "~5.0.8",
|
|
"@vue/cli-plugin-pwa": "^5.0.8",
|
|
"@vue/cli-plugin-typescript": "^5.0.8",
|
|
"@vue/cli-service": "^5.0.8",
|
|
"@vue/compiler-sfc": "^3.2.45",
|
|
"@vue/eslint-config-typescript": "^10.0.0",
|
|
"babel-eslint": "^10.1.0",
|
|
"eslint": "^8.46.0",
|
|
"eslint-plugin-vue": "^8.7.1",
|
|
"typescript": "~5.3.3",
|
|
"vue-cli-plugin-i18n": "^2.3.2",
|
|
"webpack-bundle-tracker": "3.0.1",
|
|
"workbox-background-sync": "^7.0.0",
|
|
"workbox-expiration": "^6.5.4",
|
|
"workbox-navigation-preload": "^7.0.0",
|
|
"workbox-precaching": "^6.5.4",
|
|
"workbox-routing": "^7.0.0",
|
|
"workbox-strategies": "^6.2.4"
|
|
},
|
|
"eslintConfig": {
|
|
"root": true,
|
|
"env": {
|
|
"node": true
|
|
},
|
|
"extends": [
|
|
"plugin:vue/vue3-essential",
|
|
"eslint:recommended",
|
|
"@vue/typescript"
|
|
],
|
|
"parserOptions": {
|
|
"parser": "@typescript-eslint/parser"
|
|
},
|
|
"rules": {
|
|
"no-unused-vars": "off",
|
|
"vue/no-unused-components": "warn"
|
|
}
|
|
},
|
|
"browserslist": [
|
|
"> 1%",
|
|
"last 2 versions",
|
|
"not dead"
|
|
],
|
|
"resolutions": {
|
|
"@vue/cli-plugin-pwa/workbox-webpack-plugin": "^5.1.3",
|
|
"coa": "2.0.2"
|
|
}
|
|
}
|