-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
126 lines (126 loc) · 3.95 KB
/
package.json
File metadata and controls
126 lines (126 loc) · 3.95 KB
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
{
"name": "toshi-moto",
"version": "1.2.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "nx run-many --target=dev --projects=web-ui,api",
"dev:ui": "nx run-many --target=dev --projects=web-ui",
"dev:api": "nx run-many --target=dev --projects=api",
"dev:mongo": "nx run api:mongo",
"build": "npx nx build web-ui",
"build:api": "npx nx build api",
"build:umbrel": "npx nx build-umbrel web-ui",
"build:docker": "VERSION=$(node -p \"require('./package.json').version\") nx run-many --target=docker:build --projects=web-ui,api",
"docker:build:web-ui": "docker buildx build --platform linux/arm64,linux/amd64 --tag toshimoto821/web-ui:${VERSION} --output \"type=registry\" .",
"docker:build:api": "docker buildx build --platform linux/arm64,linux/amd64 --tag toshimoto821/api:${VERSION} --output \"type=registry\" .",
"api": "npx nx serve api",
"test": "npx nx test web-ui",
"prepare": "husky"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@actions/core": "^1.10.1",
"@actions/github": "^6.0.0",
"@commitlint/cli": "^18.0.0",
"@commitlint/config-conventional": "^18.0.0",
"@jscutlery/semver": "^5.2.2",
"@nestjs/schematics": "11.0.5",
"@nestjs/testing": "^10.0.2",
"@nx-tools/nx-container": "^5.2.0",
"@nx/cypress": "21.2.3",
"@nx/devkit": "21.2.3",
"@nx/eslint": "21.2.3",
"@nx/eslint-plugin": "21.2.3",
"@nx/jest": "21.2.3",
"@nx/js": "21.2.3",
"@nx/nest": "21.2.3",
"@nx/node": "21.2.3",
"@nx/playwright": "21.2.3",
"@nx/react": "21.2.3",
"@nx/vite": "21.2.3",
"@nx/web": "21.2.3",
"@nx/webpack": "21.2.3",
"@playwright/test": "^1.51.1",
"@swc-node/register": "~1.9.1",
"@swc/cli": "0.6.0",
"@swc/core": "~1.5.7",
"@swc/helpers": "~0.5.11",
"@types/jest": "29.5.14",
"@types/node": "^20.0.0",
"@types/react": "19.0.0",
"@types/react-dom": "19.0.0",
"@typescript-eslint/eslint-plugin": "8.37.0",
"@typescript-eslint/parser": "8.37.0",
"@vitejs/plugin-react": "^4.2.0",
"@vitest/coverage-v8": "^1.0.4",
"@vitest/ui": "^1.3.1",
"autoprefixer": "10.4.13",
"cypress": "14.5.2",
"eslint": "^9.23.0",
"eslint-config-prettier": "10.1.5",
"eslint-plugin-cypress": "^3.2.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-playwright": "^2.2.0",
"eslint-plugin-react": "^7.37.4",
"eslint-plugin-react-hooks": "^5.2.0",
"husky": "^9.0.0",
"jest": "29.7.0",
"jest-environment-node": "^29.4.1",
"jiti": "2.4.2",
"jsdom": "~22.1.0",
"nx": "21.2.3",
"postcss": "8.4.38",
"prettier": "^2.6.2",
"rollup-plugin-visualizer": "^5.12.0",
"rollup-plugin-webpack-stats": "^1.0.1",
"tailwindcss": "3.4.3",
"ts-jest": "^29.1.0",
"ts-node": "10.9.1",
"typescript": "~5.3.2",
"typescript-eslint": "8.37.0",
"vite": "^5.0.0",
"vite-plugin-svgr": "^4.2.0",
"vitest": "^1.3.1",
"webpack-cli": "^5.1.4"
},
"dependencies": {
"@nestjs/common": "^10.0.2",
"@nestjs/core": "^10.0.2",
"@nestjs/mongoose": "^10.0.4",
"@nestjs/platform-express": "^10.0.2",
"@nestjs/schedule": "^4.0.1",
"@reduxjs/toolkit": "^2.2.7",
"@toshimoto821/bitcoinjs": "^1.1.0",
"@types/express": "4.17.21",
"axios": "^1.6.7",
"csv-parser": "^3.0.0",
"date-fns": "^3.3.1",
"html5-qrcode": "^2.3.8",
"mongoose": "^8.2.4",
"newrelic": "^11.16.0",
"qrcode.react": "^3.1.0",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-redux": "^9.1.2",
"react-router-dom": "6.29.0",
"redux-persist": "^6.0.0",
"redux-persist-indexeddb-storage": "^1.0.4",
"reflect-metadata": "^0.1.13",
"rxjs": "^7.8.0",
"tslib": "^2.3.0",
"vite-plugin-pwa": "^0.20.2",
"web-push": "^3.6.7"
},
"pnpm": {
"overrides": {
"stylus": "github:stylus/stylus#0.59.0"
}
},
"volta": {
"node": "20.11.0"
}
}