UNPKG

qvt-components

Version:

This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).

111 lines (110 loc) 3.27 kB
{ "name": "qvt-components", "version": "1.0.12", "dependencies": {}, "scripts": { "start": "react-scripts start", "build": "microbundle --jsx React.createElement", "test": "react-scripts test", "eject": "react-scripts eject", "storybook": "start-storybook -p 6006 -s public", "build-storybook": "build-storybook -s public" }, "eslintConfig": { "extends": [ "react-app", "react-app/jest" ], "overrides": [ { "files": [ "**/*.stories.*" ], "rules": { "import/no-anonymous-default-export": "off" } } ] }, "browserslist": { "production": [ ">0.2%", "not dead", "not op_mini all" ], "development": [ "last 1 chrome version", "last 1 firefox version", "last 1 safari version" ] }, "devDependencies": { "@babel/core": "^7.17.2", "@babel/preset-env": "^7.16.11", "@babel/preset-react": "^7.16.7", "@babel/preset-typescript": "^7.16.7", "@open-wc/building-rollup": "^2.0.1", "@react-theming/storybook-addon": "^1.1.2", "@rollup/plugin-babel": "^5.3.0", "@rollup/plugin-commonjs": "^21.0.1", "@rollup/plugin-node-resolve": "^13.1.3", "@storybook/addon-actions": "^6.3.12", "@storybook/addon-essentials": "^6.3.12", "@storybook/addon-links": "^6.3.12", "@storybook/addon-react-native-web": "^0.0.5", "@storybook/node-logger": "^6.3.12", "@storybook/preset-create-react-app": "^3.2.0", "@storybook/react": "^6.3.12", "@testing-library/jest-dom": "^5.11.4", "@testing-library/react": "^11.1.0", "@testing-library/user-event": "^12.1.10", "@types/jest": "^26.0.15", "@types/node": "^12.0.0", "@types/react": "^17.0.0", "@types/react-dom": "^17.0.0", "babel-loader": "8.1.0", "babel-plugin-react-native-web": "^0.17.5", "deepmerge": "^4.2.2", "microbundle": "^0.14.2", "native-base": "^3.3.4", "react": "^17.0.1", "react-dom": "^17.0.1", "react-native-safe-area-context": "^3.3.2", "react-native-svg": "^12.1.1", "react-native-switch-selector": "^2.1.4", "react-native-web": "^0.17.5", "react-scripts": "4.0.3", "typescript": "^4.5.5", "web-vitals": "^1.0.1" }, "peerDependencies": { "native-base": "^3.2.2", "react": "^17.0.1", "react-dom": "^17.0.1", "react-native": "0.64.3", "react-native-switch-selector": "^2.1.4" }, "engines": { "node": ">=16.13.0" }, "description": "This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).", "source": "./src/native/index.ts", "exports": { "require": "./dist/qvt-components.js", "default": "./dist/qvt-components.modern.js" }, "main": "./dist/qvt-components.js", "module": "./dist/qvt-components.esm.js", "types": "./dist/native/index.d.ts", "repository": "git+https://github.com/quevita2018/qvt-components.git", "keywords": [ "something" ], "author": "gbiain <33619247+gbiain@users.noreply.github.com>", "license": "MIT", "bugs": { "url": "https://github.com/quevita2018/qvt-components/issues" }, "homepage": "https://github.com/quevita2018/qvt-components#readme", "plugins": [] }