1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- {
- "name": "@bthlabs/react-custom-popup",
- "version": "1.0.3",
- "private": false,
- "description": "React component for simply building custom popups and modals.",
- "main": "./lib/react-custom-popup.js",
- "scripts": {
- "build": "./node_modules/.bin/grunt dist",
- "build:example": "./node_modules/.bin/grunt example",
- "lint": "./node_modules/.bin/grunt eslint",
- "test": "./node_modules/.bin/grunt karma:dist",
- "test:watch": "./node_modules/.bin/karma start"
- },
- "repository": {
- "type": "git",
- "url": "https://git.bthlabs.pl/tomekwojcik/react-custom-popup.git"
- },
- "files": [
- "lib"
- ],
- "author": "Tomek Wójcik <contact@bthlabs.pl> (https://www.bthlabs.pl/)",
- "license": "MIT",
- "devDependencies": {
- "@babel/core": "7.2.2",
- "@babel/preset-env": "7.3.1",
- "@babel/preset-react": "7.0.0",
- "babel-eslint": "8.2.1",
- "babel-loader": "8.0.5",
- "enzyme": "3.5.0",
- "enzyme-adapter-react-16": "1.3.0",
- "eslint-plugin-jasmine": "2.9.1",
- "grunt": "1.0.1",
- "grunt-contrib-clean": "1.1.0",
- "grunt-contrib-sass": "1.0.0",
- "grunt-karma": "2.0.0",
- "grunt-webpack": "3.0.2",
- "gruntify-eslint": "4.0.0",
- "jasmine-core": "2.8.0",
- "karma": "2.0.0",
- "karma-chrome-launcher": "2.2.0",
- "karma-jasmine": "1.1.1",
- "karma-mocha-reporter": "2.2.5",
- "karma-sourcemap-loader": "0.3.7",
- "karma-webpack": "2.0.9",
- "react": "16.4.0",
- "react-dom": "16.4.0",
- "underscore": "1.8.3",
- "webpack": "3.10.0",
- "webpack-uglify-js-plugin": "1.1.9"
- },
- "dependencies": {
- "classnames": "2.2.6",
- "prop-types": "15.6.2"
- },
- "peerDependencies": {
- "react": ">=16.4.0",
- "react-dom": ">=16.4.0"
- }
- }
|