forked from cardstack/cardstack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
140 lines (140 loc) · 7.37 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
{
"name": "cardstack",
"version": "0.0.0",
"description": "Cardstack suite for ambitious applications.",
"repository": "https://github.com/cardstack/cardstack",
"author": "Edward Faulkner <[email protected]>",
"license": "MIT",
"engines": {
"node": "^14.0.0"
},
"dependencies": {
"@actions/core": "^1.2.6",
"@actions/github": "^4.0.0",
"@types/ethereum-protocol": "^1.0.2",
"@types/fs-extra": "^9.0.11",
"@types/node": "14.14.35",
"@typescript-eslint/eslint-plugin": "^5.45.0",
"@typescript-eslint/parser": "^5.45.0",
"babel-eslint": "^10.1.0",
"cli-table3": "^0.6.1",
"discord.js": "^12.5.3",
"ember-template-lint": "^3.16.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-ember": "^10.2.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-mocha": "^8.1.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^4.0.0",
"glob": "^7.1.7",
"lerna": "4.0.0",
"patch-package": "^6.4.7",
"postinstall-postinstall": "^2.1.0",
"prettier": "^2.3.2",
"start-server-and-test": "^1.12.0",
"ts-node": "^10.9.1",
"typescript": "^4.9.3"
},
"scripts": {
"clean": "git clean -x -f --exclude=packages/*/.env --exclude=cardstack.code-workspace && lerna run clean",
"postinstall": "yarn --cwd packages/cardpay-sdk codegen && yarn --cwd packages/ember-shared/addon build && yarn patch-package",
"cardpay": "yarn --cwd packages/cardpay-cli cardpay",
"codegen:subgraph-sokol": "yarn --cwd packages/cardpay-subgraph codegen-sokol",
"codegen:subgraph-xdai": "yarn --cwd packages/cardpay-subgraph codegen-xdai",
"codegen:python-package-abis": "node scripts/update-python-abis.js",
"codegen:hub-schema": "yarn --cwd packages/hub db:generate-prisma",
"build:hub": "yarn --cwd packages/hub build",
"build:ember-shared": "yarn --cwd packages/ember-shared/addon build",
"build:ssr-web:staging": "cd packages/ssr-web && ember build --environment=production",
"build:ssr-web:production": "cd packages/ssr-web && ember build --environment=production",
"build:subgraph": "yarn --cwd packages/cardpay-subgraph build",
"lint": "npm-run-all --aggregate-output --continue-on-error --parallel lint:*",
"lint:boxel": "yarn --cwd packages/boxel lint",
"lint:cardhost": "yarn --cwd packages/cardhost lint",
"lint:ember-shared": "yarn --cwd packages/ember-shared/addon lint",
"lint:ember-shared-tests": "yarn --cwd packages/ember-shared/test-app lint",
"lint:ssr-web": "yarn --cwd packages/ssr-web lint",
"lint:web-client": "yarn --cwd packages/web-client lint",
"lint:safe-tools-client": "yarn --cwd packages/safe-tools-client lint",
"lint:deps": "node scripts/find-bad-deps.cjs",
"lint:js": "eslint . --cache --ignore-path .gitignore --ext=js,ts",
"lint:js:pkg": "sh -c 'eslint packages/${0} --cache --ignore-path .gitignore --ext=js,ts'",
"lint:typecheck": "./scripts/typecheck-all.sh",
"start": "WAIT_ON_TIMEOUT=600000 start-server-and-test 'yarn start:web-client' http://localhost:4200 'yarn start:hub'",
"start:hub": "yarn --cwd packages/hub start",
"console:hub": "yarn --cwd packages/hub console",
"start:ssr-web": "cd packages/ssr-web && ember serve",
"start:web-client": "cd packages/web-client && ember serve",
"test": "npm-run-all --aggregate-output --continue-on-error --parallel test:*",
"test:boxel": "cd packages/boxel && ember test",
"test:boxel:percy": "cd packages/boxel && percy exec -- ember test",
"test:boxel:try": "cd packages/boxel && ember try:one",
"test:ember-shared": "cd packages/ember-shared/test-app && ember test",
"test:hub": "NODE_ENV=test cd packages/hub && yarn test",
"test:did-resolver": "yarn --cwd packages/did-resolver test",
"test:discord-bot": "yarn --cwd packages/discord-bot test",
"test:ssr-web": "cd packages/ssr-web && ember test",
"test:ssr-web:percy": "cd packages/ssr-web && percy exec -- ember test",
"test:ssr-web:serve": "cd packages/ssr-web && ember test --serve --no-launch",
"test:web-client": "cd packages/web-client && ember test",
"test:web-client:percy": "cd packages/web-client && percy exec -- ember test",
"test:web-client:serve": "cd packages/web-client && ember test --serve --no-launch",
"test:safe-tools-client": "cd packages/safe-tools-client && ember test",
"test:safe-tools-client:percy": "cd packages/safe-tools-client && percy exec -- ember test",
"test:cardpay-sdk": "yarn --cwd packages/cardpay-sdk test",
"deploy:boxel": "cd ./packages/boxel && ember deploy production --verbose",
"deploy:boxel:preview": "cd ./packages/boxel && ember deploy s3-preview --verbose",
"deploy:ssr-web:preview-staging": "cd ./packages/ssr-web && ember deploy s3-preview-staging --verbose",
"deploy:ssr-web:preview-production": "cd ./packages/ssr-web && ember deploy s3-preview-production --verbose",
"deploy:web-client:staging": "cd ./packages/web-client && ember deploy staging --verbose",
"deploy:web-client:preview-staging": "cd ./packages/web-client && ember deploy s3-preview-staging --verbose",
"deploy:web-client:preview-production": "cd ./packages/web-client && ember deploy s3-preview-production --verbose",
"deploy:web-client:production": "cd ./packages/web-client && ember deploy production --verbose",
"deploy:safe-tools-client": "cd packages/safe-tools-client && ember deploy",
"deploy:safe-tools-client:preview-staging": "cd ./packages/safe-tools-client && ember deploy s3-preview-staging --verbose",
"deploy:safe-tools-client:preview-production": "cd ./packages/safe-tools-client && ember deploy s3-preview-production --verbose",
"deploy:subgraph-local": "yarn --cwd packages/cardpay-subgraph deploy-local",
"deploy:subgraph-sokol-green": "yarn --cwd packages/cardpay-subgraph deploy-sokol-green",
"deploy:subgraph-sokol-blue": "yarn --cwd packages/cardpay-subgraph deploy-sokol-blue",
"deploy:subgraph-xdai-green": "yarn --cwd packages/cardpay-subgraph deploy-xdai-green",
"deploy:subgraph-xdai-blue": "yarn --cwd packages/cardpay-subgraph deploy-xdai-blue",
"status:subgraph-sokol-green": "yarn --cwd packages/cardpay-subgraph sokol-green-status",
"status:subgraph-sokol-blue": "yarn --cwd packages/cardpay-subgraph sokol-blue-status",
"status:subgraph-xdai-green": "yarn --cwd packages/cardpay-subgraph xdai-green-status",
"status:subgraph-xdai-blue": "yarn --cwd packages/cardpay-subgraph xdai-blue-status",
"update-relay-gas-tokens": "ts-node --esm scripts/update-relay-server-gas-tokens.ts",
"aws:update-ecr-lifecycle-policy": "ts-node --esm scripts/ecr-lifecycle.ts",
"build:docs": "typedoc ."
},
"resolutions": {
"ember-a11y-testing": "4.0.3",
"axe-core": "4.1.4",
"ember-get-config": "2.1.0",
"@babel/generator": "~7.16.0",
"web3-core": "~1.7.3",
"@ethersproject/abi": "~5.7.0"
},
"workspaces": {
"packages": [
"packages/*",
"packages/ember-shared/*",
"packages/firebase-functions/**",
"scripts"
],
"nohoist": [
"**/@types/loader-utils",
"**/wc-provider/**"
]
},
"private": true,
"volta": {
"node": "14.18.3",
"yarn": "1.22.17"
},
"devDependencies": {
"typedoc": "^0.23.26",
"typedoc-plugin-resolve-crossmodule-references": "^0.3.3",
"typedoc-plugin-versions": "https://github.com/tintinthong/typedoc-plugin-versions.git#add-custom-root-package-version"
}
}