{ "name": "pterodactyl-panel", "dependencies": { "@fortawesome/fontawesome-svg-core": "^1.2.34", "@fortawesome/free-solid-svg-icons": "^5.15.2", "@fortawesome/react-fontawesome": "^0.1.14", "@tailwindcss/forms": "^0.2.1", "axios": "^0.21.1", "chart.js": "^2.8.0", "codemirror": "^5.57.0", "date-fns": "^2.16.1", "debounce": "^1.2.0", "deepmerge": "^4.2.2", "easy-peasy": "^4.0.1", "events": "^3.0.0", "formik": "^2.2.6", "i18next": "^19.0.0", "i18next-chained-backend": "^2.0.0", "i18next-localstorage-backend": "^3.0.0", "i18next-xhr-backend": "^3.2.2", "query-string": "^6.7.0", "react": "^16.13.1", "react-copy-to-clipboard": "^5.0.3", "react-dom": "npm:@hot-loader/react-dom", "react-fast-compare": "^3.2.0", "react-ga": "^3.3.0", "react-google-recaptcha": "^2.1.0", "react-hot-loader": "^4.13.0", "react-i18next": "^11.8.5", "react-router-dom": "^5.2.0", "react-transition-group": "^4.4.1", "reaptcha": "^1.7.2", "sockette": "^2.0.6", "styled-components": "^5.2.1", "styled-components-breakpoint": "^3.0.0-preview.20", "swr": "^0.2.3", "tailwindcss": "^2.0.2", "uuid": "^3.3.2", "xterm": "^4.10.0", "xterm-addon-attach": "^0.6.0", "xterm-addon-fit": "^0.5.0", "xterm-addon-search": "^0.8.0", "xterm-addon-search-bar": "^0.2.0", "xterm-addon-web-links": "^0.4.0", "yup": "^0.29.1" }, "devDependencies": { "@babel/core": "^7.12.1", "@babel/plugin-proposal-class-properties": "^7.12.1", "@babel/plugin-proposal-nullish-coalescing-operator": "^7.12.1", "@babel/plugin-proposal-object-rest-spread": "^7.12.1", "@babel/plugin-proposal-optional-chaining": "^7.12.1", "@babel/plugin-syntax-dynamic-import": "^7.8.3", "@babel/plugin-transform-react-jsx": "^7.12.1", "@babel/plugin-transform-runtime": "^7.12.1", "@babel/preset-env": "^7.12.1", "@babel/preset-react": "^7.12.1", "@babel/preset-typescript": "^7.12.1", "@babel/runtime": "^7.12.1", "@types/chart.js": "^2.8.5", "@types/codemirror": "^0.0.98", "@types/debounce": "^1.2.0", "@types/events": "^3.0.0", "@types/node": "^14.11.10", "@types/query-string": "^6.3.0", "@types/react": "^16.9.41", "@types/react-copy-to-clipboard": "^4.3.0", "@types/react-dom": "^16.9.8", "@types/react-helmet": "^6.0.0", "@types/react-redux": "^7.1.1", "@types/react-router": "^5.1.3", "@types/react-router-dom": "^5.1.3", "@types/react-transition-group": "^4.4.0", "@types/styled-components": "^5.1.7", "@types/uuid": "^3.4.5", "@types/webpack-env": "^1.15.2", "@types/yup": "^0.29.3", "@typescript-eslint/eslint-plugin": "^4.14.2", "@typescript-eslint/parser": "^4.14.2", "autoprefixer": "^10.1.0", "babel-loader": "^8.0.6", "babel-plugin-styled-components": "^1.12.0", "cross-env": "^7.0.2", "css-loader": "^3.2.1", "eslint": "^7.19.0", "eslint-config-standard": "^16.0.2", "eslint-plugin-import": "^2.22.1", "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^4.2.1", "eslint-plugin-react": "^7.22.0", "eslint-plugin-react-hooks": "^4.2.0", "fork-ts-checker-webpack-plugin": "^6.1.0", "postcss": "^8.2.4", "redux-devtools-extension": "^2.13.8", "source-map-loader": "^1.0.1", "style-loader": "^1.2.1", "svg-url-loader": "^6.0.0", "terser-webpack-plugin": "^3.0.6", "twin.macro": "^2.0.7", "typescript": "^4.1.3", "webpack": "^4.43.0", "webpack-assets-manifest": "^3.1.1", "webpack-bundle-analyzer": "^3.8.0", "webpack-cli": "^3.3.12", "webpack-dev-server": "^3.11.0", "yarn-deduplicate": "^1.1.1" }, "scripts": { "clean": "cd public/assets && find . \\( -name \"*.js\" -o -name \"*.map\" \\) -type f -delete", "lint": "eslint ./resources/scripts/**/*.{ts,tsx} --ext .ts,.tsx", "watch": "cross-env NODE_ENV=development ./node_modules/.bin/webpack --watch --progress", "build": "cross-env NODE_ENV=development ./node_modules/.bin/webpack --progress", "build:production": "yarn run clean && cross-env NODE_ENV=production ./node_modules/.bin/webpack --mode production", "serve": "yarn run clean && cross-env PUBLIC_PATH=https://pterodactyl.test:8080 NODE_ENV=development webpack-dev-server --host 0.0.0.0 --hot --https --key /etc/ssl/private/pterodactyl.test-key.pem --cert /etc/ssl/private/pterodactyl.test.pem" }, "browserslist": [ "> 0.5%", "last 2 versions", "firefox esr", "not dead" ] }