UNPKG

@hashdhronas/hash-loaders

Version:

Customizable bunch of react loaders

50 lines (49 loc) 1.17 kB
{ "name": "@hashdhronas/hash-loaders", "version": "0.0.3", "description": "Customizable bunch of react loaders ", "main": "build/index.js", "peerDependencies": { "react": "^15.5.4" }, "dependencies": { "classnames": "^2.2.6", "prop-types": "^15.7.2", "react": "^15.5.4" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "webpack --watch", "build": "webpack" }, "author": { "name": "Ajayjayendran A", "email": "ajay@hashdhronas.com" }, "repository": { "type": "git", "url": "git+https://ajay_hashdhronas@gitlab.com/hash-dhronas/hash-loaders.git" }, "keywords": [ "React", "Loader", "Pre-loader", "Css", "animation" ], "devDependencies": { "babel-cli": "^6.24.1", "babel-core": "^6.24.1", "babel-loader": "^7.0.0", "babel-plugin-transform-object-rest-spread": "^6.23.0", "babel-plugin-transform-react-jsx": "^6.24.1", "babel-preset-env": "^1.5.1", "css-loader": "^3.4.2", "style-loader": "^1.1.3", "webpack": "^4.41.2", "webpack-cli": "^3.3.10" }, "publishConfig": { "access": "public" } }