modern-react-typist
Version:
A modern typist component written in React and Typescript
47 lines (46 loc) • 1.16 kB
JSON
{
"name": "modern-react-typist",
"version": "1.0.4",
"description": "A modern typist component written in React and Typescript",
"main": "./dist/Typist.js",
"types": "./dist/Typist.d.ts",
"scripts": {
"build": "webpack --mode production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/HelloWorld-er/modern-react-typist.git"
},
"keywords": [
"react",
"reacts",
"react-typist",
"modern-react-typist",
"animation",
"animations",
"typing-effect",
"typing-effects",
"typist"
],
"author": "HelloWorld-er",
"license": "MIT",
"bugs": {
"url": "https://github.com/HelloWorld-er/modern-react-typist/issues"
},
"homepage": "https://github.com/HelloWorld-er/modern-react-typist#readme",
"devDependencies": {
"@babel/core": "^7.27.1",
"@babel/preset-env": "^7.27.2",
"@babel/preset-react": "^7.27.1",
"@types/react": "^19.1.3",
"babel-loader": "^10.0.0",
"ts-loader": "^9.5.2",
"typescript": "^5.8.3",
"webpack": "^5.99.8",
"webpack-cli": "^6.0.1"
},
"peerDependencies": {
"react": "^19.0.0",
"react-dom": "^19.0.0"
}
}