UNPKG

generic-ui-core

Version:

A support library for generic UI components.

63 lines (62 loc) 1.78 kB
{ "name": "generic-ui-core", "version": "1.6.0", "main": "dist/main.js", "types": "dist/index.d.ts", "description": "A support library for generic UI components.", "license": "MIT", "private": false, "engines": { "node": ">=18.0.0 <23.0.0" }, "author": "Claire Lin <lclaire@gmail.com>", "files": [ "dist/*" ], "keywords": [ "chemistry", "generic", "generic ui", "user interface" ], "scripts": { "types": "cp types/index.d.ts dist/", "production": "webpack --config webpack.config.js --mode production", "development": "webpack --config webpack.config.js --mode development", "build": "yarn production && yarn types", "test": "jest --verbose", "test:coverage": "jest --coverage" }, "devDependencies": { "@babel/cli": "^7.27.0", "@babel/core": "^7.26.10", "@babel/eslint-parser": "^7.27.0", "@babel/plugin-syntax-dynamic-import": "^7.8.3", "@babel/plugin-syntax-jsx": "^7.22.5", "@babel/plugin-transform-runtime": "^7.26.10", "@babel/preset-env": "^7.26.9", "@eslint/eslintrc": "^3.3.1", "@eslint/js": "^9.23.0", "babel-loader": "10.0.0", "eslint": "9.23.0", "eslint-config-airbnb-base": "^15.0.0", "eslint-config-prettier": "10.1.1", "eslint-plugin-import": "^2.28.0", "eslint-plugin-jest": "28", "eslint-plugin-jsx-a11y": "^6.5.1", "eslint-plugin-prettier": "^5.2.5", "eslint-plugin-react": "^7.4.0", "eslint-plugin-react-hooks": "5.2.0", "globals": "^16.0.0", "jest": "^29.7.0", "prettier": "^3.5.3", "terser-webpack-plugin": "^5.3.14", "typescript": "^5.8.2", "webpack": "^5.98.0", "webpack-cli": "^6.0.1" }, "dependencies": { "chem-units": "^1.3.1", "lodash": "^4.17.21" } }