diff options
Diffstat (limited to 'bench/hot-module-reloading/css-stress-test/package.json')
-rw-r--r-- | bench/hot-module-reloading/css-stress-test/package.json | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/bench/hot-module-reloading/css-stress-test/package.json b/bench/hot-module-reloading/css-stress-test/package.json new file mode 100644 index 000000000..e26eeb286 --- /dev/null +++ b/bench/hot-module-reloading/css-stress-test/package.json @@ -0,0 +1,44 @@ +{ + "name": "simple-react", + "version": "1.0.0", + "license": "MIT", + "dependencies": { + "@emotion/core": "^11.0.0", + "@emotion/css": "^11.1.3", + "@emotion/react": "^11.4.1", + "@vitejs/plugin-react-refresh": "^1.3.3", + "antd": "^4.16.1", + "bun-framework-next": "^0.0.0-21", + "left-pad": "^1.3.0", + "next": "canary", + "parcel": "2.0.0-beta.3", + "path-browserify": "^1.0.1", + "percentile": "^1.5.0", + "puppeteer": "^10.4.0", + "puppeteer-video-recorder": "^1.0.5", + "react": "^17.0.2", + "react-bootstrap": "^1.6.1", + "react-dom": "^17.0.2", + "react-form": "^4.0.1", + "react-hook-form": "^7.8.3", + "url": "^0.11.0", + "wipwipwipwip-next-donotuse": "4.0.0" + }, + "parcel": "parceldist/index.js", + "targets": { + "parcel": { + "outputFormat": "esmodule", + "sourceMap": false, + "optimize": false, + "engines": { + "chrome": "last 1 version" + } + } + }, + "devDependencies": { + "@microsoft/fetch-event-source": "^2.0.1", + "@snowpack/plugin-react-refresh": "^2.5.0", + "bun-cli": "^0.0.34", + "typescript": "^4.3.4" + } +} |