raw3d-ui
Version:
A 3D UI component library built for the Log It Raw community, starting with a mechanical keycap button.
98 lines (97 loc) • 2.67 kB
JSON
{
"name": "raw3d-ui",
"version": "0.1.5",
"private": false,
"type": "module",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.esm.js",
"require": "./dist/index.cjs.js"
},
"./theme": {
"types": "./dist/theme.d.ts",
"import": "./dist/theme.js",
"require": "./dist/theme.cjs.js"
}
},
"scripts": {
"dev": "vite",
"build": "tsc -b && rollup -c",
"lint": "eslint .",
"preview": "vite preview",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"publish": "npm publish --access public"
},
"dependencies": {
"framer-motion": "^12.23.0"
},
"peerDependencies": {
"react": "^18.0.0 || ^19.0.0",
"react-dom": "^18.0.0 || ^19.0.0",
"framer-motion": "^11.0.0 || ^12.0.0",
"styled-components": "^6.1.19"
},
"devDependencies": {
"@eslint/js": "^9.29.0",
"@rollup/plugin-commonjs": "^28.0.6",
"@rollup/plugin-node-resolve": "^16.0.1",
"@rollup/plugin-typescript": "^12.1.4",
"@rollup/plugin-url": "^8.0.2",
"@storybook/addon-essentials": "^8.6.14",
"@storybook/addon-interactions": "^8.6.14",
"@storybook/addon-onboarding": "8.6.14",
"@storybook/blocks": "^8.6.14",
"@storybook/react": "^8.6.14",
"@storybook/react-vite": "8.6.14",
"@storybook/test": "^8.6.14",
"@types/node": "^22.7.5",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"@types/styled-components": "^5.1.34",
"@vitejs/plugin-react": "^4.5.2",
"autoprefixer": "^10.4.21",
"eslint": "^9.29.0",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.20",
"eslint-plugin-storybook": "^9.0.18",
"globals": "^16.2.0",
"postcss": "^8.5.6",
"rollup": "^4.44.2",
"storybook": "8.6.14",
"typescript": "^5.8.3",
"typescript-eslint": "^8.34.1",
"vite": "^7.0.6"
},
"files": [
"dist"
],
"description": "A 3D UI component library built for the Log It Raw community, starting with a mechanical keycap button.",
"keywords": [
"react",
"ui",
"3d",
"components",
"logitraw",
"mechanical"
],
"author": "Goitseone Themba",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Goitseone-Themba/raw3d-ui.git"
},
"bugs": {
"url": "https://github.com/Goitseone-Themba/raw3d-ui/issues"
},
"homepage": "https://github.com/Goitseone-Themba/raw3d-ui#readme",
"eslintConfig": {
"extends": [
"plugin:storybook/recommended"
]
}
}