mirror of
https://github.com/emotion-js/emotion.git
synced 2026-01-18 16:12:33 +00:00
* Bump parcel to fix dependencies installation in NodeJS v20, fixes 3257 * Fix version * update lockfile --------- Co-authored-by: Mateusz Burzyński <mateuszburzynski@gmail.com>
27 lines
658 B
JSON
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"
|
|
}
|
|
}
|