{ "name": "juick", "private": true, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "compile": "cross-env NODE_ENV=production webpack", "lint": "eslint .", "vnext:test": "jest", "vnext:build": "webpack -c vnext/webpack.config.js --mode production", "vnext:build:ssr": "npm run vnext:build && webpack -c vnext/server/webpack.config.js --mode production", "vnext:start-ssr": "npm run vnext:build:ssr && cross-env DEBUG=http node --enable-source-maps public/server.js", "vnext:start": "cross-env NODE_ENV=development webpack serve -c vnext/webpack.config.js --mode development", "vnext:lint": "eslint vnext/src/**/*.js" }, "repository": { "type": "git", "url": "https://github.com/juick/juick.git" }, "license": "AGPL-3.0-or-later", "babel": { "presets": [ [ "@babel/preset-env", { "corejs": 3, "useBuiltIns": "entry", "modules": false, "exclude": [ "es.symbol.*" ] } ], [ "@babel/preset-react", { "runtime": "automatic" } ] ] }, "devDependencies": { "@babel/core": "^7.21.8", "@babel/preset-env": "^7.21.5", "@babel/preset-react": "^7.18.6", "@swc/core": "^1.3.58", "@swc/jest": "^0.2.26", "@testing-library/jest-dom": "^5.16.5", "@testing-library/react": "^14.0.0", "@typescript-eslint/eslint-plugin": "^5.59.6", "autoprefixer": "^10.4.14", "babel-loader": "^9.1.2", "core-js": "^3.30.2", "cors": "^2.8.5", "cross-env": "^7.0.3", "css-loader": "^6.7.3", "cssnano": "^6.0.1", "eslint": "8.40.0", "eslint-plugin-import": "^2.27.5", "eslint-plugin-jest": "^27.2.1", "eslint-plugin-jest-dom": "^4.0.3", "eslint-plugin-jsdoc": "^44.2.4", "eslint-plugin-only-ascii": "0.0.0", "eslint-plugin-promise": "^6.1.1", "eslint-plugin-react": "^7.32.2", "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-testing-library": "^5.11.0", "eslint-webpack-plugin": "^4.0.1", "html-webpack-plugin": "^5.5.1", "jest": "^29.5.0", "jest-environment-jsdom": "^29.5.0", "mini-css-extract-plugin": "^2.7.5", "postcss": "^8.4.23", "postcss-cli": "^10.1.0", "postcss-import": "^15.1.0", "postcss-loader": "^7.3.0", "postcss-preset-env": "^8.3.2", "postcss-url": "^10.1.3", "react-test-renderer": "^18.2.0", "regenerator-runtime": "^0.13.11", "style-loader": "^3.3.2", "stylelint": "^15.6.2", "stylelint-config-standard": "^33.0.0", "webpack": "^5.83.1", "webpack-cli": "^5.1.1", "webpack-dev-server": "^4.15.0" }, "dependencies": { "axios": "^1.4.0", "axios-cache-interceptor": "^1.0.1", "body-parser": "^1.20.2", "classlist.js": "^1.1.20150312", "config": "^3.3.9", "dayjs": "^1.11.7", "element-closest": "3.0.2", "evil-icons": "^1.10.1", "express": "^4.18.2", "formdata-polyfill": "^4.0.10", "mailparser": "^3.6.4", "node-pushnotifications": "^2.0.3", "node-telegram-bot-api": "^0.61.0", "react": "^18.2.0", "react-content-loader": "^6.2.1", "react-cookie": "^4.1.1", "react-dom": "^18.2.0", "react-helmet": "^6.1.0", "react-hook-form": "^7.43.9", "react-hot-toast": "^2.4.1", "react-router-dom": "^6.11.2", "svg4everybody": "^2.1.9", "url-polyfill": "^1.1.12", "whatwg-fetch": "^3.6.2", "xml2js": "^0.5.0" } }