react-typing-animation
Version:
[](https://npm.im/react-typing-animation) 
94 lines (93 loc) • 2.54 kB
JSON
{
"name": "react-typing-animation",
"version": "1.6.2",
"author": "Adam King https://github.com/adamjking3",
"homepage": "https://adamjking3.github.io/react-typing-animation-example/",
"repository": "github:adamjking3/react-typing-animation",
"license": "MIT",
"keywords": [
"react",
"typing",
"animation",
"animated",
"typewriter",
"typist",
"typer"
],
"scripts": {
"build": "mkdir -p ./dist && NODE_ENV=production babel ./src --out-dir ./dist",
"build:example": "npm run clean && NODE_ENV=production webpack --progress --config ./example/webpack.config.js",
"clean": "rimraf ./example/build/* && npm run lint",
"lint": "eslint --ignore-path .gitignore .",
"start": "NODE_ENV=development node ./example/webpack-dev-server.js",
"prebuild": "npm run lint",
"prepublish": "npm run build"
},
"devDependencies": {
"assets-webpack-plugin": "^3.5.1",
"babel-cli": "^6.26.0",
"babel-eslint": "7.2.3",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.7.0",
"babel-preset-react-app": "^3.1.2",
"copy-webpack-plugin": "^4.5.1",
"css-loader": "^0.28.10",
"eslint": "4.4.1",
"eslint-config-prettier": "^2.9.0",
"eslint-config-react-app": "^2.1.0",
"eslint-plugin-flowtype": "2.35.0",
"eslint-plugin-graphql": "^1.5.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "5.1.1",
"eslint-plugin-react": "^7.6.1",
"express": "^4.16.3",
"extract-text-webpack-plugin": "^2.1.0",
"file-loader": "^0.11.1",
"html-loader": "^0.4.5",
"html-webpack-plugin": "^2.30.1",
"postcss-cssnext": "^2.10.0",
"postcss-loader": "^2.1.1",
"prop-types": "^15.6.1",
"react": "16.0.0",
"react-dom": "16.0.0",
"react-hot-loader": "^3.1.3",
"rimraf": "^2.6.2",
"style-loader": "^0.17.0",
"webpack": "^3.10.0",
"webpack-dev-middleware": "^1.12.2",
"webpack-hot-middleware": "^2.21.2"
},
"dependencies": {
"raf": "^3.4.0",
"shortid": "^2.2.8",
"styled-components": "^1.4.6"
},
"peerDependencies": {
"prop-types": "^15.6.1",
"react": "^16.0.0",
"react-dom": "^16.0.0"
},
"main": "./dist/index.js",
"babel": {
"presets": [
"env",
"react-app"
]
},
"eslintConfig": {
"extends": [
"react-app",
"prettier"
]
},
"prettier": {
"singleQuote": true,
"trailingComma": "es5",
"tabWidth": 2,
"useTabs": false
},
"eslintIgnore": [
"dist",
"example/build"
]
}