UNPKG

cashbac-frontend-component

Version:

Front end component for cashbac

33 lines (32 loc) 832 B
{ "name": "cashbac-frontend-component", "version": "2.0.0", "description": "Front end component for cashbac", "main": "build/index.js", "dependencies": { "react": "^15.6.1", "webpack": "^4.15.0" }, "devDependencies": { "babel-cli": "^6.26.0", "babel-core": "^6.26.3", "babel-loader": "^7.1.4", "babel-plugin-transform-object-rest-spread": "^6.26.0", "babel-plugin-transform-react-jsx": "^6.24.1", "babel-preset-env": "^1.7.0" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "webpack --watch", "build": "webpack" }, "repository": { "type": "git", "url": "https://faris.rayhan@code.dimo.co.id/faris.rayhan/Cashbac-front-end-component.git" }, "keywords": [ "Cashbac" ], "author": "Faris Rayhan", "license": "ISC" }