glitched-text-react
Version:
Glitched/hacker text for react highly customizable
57 lines (56 loc) • 1.47 kB
JSON
{
"name": "glitched-text-react",
"version": "1.0.2",
"description": "Glitched/hacker text for react highly customizable",
"main": "dist/index.cjs.js",
"module": "dist/index.es.js",
"types": "dist/src/index.d.ts",
"files": [
"dist",
"README.md"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "vite",
"build:lib": "vite build --config vite.config.ts",
"build:demo": "vite build demo.config.ts",
"build": "vite build",
"prepublishOnly": "npm run build",
"preview": "vite preview"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Flying-Spaghetti-Monster69/Glitched-Text.git"
},
"keywords": [
"react",
"hacker",
"glitched",
"text",
"animation",
"glitched",
"decypher",
"decript"
],
"author": "Felipe Garzon Melguizo",
"license": "ISC",
"bugs": {
"url": "https://github.com/Flying-Spaghetti-Monster69/Glitched-Text/issues"
},
"homepage": "https://github.com/Flying-Spaghetti-Monster69/Glitched-Text#readme",
"peerDependencies": {
"react": "^17 || ^18 || ^19",
"react-dom": "^17 || ^18 || ^19"
},
"devDependencies": {
"@types/node": "^22.15.21",
"@types/react": "^19.1.5",
"@types/react-dom": "^19.1.5",
"@vitejs/plugin-react": "^4.5.0",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"typescript": "^5.8.3",
"vite": "^6.3.5",
"vite-plugin-dts": "^4.5.4"
}
}