-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.8 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"private": true,
"name": "@odia/deuda-ui",
"version": "0.1.1",
"license": "AGPL-3.0-OR-LATER",
"type": "module",
"scripts": {
"build": "./build.mjs",
"check": "tsc",
"clean": "rm -rf dist lib tsconfig.tsbuildinfo",
"compile": "tsc && ./build.mjs",
"test": "./test.mjs && mocha --require source-map-support/register 'dist/test/**/*.test.js' 'dist/test/**/test.js'",
"lint": "eslint 'src/**/*.{js,jsx,ts,tsx}'",
"typedoc": "typedoc --out dist/typedoc ./src/",
"i18n:strings": "pogen extract && pogen merge",
"i18n:translations": "pogen emit",
"pretty": "prettier --write src"
},
"dependencies": {
"@gnu-taler/taler-util": "git://git.taler.net/wallet-core.git/#path:packages/taler-util&dev/sebasjm/dist",
"@gnu-taler/web-util": "git://git.taler.net/wallet-core.git/#path:packages/web-util&dev/sebasjm/dist",
"@observablehq/plot": "^0.6.14",
"@types/d3": "^7.4.3",
"d3": "^7.9.0",
"date-fns": "2.29.3",
"jed": "1.1.1",
"preact": "10.11.3",
"qrcode-generator": "^1.4.4",
"swr": "2.0.3"
},
"devDependencies": {
"@gnu-taler/pogen": "^0.0.5",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/typography": "^0.5.9",
"@types/chai": "^4.3.0",
"@types/history": "^4.7.8",
"@types/mocha": "^10.0.1",
"@types/node": "^18.11.17",
"@typescript-eslint/eslint-plugin": "^6.19.0",
"@typescript-eslint/parser": "^6.19.0",
"autoprefixer": "^10.4.14",
"chai": "^4.3.6",
"esbuild": "^0.19.9",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-react": "^7.33.2",
"mocha": "9.2.0",
"po2json": "^0.4.5",
"tailwindcss": "^3.3.2",
"typescript": "5.3.3"
},
"engines": {
"pnpm": ">=9"
},
"packageManager": "[email protected]",
"pogen": {
"domain": "odia-deuda"
}
}