@twallpaper/react
Version:
🌈 Multicolor gradient wallpaper created algorithmically and shimmers smoothly.
57 lines • 1.27 kB
JSON
{
"name": "@twallpaper/react",
"version": "2.1.2",
"description": "🌈 Multicolor gradient wallpaper created algorithmically and shimmers smoothly.",
"type": "module",
"types": "./dist/index.d.ts",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
"exports": {
".": {
"import": "./dist/index.js",
"require": "./dist/index.cjs"
},
"./dist/style.css": "./dist/style.css",
"./css": "./dist/style.css"
},
"files": [
"dist"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/crashmax-dev/twallpaper.git"
},
"bugs": {
"url": "https://github.com/crashmax-dev/twallpaper/issues"
},
"homepage": "https://twallpaper.js.org",
"keywords": [
"react",
"multicolor",
"gradient",
"wallpaper",
"background",
"animation",
"telegram",
"canvas"
],
"dependencies": {
"twallpaper": "2.1.2"
},
"devDependencies": {
"@types/react": "^18.0.38",
"@vitejs/plugin-react": "^4.0.0",
"react": "^18.2.0",
"typescript": "^5.0.4",
"vite": "^4.3.1"
},
"peerDependencies": {
"@types/react": ">=16.8.0",
"react": ">=16.8.0"
},
"scripts": {
"dev": "vite build --watch",
"build": "vite build"
}
}