Skip to content

Instantly share code, notes, and snippets.

@kaigouthro
Created December 17, 2018 14:05
Show Gist options
  • Save kaigouthro/1f254e37d5840ada064a547941302ca4 to your computer and use it in GitHub Desktop.
Save kaigouthro/1f254e37d5840ada064a547941302ca4 to your computer and use it in GitHub Desktop.
package, just made everything a regular dependency for now, most not in use.
{
"name": "merp",
"version": "0.1.0",
"private": true,
"scripts": {
"build": "node scripts/build.js",
"start": "node scripts/start.js",
"test": "node scripts/test.js"
},
"jest": {
"collectCoverageFrom": [
"src/**/*.{js,jsx,ts,tsx}",
"!src/**/*.d.ts"
],
"moduleFileExtensions": [
"web.js",
"js",
"web.ts",
"ts",
"web.tsx",
"tsx",
"json",
"web.jsx",
"jsx",
"node"
],
"moduleNameMapper": {
"^react-native$": "react-native-web",
"^.+\\.module\\.(css|sass|scss)$": "identity-obj-proxy"
},
"resolver": "jest-pnp-resolver",
"setupFiles": [
"react-app-polyfill/jsdom"
],
"testEnvironment": "jsdom",
"testMatch": [
"<rootDir>/src/**/__tests__/**/*.{js,jsx,ts,tsx}",
"<rootDir>/src/**/?(*.)(spec|test).{js,jsx,ts,tsx}"
],
"testURL": "http://localhost",
"transform": {
"^.+\\.(js|jsx|ts|tsx)$": "<rootDir>/node_modules/babel-jest",
"^.+\\.css$": "<rootDir>/config/jest/cssTransform.js",
"^(?!.*\\.(js|jsx|ts|tsx|css|json)$)": "<rootDir>/config/jest/fileTransform.js"
},
"transformIgnorePatterns": [
"[/\\\\]node_modules[/\\\\].+\\.(js|jsx|ts|tsx)$",
"^.+\\.module\\.(css|sass|scss)$"
]
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"dependencies": {
"@babel/core": "^7.2.2",
"@babel/helpers": "^7.2.0",
"@babel/parser": "^7.2.2",
"@babel/plugin-proposal-class-properties": "^7.2.1",
"@babel/plugin-proposal-decorators": "^7.2.2",
"@babel/plugin-proposal-do-expressions": "^7.2.0",
"@babel/plugin-proposal-export-default-from": "^7.2.0",
"@babel/plugin-proposal-export-namespace-from": "^7.2.0",
"@babel/plugin-proposal-function-bind": "^7.2.0",
"@babel/plugin-proposal-function-sent": "^7.2.0",
"@babel/plugin-proposal-json-strings": "^7.2.0",
"@babel/plugin-proposal-logical-assignment-operators": "^7.2.0",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.2.0",
"@babel/plugin-proposal-numeric-separator": "^7.2.0",
"@babel/plugin-proposal-optional-chaining": "^7.2.0",
"@babel/plugin-proposal-pipeline-operator": "^7.2.0",
"@babel/plugin-proposal-throw-expressions": "^7.2.0",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/plugin-syntax-import-meta": "^7.2.0",
"@babel/plugin-transform-react-jsx-source": "^7.2.0",
"@babel/plugin-transform-runtime": "^7.2.0",
"@babel/polyfill": "^7.0.0",
"@babel/preset-env": "^7.2.0",
"@babel/preset-flow": "^7.0.0",
"@babel/preset-react": "^7.0.0",
"@babel/register": "^7.0.0",
"@babel/runtime": "^7.2.0",
"@babel/runtime-corejs2": "^7.2.0",
"@firebase/app-types": "^0.3.2",
"@loadable/component": "^5.2.2",
"@nenado/interpolate-html-plugin": "^1.0.2",
"autodll-webpack-plugin-webpack-4": "^1.0.0",
"autoprefixer": "^9.4.3",
"babel-core": "^7.0.0-beta.3",
"babel-env": "^2.4.1",
"babel-eslint": "^10.0.1",
"babel-jest": "^23.6.0",
"babel-loader": "^8.0.0-beta.6",
"babel-plugin-add-module-exports": "^1.0.0",
"babel-plugin-module-resolver": "^3.1.1",
"babel-plugin-named-asset-import": "^0.2.3",
"babel-plugin-universal-import": "^3.1.2",
"babel-preset-react": "^6.24.1",
"babel-preset-react-app": "^6.1.0",
"better-logging": "^3.0.1",
"bfj": "^6.1.1",
"britecharts": "^2.9.8",
"case-sensitive-paths-webpack-plugin": "^2.1.2",
"chai": "^4.2.0",
"chai-jquery": "^2.1.0",
"chalk": "^2.4.1",
"clean-webpack-plugin": "^1.0.0",
"codeframe": "0.0.1",
"compression-webpack-plugin": "^2.0.0",
"concurrently": "^4.1.0",
"connected-react-router": "^6.0.0",
"css-loader": "^2.0.1",
"d3-selection": "^1.3.2",
"dotenv": "^6.2.0",
"dotenv-expand": "^4.2.0",
"eslint": "^5.10.0",
"eslint-cli": "^1.1.1",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-prettier": "^3.3.0",
"eslint-config-react-app": "^3.0.5",
"eslint-config-standard": "^12.0.0",
"eslint-friendly-formatter": "^4.0.1",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-import-resolver-babel-module": "^4.0.0",
"eslint-import-resolver-custom-alias": "^1.0.0",
"eslint-import-resolver-webpack": "^0.10.1",
"eslint-loader": "^2.1.1",
"eslint-plugin-babel": "^5.3.0",
"eslint-plugin-env": "0.0.3",
"eslint-plugin-flow": "^2.29.1",
"eslint-plugin-flowtype": "^3.2.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.2",
"eslint-plugin-module-resolver": "^0.8.0",
"eslint-plugin-node": "^8.0.0",
"eslint-plugin-prettier": "^3.0.0",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-react": "^7.11.1",
"eslint-plugin-react-app": "^4.0.1",
"eslint-plugin-redux-saga": "^0.10.0",
"eslint-plugin-standard": "^4.0.0",
"exception-formatter": "^1.0.7",
"express": "^4.16.4",
"extract-css-chunks-webpack-plugin": "^3.2.1",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^2.0.0",
"firebase": "^5.7.0",
"flatted": "^2.0.0",
"flow": "^0.2.3",
"flow-bin": "^0.89.0",
"flowtype": "^2.0.0",
"font-awesome": "^4.7.0",
"fork-ts-checker-webpack-plugin-alt": "^0.4.14",
"fs": "0.0.1-security",
"fs-extra": "^7.0.1",
"history": "^4.7.2",
"html-webpack-plugin": "^4.0.0-beta.5",
"http": "0.0.0",
"identity-obj-proxy": "^3.0.0",
"imagemin-webpack": "^4.0.1",
"imports-loader": "^0.8.0",
"jest": "^23.6.0",
"jest-pnp-resolver": "^1.0.2",
"jest-resolve": "^23.6.0",
"jquery": "^3.3.1",
"jsdom": "^13.1.0",
"kleur": "^3.0.1",
"less": "^3.9.0",
"less-loader": "^4.1.0",
"lodash": "^4.17.11",
"mini-css-extract-plugin": "^0.5.0",
"mocha": "^5.2.0",
"moment": "^2.23.0",
"node-sass": "^4.11.0",
"optimize-css-assets-webpack-plugin": "^5.0.1",
"path": "^0.12.7",
"pnp-webpack-plugin": "^1.2.1",
"postcss-flexbugs-fixes": "^4.1.0",
"postcss-loader": "^3.0.0",
"postcss-preset-env": "^6.5.0",
"postcss-safe-parser": "^4.0.1",
"prettier": "^1.15.3",
"pretty-error": "^2.1.1",
"previous": "0.0.0",
"prop-types": "^15.6.2",
"react": "^16.6.3",
"react-addons-test-utils": "^15.6.2",
"react-app-polyfill": "^0.1.3",
"react-dev-utils": "^6.0.6-next.c662dfb0",
"react-dom": "^16.6.3",
"react-ga": "^2.5.6",
"react-google-button": "^0.5.3",
"react-grid-layout": "^0.16.6",
"react-headroom": "^2.2.4",
"react-helmet": "^5.2.0",
"react-hot-loader": "^4.6.1",
"react-loadable": "^5.5.0",
"react-redux": "^6.0.0",
"react-redux-firebase": "^2.2.5",
"react-redux-toastr": "^7.4.5",
"react-router": "^4.3.1",
"react-router-config": "^4.4.0-beta.6",
"react-router-dom": "^4.3.1",
"react-scripts": "^2.1.1",
"react-spinners": "^0.4.7",
"react-universal-component": "^3.0.3",
"recompose": "^0.30.0",
"redux": "^4.0.1",
"redux-auth-wrapper": "^2.0.3",
"redux-firestore": "^0.6.0",
"redux-form": "^8.0.4",
"redux-logger": "^3.0.6",
"redux-persist": "^5.10.0",
"redux-promise": "^0.6.0",
"redux-saga": "^0.16.2",
"redux-thunk": "^2.3.0",
"reduxsauce": "^1.0.1",
"resolve": "^1.9.0",
"revalidate": "^1.2.0",
"sass-loader": "^7.1.0",
"seamless-immutable": "^7.1.4",
"semantic-ui-less": "^2.4.1",
"semantic-ui-react": "^0.84.0",
"socket.io": "^2.2.0",
"socket.io-client": "^2.2.0",
"socket.io-middleware-firebase-admin": "0.0.2",
"style-loader": "^0.23.1",
"stylish": "^1.0.0",
"stylus": "^0.54.5",
"sw-precache-webpack-plugin": "^0.11.5",
"terser-webpack-plugin": "^1.1.0",
"typescript": "^3.2.2",
"uglifyjs-webpack-plugin": "^2.0.1",
"underscore": "^1.9.1",
"url-loader": "^1.1.2",
"webpack": "^4.27.1",
"webpack-bundle-analyzer": "^3.0.3",
"webpack-bundle-size-analyzer": "^3.0.0",
"webpack-cli": "^3.1.2",
"webpack-config": "^7.5.0",
"webpack-dev-middleware": "^3.4.0",
"webpack-dev-server": "^3.1.10",
"webpack-flush-chunks": "^2.0.3",
"webpack-hot-client": "^4.1.1",
"webpack-hot-middleware": "^2.24.3",
"webpack-manifest-plugin": "^2.0.4",
"webpackbar": "^3.1.4",
"workbox-webpack-plugin": "^3.6.3",
"yarn": "^1.12.3"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment