626d013547
* switch from yarn to pnpm * Remove full-nym-wasm (#6796) * Remove nym-browser-extension (#6798) * Remove nym-browser-extension * remove unused from makefile * Remove Node tester (#6800) * Remove dom-utils (#6801) * gh-actions: remove pnpm version * nuke dist and pkg * add missing dependency * set node version to 24 and pnpm version to 11 * upgrade lock file from pnpm version 9 to 11 * pnpm add approved builds * yarn -> pnpm * upgrade jest version * yarn -> pnpm * Remove unused cfg; clippy! * pnpm: when dev mode is on, unfreeze the lock file * pnpm approve more scripts * pnpm syntax error * add `pnpm i` * disable eslint temporarily while switching to biome in later PR --------- Co-authored-by: Mark Sinclair <mmsinclair@users.noreply.github.com> Co-authored-by: mfahampshire <maxhampshire@pm.me>
45 lines
1.3 KiB
JSON
45 lines
1.3 KiB
JSON
{
|
|
"name": "@nymproject/webpack",
|
|
"description": "Provides default Webpack 5 config and dependencies",
|
|
"version": "1.0.0",
|
|
"license": "Apache-2.0",
|
|
"main": "index.js",
|
|
"peerDependencies": {
|
|
"react": "catalog:",
|
|
"react-dom": "catalog:"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "catalog:",
|
|
"@babel/plugin-transform-async-to-generator": "catalog:",
|
|
"@babel/preset-env": "catalog:",
|
|
"@babel/preset-react": "catalog:",
|
|
"@babel/preset-typescript": "catalog:",
|
|
"@svgr/webpack": "catalog:",
|
|
"babel-loader": "catalog:",
|
|
"clean-webpack-plugin": "catalog:",
|
|
"css-loader": "catalog:",
|
|
"dotenv-webpack": "catalog:",
|
|
"eslint": "catalog:",
|
|
"eslint-config-prettier": "catalog:",
|
|
"eslint-plugin-prettier": "catalog:",
|
|
"favicons": "catalog:",
|
|
"favicons-webpack-plugin": "catalog:",
|
|
"file-loader": "catalog:",
|
|
"fork-ts-checker-webpack-plugin": "catalog:",
|
|
"html-webpack-plugin": "catalog:",
|
|
"prettier": "catalog:",
|
|
"style-loader": "catalog:",
|
|
"tsconfig-paths-webpack-plugin": "catalog:",
|
|
"url-loader": "catalog:",
|
|
"webpack": "catalog:",
|
|
"webpack-cli": "catalog:",
|
|
"webpack-dev-server": "catalog:",
|
|
"webpack-favicons": "catalog:",
|
|
"webpack-merge": "catalog:"
|
|
},
|
|
"scripts": {
|
|
"lint": "eslint *.js",
|
|
"lint:fix": "eslint *.js --fix"
|
|
}
|
|
}
|