-
Notifications
You must be signed in to change notification settings - Fork 44
/
Copy pathpackage.json
149 lines (149 loc) · 5.52 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
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
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
{
"private": true,
"keywords": [],
"repository": {
"type": "git",
"url": "git+https://github.com/hicommonwealth/commonwealth.git"
},
"type": "module",
"packageManager": "[email protected]",
"scripts": {
"build": "chmod u+x scripts/build.sh && ./scripts/build.sh",
"docker-build-commonwealth": "docker build -f Dockerfile.commonwealth_base --tag commonwealth:latest .",
"chromatic": "chromatic --exit-zero-on-changes",
"clean": "chmod u+x scripts/clean-modules.sh && ./scripts/clean-modules.sh",
"db-all": "pnpm -F commonwealth db-all",
"dependency-graph": "npx depcruise packages/commonwealth/server.ts -T archi | dot -T svg > dependency-graph.svg",
"dump-db": "pnpm -F commonwealth dump-db",
"format": "prettier --write .",
"format-check": "prettier --check .",
"heroku-postbuild": "chmod u+x scripts/heroku-build.sh && ./scripts/heroku-build.sh",
"lint-all": "NODE_OPTIONS=\"--max-old-space-size=4096\" eslint './packages/**/*.{ts,tsx}'",
"lint-branch": "./scripts/lint-branch.sh",
"lint-branch-warnings": "FAIL_WARNINGS=1 ./scripts/lint-branch.sh",
"load-db": "pnpm -F commonwealth load-db",
"migrate-db": "pnpm -F commonwealth migrate-db",
"prepare": "husky install",
"psql": "pnpm -F commonwealth psql",
"reset-db": "pnpm -F commonwealth reset-db",
"sanity": "chmod u+x scripts/sanity.sh && ./scripts/sanity.sh",
"start": "chmod u+x scripts/start.sh && ./scripts/start.sh",
"start-all": "chmod u+x scripts/start.sh && ./scripts/start.sh all",
"start-apps": "chmod u+x scripts/start.sh && ./scripts/start.sh apps",
"start-redis": "chmod u+x scripts/start-docker-containers.sh && ./scripts/start-docker-containers.sh redis",
"start-rmq": "chmod u+x scripts/start-docker-containers.sh && ./scripts/start-docker-containers.sh rmq",
"stylelint": "stylelint packages/commonwealth/client/styles/*",
"test-api": "pnpm -F commonwealth test-api",
"merge-coverage": "chmod u+x scripts/mergeCoverageReports.sh && ./scripts/mergeCoverageReports.sh",
"generate-load-tests": "chmod u+x scripts/generate-load-tests.sh && ./scripts/generate-load-tests.sh"
},
"resolutions": {
"js-sha3": "^0.8.0",
"quill": "^1.3.6",
"resolve": "^1.20.0"
},
"dependencies": {
"extensionless": "^1.9.6"
},
"devDependencies": {
"@cosmjs/encoding": "0.32.3",
"@hicommonwealth/eslint-plugin": "workspace:*",
"@istanbuljs/nyc-config-typescript": "^0.1.3",
"@knocklabs/node": "^0.6.13",
"@openfeature/web-sdk": "^1.0.2",
"@osmonauts/lcd": "^0.10.0",
"@playwright/test": "^1.43.1",
"@polkadot/util": "12.6.2",
"@polkadot/util-crypto": "12.6.2",
"@tanstack/eslint-plugin-query": "^4.29.4",
"@tharsis/address-converter": "^0.1.8",
"@types/amqplib": "^0.8.2",
"@types/bn.js": "^4.11.6",
"@types/bs58": "^4.0.1",
"@types/chai": "^4.2.11",
"@types/chai-as-promised": "^7.1.8",
"@types/chance": "^1.1.6",
"@types/compression": "^1.7.5",
"@types/cookie-parser": "^1.4.6",
"@types/cors": "^2.8.13",
"@types/expect": "^24.3.0",
"@types/filesystem": "^0.0.29",
"@types/jsonwebtoken": "^8.3.9",
"@types/lodash": "^4.14.123",
"@types/marked": "^4.0.1",
"@types/morgan": "^1.9.4",
"@types/node": "^20.11.25",
"@types/node-fetch": "2.x",
"@types/passport": "^1.0.16",
"@types/passport-jwt": "^3.0.3",
"@types/pg": "^8.6.1",
"@types/pg-format": "^1.0.2",
"@types/rascal": "^10.0.4",
"@types/react": "^18.3.3",
"@types/react-beautiful-dnd": "^13.1.3",
"@types/react-dom": "^18.0.10",
"@types/react-router": "^5.1.20",
"@types/react-router-dom": "^5.3.3",
"@types/readline-sync": "^1.4.8",
"@types/underscore": "^1.9.4",
"@types/uuid": "^9.0.7",
"@types/yargs": "^17.0.24",
"@typescript-eslint/eslint-plugin": "^6.7.5",
"@typescript-eslint/parser": "^6.7.5",
"@vitejs/plugin-react-swc": "^3.7.0",
"@vitest/coverage-istanbul": "^1.6.0",
"chai": "^4.3.6",
"chai-as-promised": "^7.1.1",
"chai-http": "^4.3.0",
"chance": "^1.1.11",
"chromatic": "^6.17.4",
"concurrently": "^7.6.0",
"dependency-cruiser": "^16.2.0",
"dotenv": "^16.0.3",
"eslint": "^8.51.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-diff": "^2.0.3",
"eslint-plugin-functional": "^7.0.1",
"eslint-plugin-n": "^17.10.2",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-promise": "^7.1.0",
"eslint-plugin-react": "^7.35.0",
"eslint-plugin-react-hooks": "^4.6.2",
"events": "3.3.0",
"faker": "^4.1.0",
"husky": "^8.0.0",
"ignore-styles": "^5.0.1",
"mock-express-request": "^0.2.2",
"nyc": "^15.1.0",
"openapi-diff": "^0.23.7",
"playwright-json-summary-reporter": "^1.0.0",
"playwright-test": "^8.2.0",
"prettier": "3.3.3",
"prettier-plugin-organize-imports": "^4.0.0",
"process": "^0.11.10",
"readline-sync": "^1.4.10",
"sharp": "^0.31.2",
"source-map-support": "^0.5.21",
"stylelint": "^14.14.1",
"stylelint-config-prettier": "^9.0.5",
"stylelint-config-standard": "^29.0.0",
"sync-request": "^6.1.0",
"tsc-alias": "^1.8.8",
"tsconfig-paths": "^4.2.0",
"tslint": "^5.13.0",
"typescript": "^5.0.0",
"vite": "^5.4.11",
"vite-bundle-visualizer": "^1.2.1",
"vite-plugin-html": "^3.2.2",
"vite-plugin-node-polyfills": "^0.22.0",
"vite-tsconfig-paths": "^4.3.2",
"vitest": "^1.6.0",
"wait-on": "^7.2.0"
},
"optionalDependencies": {
"esbuild-darwin-64": "^0.15.12"
},
"engines": {
"node": "22.x"
}
}