emotion/scripts/benchmarks/package.json
stil cce67ec6b2
Bump parcel (#3258)
* Bump parcel to fix dependencies installation in NodeJS v20, fixes 3257

* Fix version

* update lockfile

---------

Co-authored-by: Mateusz Burzyński <mateuszburzynski@gmail.com>
2024-12-15 16:02:05 +01:00

27 lines
658 B
JSON

{
"private": true,
"name": "benchmarks",
"version": "0.8.28",
"scripts": {
"start": "parcel src/index.html",
"build": "parcel build src/index.html --public-url .",
"run-benchmark": "node run.js"
},
"dependencies": {
"@babel/core": "^7.18.5",
"@emotion/babel-plugin": "^11.13.5",
"babel-plugin-react-native-web": "^0.17.5",
"d3-scale-chromatic": "^3.0.0",
"http-server": "^14.0.0",
"parcel": "^2.12.0",
"puppeteer": "^11.0.0",
"react": "16.14.0",
"react-dom": "16.14.0",
"react-native-web": "0.17.5",
"stats-analysis": "^2.0.0"
},
"alias": {
"react-native": "react-native-web"
}
}