@brandonowens/elegant-ui
Version:
Elegant is the easiest way to create a new static website or blog, and publish it online. This is the core Elegant UI component library.
87 lines (86 loc) • 2.71 kB
JSON
{
"name": "@brandonowens/elegant-ui",
"version": "1.3.13",
"description": "Elegant is the easiest way to create a new static website or blog, and publish it online. This is the core Elegant UI component library.",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": "./dist/index.js",
"./styles.css": "./dist/styles.css"
},
"scripts": {
"build": "tsup src/index.ts --dts --minify && tailwindcss -i ./src/styles.css -o ./dist/styles.css",
"test": "jest --env=jsdom",
"test:ci": "jest --init",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/elegantframework/elegant.git"
},
"keywords": [
"next",
"react",
"tailwindcss",
"jest",
"elegant",
"elegantui",
"elegant ui",
"elegant-ui"
],
"author": "Brandon Owens",
"license": "MIT",
"bugs": {
"url": "https://github.com/elegantframework/elegant/issues"
},
"homepage": "https://github.com/elegantframework/elegant#readme",
"dependencies": {
"clsx": "^2.1.1",
"next": "14.2.3",
"react": "^18",
"resize-observer-polyfill": "^1.5.1"
},
"devDependencies": {
"@babel/preset-env": "^7.22.10",
"@babel/preset-react": "^7.22.5",
"@babel/preset-typescript": "^7.22.5",
"@chromatic-com/storybook": "^1.3.3",
"@headlessui/react": "^2.0.4",
"@heroicons/react": "^2.0.17",
"@storybook/addon-a11y": "^8.1.5",
"@storybook/addon-essentials": "^8.1.5",
"@storybook/addon-interactions": "^8.1.5",
"@storybook/addon-links": "^8.1.5",
"@storybook/addon-onboarding": "^8.1.5",
"@storybook/blocks": "^8.1.5",
"@storybook/nextjs": "^8.1.5",
"@storybook/react": "^8.1.5",
"@storybook/test": "^8.1.5",
"@svgr/webpack": "^8.0.1",
"@testing-library/jest-dom": "^6.4.5",
"@testing-library/react": "^15.0.7",
"@testing-library/user-event": "^14.4.3",
"@types/jest": "^29.5.3",
"@types/node": "^20.4.5",
"@types/react": "^18.2.20",
"@types/react-dom": "^18.0.11",
"@types/react-test-renderer": "^18.0.7",
"autoprefixer": "^10.4.17",
"jest": "^29.6.2",
"jest-dom": "^4.0.0",
"jest-environment-jsdom": "^29.6.2",
"postcss": "^8.4.33",
"react": "^18.2.0",
"react-test-renderer": "^18.2.0",
"storybook": "^8.1.5",
"storybook-dark-mode": "^4.0.1",
"tailwindcss": "^3.3.3",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.2",
"tsconfig": "^7.0.0",
"tsup": "^8.0.2",
"typescript": "^5.4.5",
"zustand": "^4.4.0"
}
}