@uiloos/core
Version:
The core of the uiloos headless UI
55 lines (54 loc) • 1.97 kB
JSON
{
"name": "@uiloos/core",
"version": "1.6.0",
"description": "The core of the uiloos headless UI",
"keywords": [
"uiloos",
"ActiveList"
],
"author": "Maarten Hus",
"homepage": "https://uiloos.dev",
"license": "SEE LICENSE IN LICENSE.md",
"publishConfig": {
"access": "public"
},
"module": "dist/esm/index.js",
"main": "dist/cjs/index.js",
"types": "dist/index.d.ts",
"sideEffects": false,
"files": [
"dist"
],
"scripts": {
"prepublishOnly": "UILOOSVERSION=$(jq -r .version ./package.json) && find dist -name \"*.js\" | grep min.js | sed \"p;s/VERSION/${UILOOSVERSION}/g\" | xargs -n2 mv",
"before-publish": "cp ../../README.MD ./ && cp ../../LICENSE.MD dist",
"clean": "rm -rf coverage && rm -rf dist",
"test": "TZ=Pacific/Samoa jest --coverage && node ./tests/minification-check.js",
"start": "TZ=Pacific/Samoa jest --watchAll --coverage",
"tsc": "tsc --version && tsc --noEmit",
"build": "rm -rf dist && rollup -c rollup.typings.config.cjs && rollup -c rollup.esm-cjs.config.cjs && rollup -c rollup.minification.config.cjs && rm -rf dist/cjs/types && rm -rf dist/esm/types && rm -rf dist/types",
"apigen": "typedoc src --json ../website/src/_data/api/core.json"
},
"devDependencies": {
"@babel/core": "7.22.5",
"@babel/preset-env": "7.22.5",
"@babel/preset-typescript": "7.22.5",
"@rollup/plugin-commonjs": "25.0.2",
"@rollup/plugin-node-resolve": "15.1.0",
"@rollup/plugin-terser": "0.4.3",
"@rollup/plugin-typescript": "11.1.2",
"@types/jest": "29.5.2",
"babel-jest": "29.5.0",
"jest": "29.5.0",
"jest-environment-jsdom": "29.5.0",
"jest-watch-typeahead": "2.2.2",
"rollup": "3.25.3",
"rollup-plugin-dts": "5.3.0",
"rollup-plugin-peer-deps-external": "2.2.4",
"ts-jest": "29.1.0",
"tslib": "2.6.0",
"typedoc": "0.24.8",
"typescript": "5.1.5"
},
"gitHead": "8202c86f31f36337f51558227af4831049ac98f0"
}