Florian Dold
f56a563533
These don't seem to be the right location to compile packages. The newest version of pnpm runs all those scripts on "pnpm install", even if we filter for only one package. That results in a build performance issue.
69 lines
1.9 KiB
JSON
69 lines
1.9 KiB
JSON
{
|
|
"name": "@gnu-taler/web-util",
|
|
"version": "0.9.3-dev.13",
|
|
"description": "Generic helper functionality for GNU Taler Web Apps",
|
|
"type": "module",
|
|
"types": "./lib/index.node.d.ts",
|
|
"main": "./dist/taler-web-cli.cjs",
|
|
"author": "Sebastian Marchano",
|
|
"license": "AGPL-3.0-or-later",
|
|
"private": false,
|
|
"exports": {
|
|
"./browser": {
|
|
"types": "./lib/index.browser.js",
|
|
"default": "./lib/index.browser.mjs"
|
|
},
|
|
"./build": {
|
|
"types": "./lib/index.build.js",
|
|
"default": "./lib/index.build.mjs"
|
|
},
|
|
"./node": {
|
|
"types": "./lib/index.node.js",
|
|
"default": "./lib/index.node.cjs"
|
|
},
|
|
"./testing": {
|
|
"types": "./lib/index.testing.js",
|
|
"default": "./lib/index.testing.mjs"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"compile": "tsc && ./build.mjs",
|
|
"clean": "rimraf dist lib tsconfig.tsbuildinfo",
|
|
"pretty": "prettier --write src"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/preset-react": "^7.22.3",
|
|
"@babel/preset-typescript": "^7.21.5",
|
|
"@gnu-taler/taler-util": "workspace:*",
|
|
"@linaria/babel-preset": "4.4.5",
|
|
"@linaria/core": "4.2.10",
|
|
"@linaria/esbuild": "4.2.11",
|
|
"@linaria/react": "4.3.8",
|
|
"@types/express": "^4.17.14",
|
|
"@types/node": "^18.11.17",
|
|
"@types/web": "^0.0.82",
|
|
"@types/ws": "^8.5.3",
|
|
"autoprefixer": "^10.4.14",
|
|
"axios": "^1.2.2",
|
|
"chokidar": "^3.5.3",
|
|
"esbuild": "^0.17.7",
|
|
"express": "^4.18.2",
|
|
"postcss": "^8.4.23",
|
|
"postcss-load-config": "^4.0.1",
|
|
"preact": "10.11.3",
|
|
"preact-render-to-string": "^5.2.6",
|
|
"prettier": "^2.8.8",
|
|
"rimraf": "^3.0.2",
|
|
"sass": "1.56.1",
|
|
"swr": "2.0.3",
|
|
"tslib": "^2.5.3",
|
|
"typescript": "^5.1.3",
|
|
"ws": "7.4.5"
|
|
},
|
|
"dependencies": {
|
|
"@babel/core": "7.18.9",
|
|
"@babel/helper-compilation-targets": "7.18.9",
|
|
"@types/chrome": "0.0.197",
|
|
"tailwindcss": "^3.3.2"
|
|
}
|
|
} |