znamenica/dneslov

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "dneslov",
  "version": "0.0.1",
  "description": "Dneslov frontend",
  "main": "./lib/index.js",
  "files": [
    "lib"
  ],
  "scripts": {
    "start": "webpack --progress --watch -d --config config/webpack/${RAILS_ENV:-development}.js",
    "build": "webpack --progress --config config/webpack/${RAILS_ENV:-development}.js",
    "build:css": "true"
  },
  "keywords": [
    "dneslov"
  ],
  "author": "Malo Skrylevo <majioa@yandex.ru>",
  "license": "MIT",
  "homepage": "http://dneslov.org",
  "devDependencies": {
    "@babel/core": "^7.9.0",
    "@babel/plugin-proposal-class-properties": "7.8.3",
    "@babel/plugin-proposal-decorators": "^7.8.3",
    "@babel/plugin-proposal-logical-assignment-operators": "^7.8.3",
    "@babel/plugin-transform-async-to-generator": "^7.8.3",
    "@babel/plugin-transform-destructuring": "^7.8.8",
    "@babel/plugin-transform-react-constant-elements": "^7.9.0",
    "@babel/plugin-transform-react-inline-elements": "^7.9.0",
    "@babel/plugin-transform-react-jsx-self": "^7.12.13",
    "@babel/plugin-transform-react-jsx-source": "^7.12.13",
    "@babel/plugin-transform-runtime": "^7.9.0",
    "@babel/preset-env": "^7.9.0",
    "@babel/preset-react": "^7.9.1",
    "@babel/types": "^7.9.0",
    "autoprefixer": "^9.8.8",
    "babel-loader": "^8.1.0",
    "babel-plugin-transform-es3-modules-literals": "^0.0.3",
    "babel-plugin-transform-react-pure-class-to-function": "^1.0.1",
    "babel-plugin-transform-react-remove-prop-types": "^0.4.10",
    "compression-webpack-plugin": "^6.1.1",
    "css-loader": "^3.6.0",
    "css-minimizer-webpack-plugin": "^1.3.0",
    "dns-packet": "^5.2.2",
    "file-loader": "^6.2.0",
    "gifsicle": "^5.2.0",
    "ignore-loader": "~0.1.2",
    "image-webpack-loader": "^8.1.0",
    "mini-css-extract-plugin": "^1.3.9",
    "mozjpeg": "^7.0.0",
    "optimize-css-assets-webpack-plugin": "^6.0.1",
    "pngquant": "^4.0.0",
    "postcss": "~8.4.31",
    "postcss-import": "^15.1.0",
    "postcss-loader": "^4.3.0",
    "prop-types": "^15.6.0",
    "resolve-url-loader": "^4.0.0",
    "sass": "^1.56.1",
    "sass-loader": "^10.2.0",
    "style-loader": "0.13.2",
    "svgo": "^2.2.2",
    "terser-webpack-plugin": "^4.2.3",
    "webpack": "^4.46.0",
    "webpack-bundle-analyzer": "^4.5.0",
    "webpack-cli": "^3.3.10",
    "webpack-dev-server": "^4.11.1",
    "webpack-livereload-plugin": "^2.2.0",
    "webpack-manifest-plugin": "~1.1.0",
    "webpack-merge": "^5.8.0",
    "yarn": "^1.22.13"
  },
  "dependencies": {
    "@jridgewell/gen-mapping": "0.3.1",
    "@majioa/react-scroll-pagination": "^0.2.3",
    "@soon92/react-json-editor-ajrm": "^2.5.15",
    "@types/react": "17.0.38",
    "axios": "^1.6.3",
    "classlist-polyfill": "^1.2.0",
    "custom-event-polyfill": "^0.3.0",
    "date-easter": "^1.0.1",
    "intro.js": "^2.9.3",
    "intro.js-react": "^0.5.0",
    "kind-of": "^6.0.3",
    "lodash": "^4.17.19",
    "lodash-decorators": "^6.0.1",
    "lory.js": "^2.5.3",
    "materialize-css": "git+https://github.com/majioa/materialize.git#v1-release",
    "merge-anything": "^3.0.3",
    "pickmeup": "git+https://git@github.com/majioa/PickMeUp.git#devel",
    "react": "^17.0.2",
    "react-cookie": "^4.1.1",
    "react-dom": "^17.0.2",
    "react-github-login": "git+https://git@github.com/majioa/react-github-login.git#devel",
    "react-meta-tags": "^1.0.1",
    "react-rails-ujs": "^1.1.0",
    "react-showdown": "^2.3.1",
    "uuid": "^3.4.0",
    "velocity-animate": "^1.5.1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/znamenica/dneslov.git"
  },
  "snyk": true,
  "babel": {
    "presets": [
      "@babel/preset-env",
      "@babel/preset-react"
    ]
  }
}