{ "name": "@expo/webpack-config", "version": "0.17.4", "description": "The default Webpack configuration used to build Expo apps targeting the web.", "main": "webpack.config.js", "types": "webpack.config.d.ts", "repository": { "type": "git", "url": "https://github.com/expo/expo-cli.git", "directory": "packages/webpack-config" }, "scripts": { "watch": "tsc --watch --preserveWatchOutput", "build": "tsc", "lint": "eslint .", "clean": "rimraf ./webpack/ ./tsconfig.tsbuildinfo", "prepare": "yarn run clean && yarn run build", "test": "jest --config jest/unit-test-config.js", "test:e2e:start": "EXPO_E2E_COMMAND='start' jest --config jest/e2e-test-config.json --rootDir .", "test:e2e:build": "EXPO_E2E_COMMAND='build' jest --config jest/e2e-test-config.json --rootDir ." }, "files": [ "addons", "env", "loaders", "plugins", "template", "utils", "web-default", "webpack", "getWebExtensions.js", "webpack.config.d.ts", "webpack.config.js" ], "license": "MIT", "engines": { "node": ">=12" }, "bugs": { "url": "https://github.com/expo/expo-cli/issues" }, "dependencies": { "@babel/core": "7.9.0", "babel-loader": "8.1.0", "chalk": "^4.0.0", "clean-webpack-plugin": "^3.0.0", "copy-webpack-plugin": "~6.0.3", "css-loader": "~3.6.0", "expo-pwa": "0.0.124", "file-loader": "~6.0.0", "find-yarn-workspace-root": "~2.0.0", "getenv": "^1.0.0", "html-loader": "~1.1.0", "html-webpack-plugin": "~4.3.0", "image-size": "^1.0.0", "is-wsl": "^2.0.0", "loader-utils": "^2.0.0", "mini-css-extract-plugin": "^0.5.0", "node-html-parser": "^1.2.12", "optimize-css-assets-webpack-plugin": "^5.0.3", "pnp-webpack-plugin": "^1.5.0", "postcss-safe-parser": "^4.0.2", "react-dev-utils": "~11.0.1", "schema-utils": "^3.1.1", "semver": "~7.3.2", "style-loader": "~1.2.1", "terser-webpack-plugin": "^3.0.6", "url-loader": "~4.1.0", "webpack": "4.43.0", "webpack-dev-server": "3.11.0", "webpack-manifest-plugin": "~2.2.0" }, "devDependencies": { "@types/copy-webpack-plugin": "~6.0.0", "@types/html-webpack-plugin": "~3.2.3", "@types/loader-utils": "^2.0.3", "@types/optimize-css-assets-webpack-plugin": "^5.0.0", "@types/react-dev-utils": "~9.0.4", "@types/terser-webpack-plugin": "~3.0.0", "@types/webpack": "4.41.18", "@types/webpack-dev-server": "3.11.0", "@types/webpack-manifest-plugin": "~2.1.0", "expo": "45", "jest-puppeteer": "^4.4.0", "metro": "~0.64.0", "react-native": "~0.64.3", "serve": "^11.1.0" }, "browserslist": { "production": [ ">0.2%", "not dead", "not op_mini all" ], "development": [ "last 1 chrome version", "last 1 firefox version", "last 1 safari version" ] } }