67 lines
No EOL
1.7 KiB
JSON
67 lines
No EOL
1.7 KiB
JSON
{
|
|
"name": "nuxt-quasar-ui",
|
|
"type": "module",
|
|
"version": "3.0.0",
|
|
"description": "Quasar Module for Nuxt (Unofficial)",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/Maiquu/nuxt-quasar"
|
|
},
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/types.d.mts",
|
|
"import": "./dist/module.mjs"
|
|
}
|
|
},
|
|
"main": "./dist/module.mjs",
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"peerDependencies": {
|
|
"@quasar/extras": "^1",
|
|
"quasar": "^2.8.0"
|
|
},
|
|
"dependencies": {
|
|
"@nuxt/kit": "^4.2.1",
|
|
"defu": "^6.1.4",
|
|
"magic-string": "^0.30.21",
|
|
"mlly": "^1.8.0",
|
|
"p-memoize": "^8.0.0",
|
|
"semver": "^7.7.3"
|
|
},
|
|
"devDependencies": {
|
|
"@nuxt/devtools": "^3.1.1",
|
|
"@nuxt/eslint-config": "^1.11.0",
|
|
"@nuxt/module-builder": "^1.0.2",
|
|
"@nuxt/schema": "^4.2.1",
|
|
"@nuxt/test-utils": "^3.20.1",
|
|
"@quasar/extras": "^1.17.0",
|
|
"@types/jsdom": "^27.0.0",
|
|
"@types/semver": "^7.7.1",
|
|
"changelogen": "^0.6.2",
|
|
"eslint": "^9.39.1",
|
|
"jsdom": "^27.2.0",
|
|
"nuxt": "^4.2.1",
|
|
"quasar": "^2.18.6",
|
|
"sass": "^1.94.2",
|
|
"typescript": "^5.9.3",
|
|
"vite": "^7.2.4",
|
|
"vitest": "^3.2.4",
|
|
"vue": "^3.5.25",
|
|
"vue-tsc": "^3.1.5"
|
|
},
|
|
"scripts": {
|
|
"dev": "nuxi dev playground",
|
|
"dev:build": "nuxi build playground",
|
|
"dev:analyze": "nuxi analyze playground",
|
|
"dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground",
|
|
"dev:preview": "nuxi preview playground",
|
|
"bump": "./scripts/bump.sh",
|
|
"lint": "eslint .",
|
|
"lint:fix": "eslint . --fix",
|
|
"test": "vitest run",
|
|
"test:watch": "vitest watch",
|
|
"test:types": "vue-tsc --noEmit && cd playground && vue-tsc --noEmit"
|
|
}
|
|
} |