UNPKG

@lithium-framework/core

Version:
73 lines (72 loc) 2.29 kB
{ "name": "@lithium-framework/core", "version": "1.8.5-1", "description": "Lithium Framework", "main": "./dist/index.js", "module": "dist/module.js", "types": "dist/types.d.ts", "private": false, "public": false, "scripts": { "test": "npx jest --watchAll", "build:old": "npm run build:webpack && npm run build:tsc", "build:webpack": "node ./scripts/generate-tsconfig.cjs && npx webpack --watch", "build:dev": "node ./scripts/generate-tsconfig.cjs && tsc --watch", "build:prod": "NODE_ENV=production node ./scripts/generate-tsconfig.cjs && npx tsc", "clear:dist": "rm -rf dist", "clear:cache": "rm -rf .parcel-cache", "clear": "npm run clear:dist && npm run clear:cache", "watch": "npm run clear && parcel watch src/index.ts --log-level verbose", "build": "npm run clear && parcel build src/index.ts --log-level verbose" }, "repository": { "type": "git", "url": "https://github.com/lithium-framework/core" }, "homepage": "https://lithium-framework.github.io/lithium.io/", "author": "", "license": "ISC", "devDependencies": { "@babel/core": "^7.24.9", "@babel/plugin-proposal-class-properties": "^7.18.6", "@babel/plugin-proposal-decorators": "^7.24.7", "@babel/preset-env": "^7.24.8", "@babel/preset-typescript": "^7.24.7", "@parcel/babel-preset-env": "^2.12.0", "@parcel/packager-ts": "^2.12.0", "@parcel/transformer-typescript-types": "^2.12.0", "@thesheps/jest-md-reporter": "^0.0.8", "jest": "^29.7.0", "jest-environment-jsdom": "^29.7.0", "parcel": "^2.12.0", "parcel-plugin-bundle-log": "^0.1.1", "path-browserify": "^1.0.1", "semver": "^7.6.2", "ts-loader": "^9.5.1", "tsc-alias": "^1.8.10", "tslib": "^2.6.2", "typescript": "^5.5.4" }, "dependencies": { "@lithium-framework/context": "^1.2.0", "@lithium-framework/huid": "^1.2.0", "@lithium-framework/state": "^1.2.0", "@microsoft/fast-element": "^2.0.0-beta.26", "csstype": "^3.1.3", "decamelize": "^6.0.0", "route-recognizer": "^0.3.4", "urlpattern-polyfill": "^10.0.0" }, "files": [ "dist" ], "keywords": [ "lithium", "framework", "web", "webapp", "webcomponent", "javascript", "typescript" ] }