@vz_org_test/ui
Version:
Reusable UI components for React apps
54 lines • 1.34 kB
JSON
{
"name": "@vz_org_test/ui",
"version": "0.1.8",
"main": "dist/index.js",
"description": "Reusable UI components for React apps",
"keywords": [
"react",
"ui",
"components",
"tailwind"
],
"author": "Harshit <harshitshah@vsourzltd.com>",
"license": "ISC",
"scripts": {
"clean": "rimraf dist",
"build": "npm run clean && rollup -c rollup.config.mjs",
"dev": "rollup -c rollup.config.mjs --watch",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"next": "^15.3.5"
},
"peerDependencies": {
"react": "^19.1.0",
"react-dom": "^19.1.0"
},
"exports": {
".": {
"import": "./dist/index.js",
"require": "./dist/index.js"
},
"./dist/index.css": "./dist/index.css"
},
"files": [
"dist"
],
"devDependencies": {
"@babel/core": "^7.28.0",
"@babel/preset-react": "^7.27.1",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "^28.0.6",
"@rollup/plugin-node-resolve": "^16.0.1",
"@rollup/plugin-terser": "^0.4.4",
"@tailwindcss/postcss": "^4.1.11",
"autoprefixer": "^10.4.21",
"postcss": "^8.5.6",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"rimraf": "^6.0.1",
"rollup": "^4.44.2",
"rollup-plugin-postcss": "^4.0.2",
"tailwindcss": "^4.1.11"
}
}