@userfrosting/sprinkle-core
Version:
Core Sprinkle for UserFrosting
80 lines (79 loc) • 2.56 kB
JSON
{
"name": "@userfrosting/sprinkle-core",
"version": "6.0.0-alpha.5",
"type": "module",
"description": "Core 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",
"Core",
"Sprinkle"
],
"homepage": "https://github.com/userfrosting/sprinkle-core#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/userfrosting/sprinkle-core.git"
},
"bugs": {
"url": "https://github.com/userfrosting/UserFrosting/issues"
},
"exports": {
".": "./app/assets/index.ts",
"./interfaces": "./app/assets/interfaces/index.ts",
"./stores": "./app/assets/stores/index.ts",
"./composables": "./app/assets/composables/index.ts",
"./routes": "./app/assets/routes/index.ts"
},
"files": [
"app/assets/"
],
"dependencies": {
"dot-prop": "^9.0.0",
"luxon": "^3.5.0"
},
"peerDependencies": {
"axios": "^1.5.0",
"pinia": "^2.1.6",
"pinia-plugin-persistedstate": "^3.2.0",
"vue": "^3.4.21"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.8.0",
"@tsconfig/node20": "^20.1.4",
"@types/luxon": "^3.4.2",
"@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.2.5",
"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.0.11"
},
"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"
}
}