react-three-d
Version:
A versatile React library designed to simplify the process of creating and manipulating 3D shapes using CSS.
56 lines (55 loc) • 1.49 kB
JSON
{
"name": "react-three-d",
"version": "0.0.5",
"description": "A versatile React library designed to simplify the process of creating and manipulating 3D shapes using CSS.",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
"types": "./dist/esm/index.d.ts",
"scripts": {
"build": "yarn build:esm && yarn build:cjs",
"build:esm": "tsc",
"build:cjs": "tsc --module commonjs --outDir dist/cjs",
"lint": "eslint \"{**/*,*}.{js,ts,jsx,tsx}\"",
"prettier": "prettier --write \"src/**/*.{js,ts,jsx,tsx}\"",
"prepare": "npm run build",
"prepublishOnly": "npm run prettier && npm run lint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yungrari/react-three-d.git"
},
"files": [
"dist",
"LICENSE",
"README.md"
],
"keywords": [
"3D Carousel",
"3D Gallery",
"3D Shapes",
"Carousel",
"Components",
"CSS",
"React",
"UI"
],
"author": "yungrari",
"license": "MIT",
"devDependencies": {
"@types/react": "^18.2.15",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"eslint": "^8.45.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"prettier": "^3.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typescript": "^5.1.6"
},
"peerDependencies": {
"react": ">=16"
}
}