mirror of
https://github.com/HackPlan/UUI.git
synced 2026-06-15 07:00:10 +08:00
125 lines
3.9 KiB
JSON
125 lines
3.9 KiB
JSON
{
|
|
"name": "@hackplan/uui",
|
|
"version": "0.4.8",
|
|
"description": "UUI - Universal Utility-first UI Library",
|
|
"homepage": "https://uui.cool",
|
|
"repository": "https://github.com/HackPlan/UUI",
|
|
"author": "HackPlan <npm@hackplan.com>",
|
|
"license": "MIT",
|
|
"private": false,
|
|
"main": "lib/index.js",
|
|
"module": "lib/index.esm.js",
|
|
"type": "lib/index.d.ts",
|
|
"scripts": {
|
|
"lint": "eslint 'src/**/*.{js,ts,tsx}'",
|
|
"test": "jest",
|
|
"build": "NODE_ENV=production rollup -c",
|
|
"cleanbuild": "rimraf lib && yarn build",
|
|
"pack:uui": "yarn cleanbuild && yarn pack",
|
|
"publish:uui": "yarn cleanbuild && yarn publish",
|
|
"storybook": "start-storybook -p 6006",
|
|
"build:storybook": "build-storybook",
|
|
"cleanbuild:storybook": "rimraf lib && build:storybook",
|
|
"deploy:storybook": "STORYBOOK_BUILD=yes build-storybook && netlify deploy --dir=storybook-static --functions=uui"
|
|
},
|
|
"dependencies": {
|
|
"@charlietango/use-focus-trap": "^1.2.6",
|
|
"@popperjs/core": "^2.4.2",
|
|
"classnames": "^2.2.6",
|
|
"lodash": "^4.17.15",
|
|
"luxon": "^1.22.0",
|
|
"react-popper-2": "npm:react-popper@^2.2.1",
|
|
"react-use": "^15.3.2",
|
|
"uuid": "^8.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.7.5",
|
|
"@babel/preset-env": "^7.9.0",
|
|
"@babel/preset-react": "^7.9.4",
|
|
"@fullhuman/postcss-purgecss": "^1.3.0",
|
|
"@mdx-js/loader": "^1.5.8",
|
|
"@rollup/plugin-commonjs": "^14.0.0",
|
|
"@rollup/plugin-node-resolve": "^8.4.0",
|
|
"@rollup/plugin-url": "^5.0.1",
|
|
"@storybook/addon-a11y": "^5.3.19",
|
|
"@storybook/addon-actions": "6.0.0-rc.20",
|
|
"@storybook/addon-docs": "6.0.0-rc.20",
|
|
"@storybook/addon-knobs": "6.0.0-rc.20",
|
|
"@storybook/addon-links": "6.0.0-rc.20",
|
|
"@storybook/addon-storysource": "6.0.0-rc.20",
|
|
"@storybook/addons": "6.0.0-rc.20",
|
|
"@storybook/react": "6.0.0-rc.20",
|
|
"@svgr/rollup": "^5.4.0",
|
|
"@types/classnames": "^2.2.9",
|
|
"@types/enzyme": "^3.10.5",
|
|
"@types/enzyme-adapter-react-16": "^1.0.6",
|
|
"@types/jest": "^26.0.4",
|
|
"@types/lodash": "^4.14.149",
|
|
"@types/luxon": "^1.21.0",
|
|
"@types/react": "^16.9.15",
|
|
"@types/react-dom": "^16.9.4",
|
|
"@types/react-test-renderer": "^16.9.2",
|
|
"@types/uuid": "^8.0.1",
|
|
"@typescript-eslint/eslint-plugin": "^2.30.0",
|
|
"@typescript-eslint/parser": "^2.30.0",
|
|
"autoprefixer": "^9.7.6",
|
|
"awesome-typescript-loader": "^5.2.1",
|
|
"babel-loader": "^8.1.0",
|
|
"css-loader": "^3.6.0",
|
|
"enzyme": "^3.11.0",
|
|
"enzyme-adapter-react-16": "^1.15.2",
|
|
"eslint": "^6.8.0",
|
|
"eslint-plugin-react": "^7.19.0",
|
|
"eslint-plugin-react-hooks": "^3.0.0",
|
|
"fibers": "^4.0.2",
|
|
"file-loader": "^6.0.0",
|
|
"github-markdown-css": "^4.0.0",
|
|
"jest": "^26.1.0",
|
|
"mini-css-extract-plugin": "^0.9.0",
|
|
"netlify-cli": "^2.40.0",
|
|
"npm-run-all": "^4.1.5",
|
|
"postcss-import": "^12.0.1",
|
|
"postcss-loader": "^3.0.0",
|
|
"react": "^16.13.1",
|
|
"react-docgen-typescript-loader": "^3.7.2",
|
|
"react-dom": "^16.12.0",
|
|
"react-is": "^16.13.1",
|
|
"react-markdown": "^4.3.1",
|
|
"react-test-renderer": "^16.13.1",
|
|
"rimraf": "^3.0.2",
|
|
"rollup": "^2.23.0",
|
|
"rollup-plugin-copy": "^3.3.0",
|
|
"rollup-plugin-sass": "^1.2.2",
|
|
"rollup-plugin-terser": "^6.1.0",
|
|
"rollup-plugin-typescript2": "^0.27.1",
|
|
"sass": "^1.26.3",
|
|
"sass-loader": "^9.0.2",
|
|
"storybook-addon-performance": "^0.11.0",
|
|
"style-loader": "^1.2.1",
|
|
"tailwindcss": "^1.4.4",
|
|
"ts-jest": "^26.1.3",
|
|
"ts-loader": "^6.2.2",
|
|
"tslint-loader": "^3.5.4",
|
|
"typescript": "^3.7.3"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^16.12.0",
|
|
"react-dom": "^16.12.0"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": "react-app"
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
}
|
|
}
|