mirror of
https://github.com/oven-sh/bun
synced 2026-02-10 10:58:56 +00:00
44 lines
1.1 KiB
JSON
44 lines
1.1 KiB
JSON
{
|
|
"name": "simple-react",
|
|
"version": "1.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@emotion/core": "latest",
|
|
"@emotion/css": "latest",
|
|
"@emotion/react": "latest",
|
|
"@vitejs/plugin-react-refresh": "^1.3.3",
|
|
"antd": "^4.16.1",
|
|
"bun-framework-next": "latest",
|
|
"left-pad": "^1.3.0",
|
|
"next": "^12",
|
|
"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",
|
|
"typescript": "^4.3.4"
|
|
}
|
|
}
|