|
| 1 | +{ |
| 2 | + "name": "test-bundlesize", |
| 3 | + "version": "0.1.0", |
| 4 | + "packageManager": "[email protected]", |
| 5 | + "description": "Testing Bundled Size", |
| 6 | + "scripts": { |
| 7 | + "lint": "eslint src --ext .ts,.tsx", |
| 8 | + "format": "npm run lint --fix", |
| 9 | + "test:type": "tsc", |
| 10 | + "start": "anansi serve --dev ./src/index.tsx", |
| 11 | + "start:server": "anansi serve ./dist-server/App.js -a", |
| 12 | + "build": "webpack --mode=production", |
| 13 | + "build:server": "webpack --mode=production --target=node --env entrypath=index.server.tsx", |
| 14 | + "build:analyze": "BABEL_DISABLE_CACHE=1 BROWSERSLIST_ENV='modern' webpack --mode=production --env analyze", |
| 15 | + "build:sizecompare": "BABEL_DISABLE_CACHE=1 BROWSERSLIST_ENV='modern' webpack --mode=production --env nohash", |
| 16 | + "build:profile": "webpack --mode=production --env profile", |
| 17 | + "test:pkg": "webpack --env check=nobuild", |
| 18 | + "postinstall": "rm -rf node_modules/.cache" |
| 19 | + }, |
| 20 | + "engines": { |
| 21 | + "node": ">=18.0" |
| 22 | + }, |
| 23 | + "browserslist": "extends @anansi/browserslist-config", |
| 24 | + "keywords": [ |
| 25 | + "anansi" |
| 26 | + ], |
| 27 | + "devDependencies": { |
| 28 | + "@anansi/babel-preset": "6.2.1", |
| 29 | + "@anansi/browserslist-config": "^1.4.3", |
| 30 | + "@anansi/webpack-config": "^20.0.0", |
| 31 | + "@babel/core": "^7.22.15", |
| 32 | + "@types/react": "*", |
| 33 | + "@types/react-dom": "*", |
| 34 | + "react-refresh": "*", |
| 35 | + "typescript": "5.7.3", |
| 36 | + "webpack": "*", |
| 37 | + "webpack-cli": "*" |
| 38 | + }, |
| 39 | + "dependencies": { |
| 40 | + "@babel/runtime-corejs3": "^7.26.7", |
| 41 | + "@data-client/img": "^0.14.0", |
| 42 | + "@data-client/react": "^0.14.0", |
| 43 | + "@data-client/rest": "^0.14.0", |
| 44 | + "core-js": "^3.40.0", |
| 45 | + "react": "^19.0.0", |
| 46 | + "react-dom": "^19.0.0" |
| 47 | + }, |
| 48 | + "main": "src/index.ts", |
| 49 | + "types": "src/index.ts", |
| 50 | + "private": true, |
| 51 | + "license": "MIT" |
| 52 | +} |
0 commit comments