UNPKG

@benpsnyder/analogjs-esm-platform

Version:

The fullstack meta-framework for Angular

86 lines 2.47 kB
{ "name": "@benpsnyder/analogjs-esm-platform", "version": "2.0.0-alpha.16", "description": "The fullstack meta-framework for Angular", "type": "module", "author": "Brandon Roberts <robertsbt@gmail.com>", "exports": { ".": "./src/index.js", "./package.json": "./package.json" }, "keywords": [ "angular", "vite", "plugin-vite", "meta-framework" ], "license": "MIT", "bugs": { "url": "https://github.com/benpsnyder/analog/issues" }, "homepage": "https://analogjs.org", "repository": { "type": "git", "url": "https://github.com/benpsnyder/analog.git" }, "funding": { "type": "github", "url": "https://github.com/sponsors/brandonroberts" }, "dependencies": { "nitropack": "^2.10.0", "@benpsnyder/analogjs-esm-vite-plugin-angular": "^2.0.0-alpha.16", "@benpsnyder/analogjs-esm-vite-plugin-nitro": "^2.0.0-alpha.16", "vitefu": "^0.2.5" }, "peerDependencies": { "@nx/angular": "^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^20.0.0 || ^21.0.0", "@nx/devkit": "^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^20.0.0 || ^21.0.0", "@nx/vite": "^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^20.0.0 || ^21.0.0", "marked": "^15.0.7", "marked-gfm-heading-id": "^4.1.1", "marked-highlight": "^2.2.1", "marked-mangle": "^1.1.10", "marked-shiki": "^1.1.0", "shiki": "^1.6.1", "vite": "^5.0.0 || ^6.0.0 || ^7.0.0" }, "overrides": { "@nx/vite": { "vite": "$vite" } }, "peerDependenciesMeta": { "shiki": { "optional": true }, "marked-shiki": { "optional": true }, "prismjs": { "optional": true }, "marked-highlight": { "optional": true } }, "builders": "./src/lib/nx-plugin/executors.json", "executors": "./src/lib/nx-plugin/executors.json", "generators": "./src/lib/nx-plugin/generators.json", "schematics": "./src/lib/nx-plugin/generators.json", "ng-update": { "packageGroup": [ "@benpsnyder/analogjs-esm-platform", "@benpsnyder/analogjs-esm-content", "@benpsnyder/analogjs-esm-router", "@benpsnyder/analogjs-esm-storybook-angular", "@benpsnyder/analogjs-esm-vite-plugin-angular", "@benpsnyder/analogjs-esm-vite-plugin-nitro", "@benpsnyder/analogjs-esm-vitest-angular" ], "migrations": "./migrations/migration.json" }, "types": "./src/index.d.ts", "module": "./src/index.js", "main": "./src/index.js" }