UNPKG

oneframe-react

Version:

Oneframe React ## Components, Hooks, Helper Functions & State Management

182 lines (181 loc) 5.18 kB
{ "name": "oneframe-react", "version": "0.2.12", "contributors": [ { "name": "Mehmet Okan Ozcan", "email": "mail@mehmetokanozcan.com", "url": "http://mehmetokanozcan.com/" } ], "private": false, "main": "bundle/lib/index.js", "files": [ "bundle/**/*.js", "bundle/**/*.d.ts", "bundle/style/*.css", "bundle/style/*.scss" ], "keywords": [ "react", "typescript", "ui", "state-management", "context-api", "sass", "starter", "components", "boilerplate" ], "peerDependencies": { "react": ">= 16.10.0", "react-dom": ">= 16.10.0" }, "scripts": { "start": "react-app-rewired start", "build": "react-app-rewired build", "clean-bundle": "rimraf build", "bundle-scripts": "tsc -b ./src", "bundle-css": "gulp", "bundle": "npm-run-all clean-bundle bundle-scripts bundle-css", "test": "react-app-rewired test", "eject": "react-app-rewired eject", "analyze": "source-map-explorer 'build/static/js/*.js'", "analyze-bundle": "source-map-explorer 'bundle/lib/**/*.js'", "storybook": "start-storybook -p 9009 -s public", "build-storybook": "build-storybook -s public" }, "dependencies": { "@date-io/moment": "1.3.11", "@googlemaps/loader": "0.0.5", "@material-ui/core": "^4.9.8", "@material-ui/icons": "^4.5.1", "@material-ui/lab": "^4.0.0-alpha.47", "@material-ui/pickers": "^3.2.8", "@material-ui/styles": "^4.9.0", "babel-polyfill": "^6.26.0", "bootstrap": "^4.3.1", "es6-promise": "^4.2.8", "fast-memoize": "^2.5.1", "immutable": "^4.0.0-rc.12", "isomorphic-fetch": "^2.2.1", "izitoast": "^1.4.0", "jquery": "^3.4.1", "json-function": "1.8.6", "lodash": "^4.17.15", "moment": "^2.24.0", "node-sass": "^4.13.0", "popper": "^1.0.1", "prism-react-renderer": "^1.0.2", "react": "^16.11.0", "react-app-polyfill": "^1.0.4", "react-dom": "^16.11.0", "react-google-recaptcha": "^2.0.1", "react-number-format": "^4.3.1", "react-router": "^5.1.2", "react-router-dom": "^5.1.2", "react-scripts": "^3.3.0", "react-text-mask": "^5.4.3", "react-waterfall": "^4.0.4", "source-map-explorer": "^2.3.1", "styled-components": "^4.4.1", "typescript": "^3.7.5", "use-debounce": "^3.1.0", "uuid": "^3.3.3", "uuidv4": "^5.0.1", "validator": "^12.0.0" }, "browserslist": { "production": [ ">0.2%", "not dead", "not op_mini all" ], "development": [ "last 1 chrome version", "last 1 firefox version", "last 1 safari version", "ie 11", "ie 9" ] }, "husky": { "hooks": { "pre-commit": "lint-staged" } }, "lint-staged": { "src/**/*.{js,jsx,ts,tsx,md}": [ "prettier --write", "eslint --fix", "git add" ], "src/**/*.{css,scss,json}": [ "prettier --write", "git add" ], "*.xyz": [ "./node_modules/.bin/eslint — fix", "git add" ] }, "devDependencies": { "@fortawesome/fontawesome-svg-core": "^1.2.27", "@fortawesome/free-solid-svg-icons": "^5.12.1", "@fortawesome/react-fontawesome": "^0.1.9", "@storybook/addon-actions": "^5.3.14", "@storybook/addon-console": "^1.2.1", "@storybook/addon-cssresources": "^5.3.14", "@storybook/addon-docs": "^5.3.14", "@storybook/addon-knobs": "^5.3.14", "@storybook/addon-links": "^5.3.14", "@storybook/addon-notes": "^5.3.14", "@storybook/addon-storysource": "^5.3.14", "@storybook/addon-viewport": "^5.3.14", "@storybook/addons": "^5.3.14", "@storybook/preset-create-react-app": "^1.5.2", "@storybook/react": "^5.3.14", "@types/enzyme": "^3.10.5", "@types/enzyme-adapter-react-16": "^1.0.6", "@types/googlemaps": "^3.39.3", "@types/isomorphic-fetch": "0.0.35", "@types/jest": "^25.1.2", "@types/lodash": "^4.14.149", "@types/node": "^12.12.6", "@types/node-sass": "^4.11.0", "@types/react": "^16.9.11", "@types/react-dom": "^16.9.4", "@types/react-google-recaptcha": "^1.1.1", "@types/react-router-dom": "^5.1.2", "@types/react-text-mask": "^5.4.6", "@types/styled-components": "^4.1.21", "@types/uuid": "^3.4.6", "@types/uuidv4": "^5.0.0", "@types/validator": "^10.11.3", "@typescript-eslint/eslint-plugin": "^2.6.1", "@typescript-eslint/parser": "^2.6.1", "babel-loader": "^8.0.6", "babel-plugin-import": "^1.13.0", "babel-plugin-transform-imports": "^2.0.0", "customize-cra": "^0.9.1", "enzyme": "^3.11.0", "enzyme-adapter-react-16": "^1.15.2", "eslint": "^6.8.0", "eslint-config-prettier": "^6.5.0", "eslint-plugin-prettier": "^3.1.1", "eslint-plugin-react": "^7.16.0", "gulp": "^4.0.2", "gulp-cli": "^2.2.0", "gulp-rename": "^1.4.0", "gulp-sass": "^4.0.2", "husky": "^3.1.0", "lint-staged": "^9.5.0", "npm-run-all": "^4.1.5", "prettier": "^1.19.1", "react-app-env": "^1.2.3", "react-app-rewired": "^2.1.5", "react-json-view": "^1.19.1", "rimraf": "^3.0.0", "ts-jest": "^25.2.0" } }