UNPKG

@motor-js/cli

Version:

CLI tool for generating Qlik Sense Mashups

51 lines (50 loc) 1.22 kB
{ "name": "solar-motor", "version": "0.2.53", "private": true, "dependencies": { "@motor-js/components": "^0.0.30", "@motor-js/engine": "^0.3.49", "@motor-js/theme": "^0.0.31", "@styled-system/theme-get": "^5.1.2", "@testing-library/jest-dom": "^5.11.4", "@testing-library/react": "^11.1.0", "@testing-library/user-event": "^12.1.10", "classnames": "^2.3.1", "react": "^17.0.2", "react-dom": "^17.0.2", "react-feather": "^2.0.9", "react-router-dom": "^5.2.0", "react-scripts": "4.0.3", "react-select": "^4.3.1", "styled-bootstrap-grid": "^3.1.1", "styled-components": "^5.3.0", "styled-system": "^5.1.5", "tinycolor2": "^1.4.2", "web-vitals": "^1.0.1" }, "scripts": { "start": "react-scripts start", "build": "react-scripts build", "test": "react-scripts test", "eject": "react-scripts eject" }, "eslintConfig": { "extends": [ "react-app", "react-app/jest" ] }, "browserslist": { "production": [ ">0.2%", "not dead", "not op_mini all" ], "development": [ "last 1 chrome version", "last 1 firefox version", "last 1 safari version" ] } }