UNPKG

lwc

Version:

Lightning Web Components (LWC)

82 lines (81 loc) 2.5 kB
{ "name": "lwc", "version": "9.1.1", "description": "Lightning Web Components (LWC)", "homepage": "https://lwc.dev/", "repository": { "type": "git", "url": "https://github.com/salesforce/lwc.git", "directory": "packages/lwc" }, "bugs": { "url": "https://github.com/salesforce/lwc/issues" }, "main": "index.js", "type": "module", "typings": "index.d.ts", "license": "MIT", "files": [ "*.js", "*.d.ts", "!vitest.config.*" ], "dependencies": { "@lwc/aria-reflection": "9.1.1", "@lwc/babel-plugin-component": "9.1.1", "@lwc/compiler": "9.1.1", "@lwc/engine-core": "9.1.1", "@lwc/engine-dom": "9.1.1", "@lwc/errors": "9.1.1", "@lwc/features": "9.1.1", "@lwc/module-resolver": "9.1.1", "@lwc/rollup-plugin": "9.1.1", "@lwc/shared": "9.1.1", "@lwc/ssr-compiler": "9.1.1", "@lwc/ssr-runtime": "9.1.1", "@lwc/style-compiler": "9.1.1", "@lwc/synthetic-shadow": "9.1.1", "@lwc/template-compiler": "9.1.1", "@lwc/types": "9.1.1", "@lwc/wire-service": "9.1.1" }, "lwc": { "modules": [ { "name": "lwc", "path": "engine-dom.js" }, { "name": "@lwc/synthetic-shadow", "path": "synthetic-shadow.js" }, { "name": "@lwc/wire-service", "path": "wire-service.js" } ] }, "exports": { ".": "./index.js", "./aria-reflection": "./aria-reflection.js", "./babel-plugin-component": "./babel-plugin-component.js", "./compiler": "./compiler.js", "./engine-core": "./engine-core.js", "./engine-dom": "./engine-dom.js", "./errors": "./errors.js", "./features": "./features.js", "./types": "./types.d.ts", "./module-resolver": "./module-resolver.js", "./rollup-plugin": "./rollup-plugin.js", "./shared": "./shared.js", "./ssr-compiler": "./ssr-compiler.js", "./ssr-runtime": "./ssr-runtime.js", "./style-compiler": "./style-compiler.js", "./synthetic-shadow": "./synthetic-shadow.js", "./template-compiler": "./template-compiler.js", "./wire-service": "./wire-service.js" }, "volta": { "extends": "../../package.json" } }