chore: remove absolute packages
This commit is contained in:
@@ -134,8 +134,6 @@ export default {
|
||||
"@nuxtjs/dotenv",
|
||||
// https://github.com/nuxt-community/composition-api
|
||||
"@nuxtjs/composition-api/module",
|
||||
// https://github.com/antfu/unplugin-vue2-script-setup
|
||||
"unplugin-vue2-script-setup/nuxt",
|
||||
"~/modules/emit-volar-types.ts",
|
||||
],
|
||||
|
||||
|
||||
@@ -61,7 +61,7 @@
|
||||
"@nuxtjs/robots": "^2.5.0",
|
||||
"@nuxtjs/sitemap": "^2.4.0",
|
||||
"@nuxtjs/toast": "^3.3.1",
|
||||
"@urql/core": "^2.3.4",
|
||||
"@urql/core": "^2.3.5",
|
||||
"@urql/exchange-auth": "^0.1.6",
|
||||
"@urql/exchange-graphcache": "^4.3.5",
|
||||
"acorn": "^8.5.0",
|
||||
@@ -100,7 +100,7 @@
|
||||
"vue-tippy": "^4.13.0",
|
||||
"vuejs-auto-complete": "^0.9.0",
|
||||
"wonka": "^4.0.15",
|
||||
"yargs-parser": "^20.2.9"
|
||||
"yargs-parser": "^21.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.16.0",
|
||||
@@ -128,10 +128,10 @@
|
||||
"@types/codemirror": "^5.60.5",
|
||||
"@types/cookie": "^0.4.1",
|
||||
"@types/esprima": "^4.0.3",
|
||||
"@types/lodash": "^4.14.176",
|
||||
"@types/lodash": "^4.14.177",
|
||||
"@types/splitpanes": "^2.2.1",
|
||||
"@urql/devtools": "^2.0.3",
|
||||
"@vue/runtime-dom": "^3.2.21",
|
||||
"@vue/runtime-dom": "^3.2.22",
|
||||
"@vue/test-utils": "^1.2.2",
|
||||
"babel-core": "^7.0.0-bridge.0",
|
||||
"babel-jest": "^27.3.1",
|
||||
@@ -145,17 +145,15 @@
|
||||
"npm-run-all": "^4.1.5",
|
||||
"nuxt-windicss": "^2.0.12",
|
||||
"prettier": "^2.4.1",
|
||||
"pretty-quick": "^3.1.1",
|
||||
"raw-loader": "^4.0.2",
|
||||
"sass": "^1.43.4",
|
||||
"sass-loader": "^10.2.0",
|
||||
"stylelint": "^14.0.1",
|
||||
"stylelint": "^14.1.0",
|
||||
"stylelint-config-prettier": "^9.0.3",
|
||||
"stylelint-config-standard": "^23.0.0",
|
||||
"stylelint-config-standard": "^24.0.0",
|
||||
"stylelint-config-standard-scss": "^2.0.1",
|
||||
"ts-jest": "^27.0.7",
|
||||
"typescript": "^4.4.4",
|
||||
"unplugin-vue2-script-setup": "^0.6.16",
|
||||
"vue-jest": "^3.0.7",
|
||||
"worker-loader": "^3.0.8"
|
||||
}
|
||||
|
||||
@@ -15,13 +15,7 @@
|
||||
"~/*": ["./*"],
|
||||
"@/*": ["./*"]
|
||||
},
|
||||
"types": [
|
||||
"@types/node",
|
||||
"@nuxt/types",
|
||||
"@nuxtjs/i18n",
|
||||
"@nuxtjs/toast",
|
||||
"unplugin-vue2-script-setup/types"
|
||||
]
|
||||
"types": ["@types/node", "@nuxt/types", "@nuxtjs/i18n", "@nuxtjs/toast"]
|
||||
},
|
||||
"exclude": ["node_modules", ".nuxt", "dist"],
|
||||
"vueCompilerOptions": {
|
||||
|
||||
@@ -51,7 +51,6 @@
|
||||
"io-ts": "^2.2.16",
|
||||
"jest": "^27.3.1",
|
||||
"prettier": "^2.4.1",
|
||||
"pretty-quick": "^3.1.1",
|
||||
"ts-jest": "^27.0.7",
|
||||
"typescript": "^4.4.4"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user