You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

50 lines
1.2 KiB
JSON

{
"name": "ui-lib",
"description": "A highly-responsive library of UI controls, as React components",
"version": "0.1.0",
"main": "src/index.js",
"repository": "http://git.cryto.net/joepie91/ui-lib.git",
"author": "Sven Slootweg <admin@cryto.net>",
"license": "WTFPL OR CC0-1.0",
"devDependencies": {
"@babel/core": "^7.11.4",
"@babel/preset-env": "^7.11.0",
"@babel/preset-react": "^7.10.4",
"@joepie91/eslint-config": "^1.1.0",
"babelify": "^10.0.0",
"eslint": "^6.7.0",
"eslint-plugin-react": "^7.16.0",
"eslint-plugin-react-hooks": "^2.3.0",
"icssify": "^1.2.1"
},
"dependencies": {
"@react-hook/debounce": "^3.0.0",
"as-expression": "^1.0.0",
"assure-array": "^1.0.0",
"classnames": "^2.2.6",
"default-value": "^1.0.0",
"flatten": "^1.0.3",
"match-value": "^1.1.0",
"nanoid": "^3.1.12",
"react": "link:../site-builder/node_modules/react",
"react-use-measure": "^2.0.1",
"syncpipe": "^1.0.0"
},
"browserify": {
"transform": [
[
"babelify",
{
"presets": [
"@babel/preset-env",
"@babel/preset-react"
]
}
]
],
"plugin": [
"icssify"
]
}
}