home / packages / non_npm_packages

non_npm_packages: BiosBoy/Chat-App, package.json

This data as json

commit contents organization path repository
531b96acfaf7a8db36e7b045639a18fcd399e0ef
{
    "author": "Sviat Kuzhelev",
    "betterScripts": {
        "compile": {
            "command": "node webpack/compiler.ts",
            "env": {
                "DEBUG": "app:*",
                "NODE_ENV": "production"
            }
        },
        "start": {
            "command": "node server/index.js",
            "env": {
                "DEBUG": "app:*",
                "NODE_ENV": "development"
            }
        },
        "start:dev": {
            "command": "node webpack/server.ts & node server/index.js",
            "env": {
                "DEBUG": "app:*",
                "NODE_ENV": "development",
                "__DEV__": "true"
            }
        },
        "start:prod": {
            "command": "node webpack/server.ts & node server/index.js",
            "env": {
                "DEBUG": "app:*",
                "NODE_ENV": "production"
            }
        },
        "start:test": {
            "command": "node webpack/server.ts",
            "env": {
                "DEBUG": "app:*",
                "NODE_ENV": "test"
            }
        }
    },
    "dependencies": {
        "@babel/cli": "^7.2.3",
        "@babel/core": "^7.2.2",
        "@babel/plugin-proposal-class-properties": "^7.1.0",
        "@babel/plugin-proposal-object-rest-spread": "^7.2.0",
        "@babel/plugin-syntax-dynamic-import": "^7.0.0",
        "@babel/plugin-transform-async-to-generator": "^7.1.0",
        "@babel/plugin-transform-modules-commonjs": "^7.2.0",
        "@babel/plugin-transform-object-assign": "^7.2.0",
        "@babel/plugin-transform-runtime": "^7.2.0",
        "@babel/polyfill": "^7.0.0",
        "@babel/preset-env": "^7.1.0",
        "@babel/preset-react": "^7.0.0",
        "@babel/preset-stage-3": "^7.0.0",
        "@babel/preset-typescript": "^7.1.0",
        "@types/classnames": "^2.2.6",
        "@types/enzyme": "^3.9.1",
        "@types/enzyme-adapter-react-16": "^1.0.5",
        "@types/jest": "^24.0.11",
        "@types/lodash": "^4.14.117",
        "@types/node": "^11.11.6",
        "@types/prop-types": "^15.5.6",
        "@types/react-dom": "^16.0.9",
        "@types/react-redux": "^6.0.9",
        "@types/webpack": "^4.4.17",
        "@types/webpack-dev-middleware": "^2.0.2",
        "@types/webpack-env": "^1.13.6",
        "@types/webpack-hot-middleware": "^2.16.4",
        "autoprefixer": "^9.4.3",
        "awesome-typescript-loader": "^5.2.1",
        "babel-core": "^7.0.0-bridge.0",
        "babel-eslint": "^10.0.1",
        "babel-jest": "^23.6.0",
        "babel-loader": "^8.0.5",
        "babel-plugin-transform-runtime": "^6.23.0",
        "babel-polyfill": "^6.26.0",
        "better-npm-run": "^0.1.1",
        "body-parser": "^1.19.0",
        "browser-sync": "^2.26.3",
        "browser-sync-webpack-plugin": "^2.2.2",
        "chance": "^1.0.18",
        "classnames": "^2.2.6",
        "clean-webpack-plugin": "^1.0.0",
        "connect-history-api-fallback": "^1.5.0",
        "connected-react-router": "^6.3.2",
        "cookie-parser": "^1.4.4",
        "css-loader": "^2.1.0",
        "cssnano": "^4.1.8",
        "debug": "^4.1.1",
        "enzyme": "^3.9.0",
        "enzyme-adapter-react-16": "^1.11.2",
        "enzyme-to-json": "^3.3.5",
        "eslint": "^5.11.1",
        "eslint-config-airbnb": "^17.1.0",
        "eslint-loader": "^2.1.1",
        "eslint-plugin-babel": "^5.3.0",
        "eslint-plugin-import": "^2.14.0",
        "eslint-plugin-jest": "^22.1.2",
        "eslint-plugin-jsx-a11y": "^6.1.2",
        "eslint-plugin-promise": "^4.0.1",
        "eslint-plugin-react": "^7.12.1",
        "eslint-plugin-react-hooks": "^1.5.0",
        "exports-loader": "^0.7.0",
        "express": "^4.17.1",
        "express-session": "^1.16.2",
        "history": "^4.7.2",
        "html-loader": "^0.5.5",
        "html-webpack-plugin": "^3.2.0",
        "husky": "^1.3.1",
        "identity-obj-proxy": "^3.0.0",
        "jest": "^24.5.0",
        "jest-cli": "^24.5.0",
        "jsonlint": "^1.6.3",
        "lerna": "^3.8.4",
        "lint-staged": "^8.1.0",
        "memorystore": "^1.6.1",
        "mini-css-extract-plugin": "^0.5.0",
        "optimize-css-assets-webpack-plugin": "^5.0.1",
        "path": "^0.12.7",
        "postcss-cssnext": "^3.1.0",
        "postcss-import": "^12.0.1",
        "postcss-loader": "^3.0.0",
        "postcss-preset-env": "^6.5.0",
        "postcss-scss": "^2.0.0",
        "precss": "^4.0.0",
        "prettier": "^1.15.3",
        "prop-types": "^15.6.2",
        "react": "^16.8.5",
        "react-dom": "^16.8.5",
        "react-redux": "^6.0.1",
        "react-router": "^5.0.0",
        "react-router-dom": "^5.0.0",
        "react-transition-group": "^2.5.2",
        "redbox-react": "^1.6.0",
        "redux": "^4.0.1",
        "redux-logger": "^3.0.6",
        "redux-responsive": "^4.3.8",
        "redux-saga": "^0.16.2",
        "redux-saga-watch-actions": "^0.2.0",
        "regenerator-runtime": "^0.13.1",
        "sass": "^1.56.1",
        "sass-loader": "^7.1.0",
        "style-loader": "^0.23.1",
        "stylelint": "^9.9.0",
        "stylelint-config-sass-guidelines": "^5.3.0",
        "stylelint-config-standard": "^18.2.0",
        "stylelint-no-unsupported-browser-features": "^3.0.2",
        "stylelint-order": "^2.0.0",
        "stylelint-scss": "^3.4.4",
        "terser-webpack-plugin": "^1.2.1",
        "ts-jest": "^24.0.0",
        "tslint": "^5.12.0",
        "tslint-config-airbnb": "^5.11.1",
        "tslint-eslint-rules": "^5.4.0",
        "tslint-loader": "^3.5.4",
        "tslint-react": "^3.6.0",
        "tslint-react-hooks": "^2.0.0-alpha.1",
        "typescript": "^3.3.4000",
        "uglifyjs-webpack-plugin": "^2.1.1",
        "url-loader": "^1.1.2",
        "webpack": "^4.29.6",
        "webpack-bundle-analyzer": "^3.0.3",
        "webpack-cli": "^3.1.2",
        "webpack-dev-middleware": "^3.4.0",
        "webpack-dev-server": "^3.1.14",
        "webpack-hot-middleware": "^2.24.3",
        "whatwg-fetch": "^3.0.0"
    },
    "description": "simple chat app for fun and skills grop up.",
    "husky": {
        "hooks": {
            "pre-commit": "lint-staged"
        }
    },
    "license": "MIT",
    "lint-staged": {
        "*.@(css|scss)": [
            "stylelint --fix --formatter=verbose",
            "git add"
        ],
        "*.@(js|jsx)": [
            "prettier --write",
            "eslint --fix --quiet",
            "git add",
            "jest --bail --findRelatedTests"
        ],
        "*.@(ts|tsx)": [
            "prettier --write --parser typescript",
            "tslint --fix -c tslint.json",
            "git add",
            "jest --bail --findRelatedTests"
        ],
        "*.cssmodule": [
            "stylelint --fix --syntax scss --formatter=verbose",
            "git add"
        ],
        "*.json": [
            "jsonlint --formatter=verbose",
            "git add"
        ]
    },
    "main": "index.tsx",
    "name": "chat-app-simple",
    "repository": {
        "type": "git"
    },
    "scripts": {
        "clean": "rimraf public",
        "compile": "better-npm-run compile",
        "csslint": "stylelint **/*.scss --config ../../.stylelintrc",
        "eslint": "eslint --quiet ../../.eslintrc",
        "prettier": "prettier --single-quote --no-semi --print-width 120 --write '{src,tests}/**/*.{js,ts}'",
        "push": "npm run lint && git push",
        "start": "better-npm-run start",
        "start:dev": "better-npm-run start:dev",
        "start:prod": "better-npm-run start:prod",
        "start:test": "better-npm-run start:test",
        "tslint": "tslint --fix -c tslint.json",
        "unitTest": "jest --config jest.config.js"
    },
    "version": "1.0.0"
}
BiosBoy package.json BiosBoy/Chat-App
Powered by Datasette · Queries took 0.674ms