UNPKG

might-ui

Version:

A no-code solution for performing end-to-end tests

60 lines (59 loc) 1.71 kB
{ "name": "might-ui", "version": "1.1.8", "description": "A no-code solution for performing end-to-end tests", "scripts": { "prepare": "npm run build", "svgo": "svgo --config='{ \"plugins\": [ { \"removeAttrs\": { \"attrs\": \"(fill|stroke)\" } }, { \"removeViewBox\": false } ] }' icons", "build": "webpack --config webpack.config.prod.js --mode production", "start": "webpack serve --config webpack.config.dev.js --mode development" }, "bin": { "might-ui": "index.js" }, "repository": { "type": "git", "url": "git+https://github.com/ker0olos/Might.git" }, "author": "Kerolos Zaki", "license": "MIT", "bugs": { "url": "https://github.com/ker0olos/Might/issues" }, "homepage": "https://github.com/ker0olos/Might#readme", "keywords": [ "testing", "end-to-end-testing", "ui-testing", "front-end-testing", "end-to-end-test-automation", "end-to-end-testing-interface" ], "dependencies": { "dexie": "^3.0.3", "express": "^4.17.1", "flcss": "^2.2.5", "might-core": "^1.0.2", "open": "^8.2.0", "prop-types": "^15.7.2", "react": "^17.0.2", "react-dom": "^17.0.2", "react-markdown": "^6.0.2" }, "devDependencies": { "@babel/core": "^7.14.3", "@babel/preset-env": "^7.14.4", "@babel/preset-react": "^7.13.13", "@svgr/webpack": "^5.5.0", "babel-eslint": "^10.1.0", "babel-loader": "~8.2.2", "eslint": "^7.27.0", "eslint-plugin-react": "^7.24.0", "eslint-plugin-react-hooks": "^4.2.0", "eslint-plugin-security": "^1.4.0", "raw-loader": "~4.0.2", "webpack": "~5.38.1", "webpack-cli": "~4.7.0", "webpack-dev-server": "~3.11.2" } }