UNPKG

react-typist-updated

Version:
79 lines (78 loc) 2.27 kB
{ "name": "react-typist-updated", "version": "2.0.6", "description": "Typing animations with React", "main": "dist/Typist.js", "files": ["dist", "src"], "scripts": { "dist": "webpack --config webpack.dist.config.js", "standalone": "webpack --config webpack.standalone.config.js", "examples": "webpack --devtool inline-source-map", "start": "webpack-dev-server --devtool inline-source-map --progress --colors --inline --hot --public typist.dev:8080 --content-base examples", "test": "karma start karma.conf.js" }, "repository": { "type": "git", "url": "https://github.com/bkdev98/react-typist" }, "keywords": [ "react", "reactjs", "react-typist", "react-typist-updated", "react typist", "typing", "typing animation", "typing animations", "animation", "animations", "typist", "typewriter", "typewriter animation", "typewriter animations" ], "author": "Juan Tejada", "license": "MIT", "peerDependencies": { "react": "^0.14 || ^15.0 || ^16.0", "react-dom": "^^0.14 || ^15.0 || ^16.0" }, "devDependencies": { "autoprefixer": "^6.3.3", "babel-core": "^6.7.2", "babel-eslint": "^6.0.0-beta.6", "babel-loader": "^6.2.4", "babel-plugin-transform-class-properties": "^6.16.0", "babel-preset-es2015": "^6.6.0", "babel-preset-react": "^6.5.0", "babel-preset-stage-0": "^6.16.0", "css-loader": "^0.23.1", "eslint": "^2.4.0", "eslint-config-airbnb": "^6.1.0", "eslint-loader": "^1.3.0", "eslint-plugin-react": "^4.2.3", "eslint_d": "^4.1.0", "extract-text-webpack-plugin": "^1.0.1", "jasmine-core": "^2.3.4", "jasmine-react-matchers": "^1.0.2", "karma": "^0.13.10", "karma-chrome-launcher": "^0.2.0", "karma-cli": "^0.1.1", "karma-jasmine": "^0.3.6", "karma-sourcemap-loader": "^0.3.5", "karma-webpack": "^1.7.0", "mock-promises": "^0.6.1", "node-sass": "^3.4.2", "postcss-loader": "^0.8.2", "promise-mock": "^1.1.0", "react": "^16.0.0", "react-dom": "^16.0.0", "sass-loader": "^3.2.0", "style-loader": "^0.13.0", "webpack": "^1.12.14", "webpack-dev-server": "^1.14.1" }, "dependencies": { "prop-types": "^15.5.10" } }