2020-12-25 01:37:38 +00:00
|
|
|
{
|
|
|
|
"name": "frontend",
|
2021-07-31 22:00:28 +00:00
|
|
|
"version": "1.0.0",
|
2020-12-25 01:37:38 +00:00
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
2021-07-31 22:00:28 +00:00
|
|
|
"dev": "nuxt",
|
|
|
|
"build": "nuxt build",
|
|
|
|
"start": "nuxt start",
|
|
|
|
"generate": "nuxt generate",
|
|
|
|
"lint:js": "eslint --ext \".js,.vue\" --ignore-path .gitignore .",
|
|
|
|
"lint": "yarn lint:js"
|
|
|
|
},
|
|
|
|
"lint-staged": {
|
|
|
|
"*.{js,vue}": "eslint"
|
2020-12-25 01:37:38 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2021-08-02 03:24:47 +00:00
|
|
|
"@adapttive/vue-markdown": "^4.0.1",
|
|
|
|
"@mdi/js": "^5.9.55",
|
|
|
|
"@nuxtjs/auth-next": "5.0.0-1624817847.21691f1",
|
2021-07-31 22:00:28 +00:00
|
|
|
"@nuxtjs/axios": "^5.13.6",
|
2021-09-06 06:05:29 +00:00
|
|
|
"@nuxtjs/i18n": "^7.0.3",
|
2021-08-02 03:24:47 +00:00
|
|
|
"@nuxtjs/proxy": "^2.1.0",
|
2021-07-31 22:00:28 +00:00
|
|
|
"@nuxtjs/pwa": "^3.3.5",
|
2021-08-08 19:17:03 +00:00
|
|
|
"@vue/composition-api": "^1.0.5",
|
2021-11-06 22:32:55 +00:00
|
|
|
"@vueuse/core": "^6.8.0",
|
2021-07-31 22:00:28 +00:00
|
|
|
"core-js": "^3.15.1",
|
2021-09-12 19:05:09 +00:00
|
|
|
"date-fns": "^2.23.0",
|
2021-08-09 04:52:44 +00:00
|
|
|
"fuse.js": "^6.4.6",
|
2021-07-31 22:00:28 +00:00
|
|
|
"nuxt": "^2.15.7",
|
2021-10-20 02:45:03 +00:00
|
|
|
"v-jsoneditor": "^1.4.5",
|
2021-08-02 03:24:47 +00:00
|
|
|
"vuedraggable": "^2.24.3",
|
2021-07-31 22:00:28 +00:00
|
|
|
"vuetify": "^2.5.5"
|
2020-12-25 01:37:38 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2021-07-31 22:00:28 +00:00
|
|
|
"@babel/eslint-parser": "^7.14.7",
|
|
|
|
"@nuxt/types": "^2.15.7",
|
|
|
|
"@nuxt/typescript-build": "^2.1.0",
|
2021-11-06 22:32:55 +00:00
|
|
|
"@nuxtjs/composition-api": "^0.30.0",
|
2021-07-31 22:00:28 +00:00
|
|
|
"@nuxtjs/eslint-config-typescript": "^6.0.1",
|
|
|
|
"@nuxtjs/eslint-module": "^3.0.2",
|
|
|
|
"@nuxtjs/vuetify": "^1.12.1",
|
2021-09-14 20:36:46 +00:00
|
|
|
"@types/sortablejs": "^1.10.7",
|
2021-09-09 16:51:29 +00:00
|
|
|
"@vue/runtime-dom": "^3.2.9",
|
2021-07-31 22:00:28 +00:00
|
|
|
"eslint": "^7.29.0",
|
|
|
|
"eslint-config-prettier": "^8.3.0",
|
|
|
|
"eslint-plugin-nuxt": "^2.0.0",
|
2021-08-02 03:24:47 +00:00
|
|
|
"eslint-plugin-prettier": "^3.4.0",
|
2021-07-31 22:00:28 +00:00
|
|
|
"eslint-plugin-vue": "^7.12.1",
|
|
|
|
"lint-staged": "^10.5.4",
|
2021-08-09 01:01:45 +00:00
|
|
|
"nuxt-vite": "^0.1.1",
|
2021-08-21 19:00:42 +00:00
|
|
|
"prettier": "^2.3.2",
|
|
|
|
"vue2-script-setup-transform": "^0.2.0"
|
2021-08-09 01:01:45 +00:00
|
|
|
},
|
|
|
|
"resolutions": {
|
|
|
|
"vite": "2.3.8"
|
2021-07-31 22:00:28 +00:00
|
|
|
}
|
2021-11-06 22:32:55 +00:00
|
|
|
}
|