react-atmospheres
Version:
A lightweight wrapper to add seasonal, themed visual effects in your React app.
61 lines (60 loc) • 1.71 kB
JSON
{
"name": "react-atmospheres",
"version": "0.1.0",
"description": "A lightweight wrapper to add seasonal, themed visual effects in your React app.",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"type": "module",
"files": [
"dist"
],
"scripts": {
"build": "rollup -c",
"dev": "vite",
"lint": "eslint \"src/**/*.{ts,tsx}\"",
"lint:fix": "eslint \"src/**/*.{ts,tsx}\" --fix",
"format": "prettier --write \"src/**/*.{ts,tsx,js,jsx,json,md}\"",
"prepare": "npm run build"
},
"author": "Robin Glaeser",
"license": "MIT",
"keywords": [
"react",
"animation",
"seasonal",
"effects",
"theme",
"atmospheres"
],
"peerDependencies": {
"react": "^18.0.0",
"react-dom": "^18.0.0"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^28.0.3",
"@rollup/plugin-node-resolve": "^16.0.1",
"@rollup/plugin-typescript": "^12.1.2",
"@types/react": "^19.1.4",
"@types/react-dom": "^19.1.5",
"@typescript-eslint/eslint-plugin": "^8.32.1",
"@typescript-eslint/parser": "^8.32.1",
"@vitejs/plugin-react": "^4.4.1",
"eslint": "^9.26.0",
"eslint-config-prettier": "^10.1.5",
"eslint-plugin-prettier": "^5.4.0",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^5.2.0",
"prettier": "^3.5.3",
"rollup": "^4.40.2",
"rollup-plugin-dts": "^6.2.1",
"rollup-plugin-peer-deps-external": "^2.2.4",
"typescript": "^5.8.3",
"vite": "^6.3.5"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sinf4er/react-atmospheres.git"
},
"homepage": "https://github.com/sinf4er/react-atmospheres#readme"
}