{ "name": "juick", "version": "3.0.0", "description": "", "scripts": { "test": "jest", "dist": "webpack --mode=production --progress", "start": "webpack --mode=development serve" }, "keywords": [], "author": "", "license": "AGPL-3.0-or-later", "devDependencies": { "@babel/core": "7.12.0", "@babel/plugin-proposal-class-properties": "7.10.4", "@babel/plugin-syntax-dynamic-import": "^7.8.3", "@babel/preset-env": "7.12.0", "@babel/preset-react": "7.10.4", "@pmmmwh/react-refresh-webpack-plugin": "^0.4.2", "babel-eslint": "^10.1.0", "babel-jest": "^26.5.2", "babel-loader": "^8.1.0", "css-loader": "^5.0.0", "css-minimizer-webpack-plugin": "^1.1.5", "error-overlay-webpack-plugin": "^0.4.1", "eslint": "^7.11.0", "eslint-plugin-babel": "^5.3.1", "eslint-plugin-jest": "^24.1.0", "eslint-plugin-only-ascii": "^0.0.0", "eslint-plugin-react": "^7.21.4", "eslint-plugin-react-hooks": "^4.1.2", "eslint-webpack-plugin": "^2.1.0", "file-loader": "^6.1.1", "html-loader": "^1.3.2", "html-webpack-plugin": "^4.5.0", "jest": "^26.5.3", "mini-css-extract-plugin": "^1.0.0", "postcss-loader": "^4.0.4", "postcss-preset-env": "^6.7.0", "react-cookie": "^4.0.3", "react-refresh": "^0.8.3", "react-test-renderer": "^16.14.0", "style-loader": "^2.0.0", "stylelint": "^13.7.2", "stylelint-config-standard": "^20.0.0", "webpack": "^5.1.2", "webpack-cli": "^4.0.0" }, "babel": { "plugins": [ [ "@babel/plugin-proposal-class-properties", { "spec": true } ], "@babel/plugin-syntax-dynamic-import", "react-refresh/babel" ], "presets": [ [ "@babel/preset-env", { "useBuiltIns": "usage", "corejs": 3, "shippedProposals": true } ], [ "@babel/preset-react", { "runtime": "automatic" } ] ] }, "jest": { "moduleNameMapper": { "\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$": "/__mocks__/fileMock.js", "\\.(css|less|sass|scss)$": "/__mocks__/styleMock.js" }, "transform": { "^.+\\.js$": "babel-jest" } }, "dependencies": { "axios": "^0.20.0", "core-js": "^3.6.5", "evil-icons": "^1.10.1", "moment": "^2.29.1", "qs": "^6.9.4", "react": "16.14.0", "react-content-loader": "^5.1.2", "react-dom": "16.14.0", "react-router-dom": "^5.2.0", "react-use": "^15.3.4", "react-use-form-state": "^0.13.2", "regenerator-runtime": "^0.13.7", "svg4everybody": "^2.1.9", "url-polyfill": "^1.1.11" } }