@userfrosting/sprinkle-account
Version:
Account Sprinkle for UserFrosting
79 lines (78 loc) • 2.64 kB
JSON
{
"name": "@userfrosting/sprinkle-account",
"version": "6.0.0-alpha.6",
"type": "module",
"description": "Account Sprinkle for UserFrosting",
"funding": "https://opencollective.com/userfrosting",
"license": "MIT",
"author": "Louis Charette (https://bbqsoftwares.com/)",
"contributors": [
"Alexander Weissman (https://alexanderweissman.com/)",
"Louis Charette (https://bbqsoftwares.com/)"
],
"keywords": [
"UserFrosting",
"Account",
"Sprinkle"
],
"homepage": "https://github.com/userfrosting/sprinkle-account#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/userfrosting/sprinkle-account.git"
},
"bugs": {
"url": "https://github.com/userfrosting/UserFrosting/issues"
},
"exports": {
".": "./app/assets/index.ts",
"./composables": "./app/assets/composables/index.ts",
"./guards": "./app/assets/guards/index.ts",
"./interfaces": "./app/assets/interfaces/index.ts",
"./routes": "./app/assets/routes/index.ts",
"./stores": "./app/assets/stores/index.ts",
"./views": "./app/assets/views/index.ts"
},
"files": [
"app/assets/"
],
"peerDependencies": {
"@userfrosting/sprinkle-core": "^6.0.0-alpha",
"axios": "^1.5.0",
"pinia": "^2.1.6",
"pinia-plugin-persistedstate": "^3.2.0",
"vue": "^3.4.21",
"vue-router": "^4.2.4"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.8.0",
"@tsconfig/node20": "^20.1.4",
"@types/node": "^20.12.5",
"@vitejs/plugin-vue": "^5.0.4",
"@vitest/coverage-v8": "^3.1.1",
"@vue/eslint-config-prettier": "^9.0.0",
"@vue/eslint-config-typescript": "^13.0.0",
"@vue/test-utils": "^2.4.6",
"@vue/tsconfig": "^0.5.1",
"eslint": "^8.57.0",
"eslint-plugin-vue": "^9.23.0",
"happy-dom": "^15.11.6",
"less": "^4.2.0",
"npm-run-all2": "^6.1.2",
"prettier": "^3.6.2",
"vite": "^6.2",
"vite-plugin-dts": "^4.0.0",
"vitest": "^3.1.1",
"vue": "^3.4.21",
"vue-router": "^4.2.4",
"vue-tsc": "^2.1.10"
},
"scripts": {
"dev": "vite",
"typecheck": "vue-tsc --noEmit",
"build": "vue-tsc && vite build",
"lint": "eslint app/assets/ --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
"format": "prettier --write app/assets/",
"test": "vitest",
"coverage": "vitest run --coverage"
}
}