hair-ui
Version:
A Minimalist Component Library For React.
37 lines (36 loc) • 826 B
JSON
{
"name": "hair-ui",
"version": "1.0.5",
"description": "A Minimalist Component Library For React.",
"main": "./dist/index.js",
"scripts": {
"build": "rm -rf dist && tsc -d && npm run build:style",
"build:style": "node ./build/style.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"hair-ui": "./dist/index.js"
},
"types": "./dist/index.d.ts",
"keywords": [
"react",
"ui",
"hair",
"component"
],
"author": "broxiang",
"license": "ISC",
"dependencies": {
"@types/react": "^17.0.43",
"@types/react-dom": "^17.0.14",
"classnames": "^2.3.1",
"react": "^18.0.0",
"react-dom": "^18.0.0"
},
"devDependencies": {
"autoprefixer": "^10.4.8",
"gulp": "^4.0.2",
"gulp-less": "^5.0.0",
"gulp-postcss": "^9.0.1"
}
}