UNPKG

alterui

Version:

Hi there! I'm Lakshya Rohilla, a BCA student and this is my side project. I would love if you use it and give me feedback on what I should improve in this project.

54 lines (53 loc) 1.18 kB
{ "name": "alterui", "version": "1.0.17", "scripts": { "clean": "rimraf dist", "build": "npm run clean && webpack", "prepublishOnly": "npm run build" }, "repository": { "type": "git", "url": "https://github.com/lakshyarohila/alterUI" }, "keywords": [ "Ui Lib", "React-Components", "UI-Components" ], "author": "Lakshya Rohila", "license": "ISC", "publishConfig": { "access": "public" }, "type": "commonjs", "main": "dist/index.js", "style": "dist/styles.css", "files": [ "dist", "README.md" ], "description": "", "devDependencies": { "@babel/core": "^7.26.10", "@babel/preset-env": "^7.26.9", "@babel/preset-react": "^7.26.3", "autoprefixer": "^10.4.21", "babel-loader": "^10.0.0", "css-loader": "^7.1.2", "mini-css-extract-plugin": "^2.9.2", "postcss": "^8.5.3", "postcss-loader": "^8.1.1", "react": "*", "react-dom": "*", "rimraf": "^6.0.1", "tailwindcss": "^3.4.17", "webpack": "^5.98.0", "webpack-cli": "^6.0.1", "webpack-dev-server": "^5.2.0" }, "peerDependencies": { "react": "^19.0.0", "react-dom": "^19.0.0" } }