2024-04-12 15:29:35 +01:00
|
|
|
{
|
|
|
|
|
"name": "react-devtools-fusebox",
|
|
|
|
|
"version": "0.0.0",
|
|
|
|
|
"private": "true",
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"files": ["dist"],
|
|
|
|
|
"scripts": {
|
2024-05-03 17:32:41 +01:00
|
|
|
"build:frontend:copy-types": "cp src/*.d.ts dist/",
|
|
|
|
|
"build:frontend:local": "cross-env NODE_ENV=development webpack --config webpack.config.frontend.js && yarn build:frontend:copy-types",
|
|
|
|
|
"build:frontend": "cross-env NODE_ENV=production webpack --config webpack.config.frontend.js && yarn build:frontend:copy-types",
|
2024-04-12 15:29:35 +01:00
|
|
|
"build": "yarn build:frontend"
|
|
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"buffer": "^6.0.3",
|
|
|
|
|
"cross-env": "^7.0.3",
|
|
|
|
|
"css-loader": "^6.9.1",
|
|
|
|
|
"mini-css-extract-plugin": "^2.7.7",
|
|
|
|
|
"process": "^0.11.10",
|
|
|
|
|
"webpack": "^5.82.1",
|
|
|
|
|
"webpack-cli": "^5.1.1",
|
|
|
|
|
"workerize-loader": "^2.0.2"
|
|
|
|
|
}
|
|
|
|
|
}
|