quevita-design-system
Version:
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
114 lines (113 loc) • 3.28 kB
JSON
{
"name": "quevita-design-system",
"version": "1.0.14",
"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-web": "^0.17.5",
"react-scripts": "4.0.3",
"rimraf": "^3.0.2",
"rollup": "^2.67.2",
"rollup-plugin-terser": "^7.0.2",
"typescript": "^4.5.5",
"web-vitals": "^1.0.1"
},
"peerDependencies": {
"native-base": "^3.2.2",
"react": "^17.0.1",
"react-dom": "^17.0.1"
},
"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/quevita-design-system.js",
"default": "./dist/uevita-design-system.modern.js"
},
"main": "./dist/quevita-design-system.js",
"module": "./dist/quevita-design-system.esm.js",
"types": "./dist/native/index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/quevita2018/quevita-design-system.git"
},
"keywords": [
"something"
],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/quevita2018/quevita-design-system/issues"
},
"homepage": "https://github.com/quevita2018/quevita-design-system#readme",
"plugins": []
}