UNPKG

rad-gui

Version:

A simple, feature-rich, and easy-to-use GUI library for better visibility into data intensive applications.

80 lines (79 loc) 2.71 kB
{ "name": "rad-gui", "version": "0.11.1", "main": "lib/index.js", "types": "lib/index.d.ts", "exports": { ".": { "import": "./lib/index.js", "require": "./lib/index.js", "types": "./lib/index.d.ts" }, "./lib/rad-gui.css": "./lib/rad-gui.css" }, "files": [ "lib/**/*", "LICENSE" ], "scripts": { "build": "rimraf ./lib && webpack --mode=production", "build:clean": "rimraf ./lib && webpack --mode=development", "build:dev": "webpack --mode=development", "watch": "webpack --watch --mode=development", "test": "jest --coverage", "test:watch": "jest --watch", "test:coverage": "jest --coverage", "test:typescript": "cd test/typescript && npx tsc --noEmit --project tsconfig.json", "test:all": "npm run test && npm run test:typescript", "docs": "typedoc --entryPoints readme.md usage.md src/**/*.ts --entryPointStrategy expand", "local": "webpack-dev-server --mode=development", "local:example": "webpack-dev-server --mode=development --env template=examples/index.example.html", "local:kitchen-sink": "webpack-dev-server --mode=development --open examples/kitchen-sink/index.html", "local:compat": "webpack-dev-server --mode=development --env template=examples/dat-gui-compat.html" }, "keywords": [ "gui", "rad-gui", "lil-gui", "dat-gui", "gui-library", "gui-component", "panels", "panels-html", "data-display" ], "author": "Chad Neff <ccneff@gmail.com> (https://github.com/ineffably)", "license": "MIT", "type": "commonjs", "description": "A simple, feature-rich, and easy-to-use GUI library for better visibility into data intensive applications.", "repository": { "type": "git", "url": "git+https://github.com/ineffably/rad-gui.git" }, "bugs": { "url": "https://github.com/ineffably/rad-gui/issues" }, "homepage": "https://github.com/ineffably/rad-gui#readme", "devDependencies": { "@testing-library/dom": "^10.4.0", "@testing-library/jest-dom": "^6.6.3", "@types/jest": "^29.5.14", "bundle-stats-webpack-plugin": "^4.20.1", "css-loader": "^7.1.2", "html-webpack-plugin": "^5.6.3", "jest": "^29.7.0", "jest-environment-jsdom": "^29.7.0", "mini-css-extract-plugin": "^2.9.2", "rimraf": "^6.0.1", "style-loader": "^4.0.0", "ts-jest": "^29.3.2", "ts-loader": "^9.5.2", "typedoc": "^0.28.3", "typedoc-plugin-markdown": "^4.6.2", "typedoc-plugin-pages": "^1.1.0", "typescript": "^5.8.2", "webpack": "^5.98.0", "webpack-cli": "^6.0.1", "webpack-dev-server": "^5.2.1" } }