mirror of
https://github.com/HackPlan/UUI.git
synced 2026-04-28 18:15:36 +08:00
136 lines
4.0 KiB
JSON
136 lines
4.0 KiB
JSON
{
|
|
"name": "@hackplan/uui",
|
|
"version": "0.6.0",
|
|
"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",
|
|
"typings": "lib/index.d.ts",
|
|
"files": [
|
|
"CHANGELOG.md",
|
|
"CODE_OF_CONDUCT.md",
|
|
"CONTRIBUTING.md",
|
|
"LICENSE",
|
|
"README.md",
|
|
"docs",
|
|
"lib",
|
|
"package.json"
|
|
],
|
|
"scripts": {
|
|
"lint": "eslint 'src/**/*.{js,ts,tsx}'",
|
|
"test": "jest",
|
|
"cleantest": "jest --clearCache && 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": {
|
|
"@popperjs/core": "^2.5.4",
|
|
"prop-types": "^15.7.2",
|
|
"react-popper": "^2.2.3"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.12.3",
|
|
"@babel/preset-env": "^7.12.1",
|
|
"@babel/preset-react": "^7.9.4",
|
|
"@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": "^6.1.11",
|
|
"@storybook/addon-backgrounds": "^6.1.11",
|
|
"@storybook/addon-controls": "^6.1.11",
|
|
"@storybook/addon-docs": "^6.1.11",
|
|
"@storybook/addon-storysource": "^6.1.11",
|
|
"@storybook/addon-viewport": "^6.1.11",
|
|
"@storybook/addons": "^6.1.11",
|
|
"@storybook/react": "^6.1.11",
|
|
"@svgr/rollup": "^5.4.0",
|
|
"@svgr/webpack": "^5.5.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-es": "^4.17.3",
|
|
"@types/prop-types": "^15.7.3",
|
|
"@types/react": "^16.9.55",
|
|
"@types/react-dom": "^16.9.9",
|
|
"@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",
|
|
"babel-jest": "^26.6.2",
|
|
"babel-loader": "^8.1.0",
|
|
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
|
|
"classnames": "^2.2.6",
|
|
"css-loader": "^3.6.0",
|
|
"date-fns": "^2.16.1",
|
|
"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",
|
|
"focus-trap-react": "^8.3.2",
|
|
"github-markdown-css": "^4.0.0",
|
|
"jest": "^26.1.0",
|
|
"jest-svg-transformer": "^1.0.0",
|
|
"lodash-es": "^4.17.15",
|
|
"netlify-cli": "^2.40.0",
|
|
"npm-run-all": "^4.1.5",
|
|
"postcss-import": "^12.0.1",
|
|
"postcss-loader": "^3.0.0",
|
|
"react": "^16.14.0",
|
|
"react-docgen-typescript-loader": "^3.7.2",
|
|
"react-dom": "^16.14.0",
|
|
"react-is": "^16.8.0",
|
|
"react-markdown": "^4.3.1",
|
|
"react-test-renderer": "^16.13.1",
|
|
"react-use": "^15.3.4",
|
|
"rimraf": "^3.0.2",
|
|
"rollup": "^2.33.1",
|
|
"rollup-plugin-copy": "^3.3.0",
|
|
"rollup-plugin-sass": "^1.2.2",
|
|
"rollup-plugin-terser": "^6.1.0",
|
|
"rollup-plugin-typescript2": "^0.27.3",
|
|
"sass": "^1.26.3",
|
|
"sass-loader": "^9.0.2",
|
|
"style-loader": "^1.2.1",
|
|
"tailwindcss": "^1.4.4",
|
|
"ts-jest": "^26.1.3",
|
|
"ts-loader": "^6.2.2",
|
|
"typescript": "^3.7.3",
|
|
"uuid": "^8.3.1",
|
|
"webpack": "^5.3.2"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^16.14.0",
|
|
"react-dom": "^16.14.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"
|
|
]
|
|
}
|
|
}
|