@lytejs/ui
Version:
60 lines (59 loc) • 1.73 kB
JSON
{
"name": "@lytejs/ui",
"version": "0.2.17",
"description": "LyteJS UI",
"keywords": [
"Light",
"UI",
"Library"
],
"author": "bugwheels94 <bugwheels94@gmail.com>",
"homepage": "https://github.com/bugwheels94/lytejs#readme",
"license": "ISC",
"main": "lib/index.js",
"module": "es/index.js",
"types": "types/index.d.ts",
"directories": {
"lib": "lib",
"es": "es",
"types": "types",
"umd": "umd",
"test": "__tests__"
},
"files": [
"lib",
"es",
"types",
"umd"
],
"repository": {
"type": "git",
"url": "git+https://github.com/bugwheels94/lytejs.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rimraf ./es ./lib && npm run build:types && cross-env NODE_ENV=production rollup -c",
"watch": "rimraf ./es ./lib && npm run watch:types & cross-env NODE_ENV=production rollup -w -c",
"build:types": "rimraf ./types && tsc --project ./tsconfig.types.json && replace 'import type' 'import' ./types -r --silent && replace 'export type' 'export' ./types -r --silent",
"watch:types": "rimraf ./types && tsc --watch --project ./tsconfig.types.json && replace 'import type' 'import' ./types -r --silent && replace 'export type' 'export' ./types -r --silent"
},
"bugs": {
"url": "https://github.com/bugwheels94/lytejs/issues"
},
"gitHead": "9da5b42555726267ce24cacc2365a4762ce4e708",
"dependencies": {
"@babel/runtime": "^7.14.8",
"@linaria/react": "^3.0.0-beta.7",
"@linaria/shaker": "^3.0.0-beta.7",
"@lytejs/query-string": "^0.2.17",
"core-js": "^3.15.2",
"rollup-plugin-peer-deps-external": "^2.2.4"
},
"publishConfig": {
"access": "public"
},
"devDependencies": {
"eslint": "^7.32.0",
"rollup-plugin-terser": "^7.0.2"
}
}