-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
183 lines (183 loc) · 6.65 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
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
{
"name": "@cardstack/host",
"version": "0.0.0",
"private": true,
"description": "Experimental cardstack modules runtime",
"repository": "",
"license": "MIT",
"author": "",
"directories": {
"doc": "doc",
"test": "tests"
},
"scripts": {
"build": "ember build",
"build:production": "NODE_OPTIONS='--max-old-space-size=8192' ember build --environment=production",
"lint": "concurrently \"npm:lint:*(!fix)\" --names \"lint:\"",
"lint:css:fix": "concurrently \"npm:lint:css -- --fix\"",
"lint:fix": "concurrently \"npm:lint:*:fix\" --names \"fix:\"",
"lint:hbs": "ember-template-lint .",
"lint:hbs:fix": "ember-template-lint . --fix",
"lint:js": "eslint . --cache",
"lint:js:fix": "eslint . --fix",
"lint:glint": "glint",
"start": "NODE_OPTIONS='--max-old-space-size=8192' FASTBOOT_DISABLED=true OWN_REALM_URL=http://localhost:4201/drafts/ OTHER_REALM_URLS=http://localhost:4201/published/ ember serve",
"start:build": "NODE_OPTIONS='--max-old-space-size=8192' FASTBOOT_DISABLED=true ember build --watch",
"test": "concurrently \"npm:lint\" \"npm:test:*\" --names \"lint,test:\"",
"test-with-percy": "percy exec -- pnpm test:wait-for-servers",
"test:wait-for-servers": "NODE_NO_WARNINGS=1 start-server-and-test 'pnpm run wait' 'http-get://localhost:4201/base/fields/boolean-field?acceptHeader=application%2Fvnd.card%2Bjson|http-get://localhost:4202/test/hassan?acceptHeader=application%2Fvnd.card%2Bjson|http://localhost:8008|http://localhost:5001' 'ember-test-pre-built'",
"ember-test-pre-built": "ember test --path ./dist",
"wait": "sleep 10000000"
},
"devDependencies": {
"@babel/core": "^7.24.3",
"@babel/plugin-proposal-decorators": "^7.21.0",
"@babel/plugin-syntax-class-properties": "^7.12.13",
"@babel/plugin-syntax-decorators": "^7.17.12",
"@babel/plugin-syntax-typescript": "^7.17.12",
"@cardstack/base": "workspace:*",
"@cardstack/boxel-ui": "workspace:*",
"@cardstack/requirejs-monaco-ember-polyfill": "^0.0.1",
"@cardstack/runtime-common": "workspace:*",
"@ember/optional-features": "^2.0.0",
"@ember/string": "^3.1.1",
"@ember/test-helpers": "^2.9.4",
"@ember/test-waiters": "^3.0.2",
"@embroider/compat": "^3.2.2",
"@embroider/core": "^3.3.0",
"@embroider/macros": "^1.13.2",
"@embroider/webpack": "^3.2.2",
"@floating-ui/dom": "^1.6.3",
"@glimmer/component": "^1.1.2",
"@glimmer/tracking": "^1.1.2",
"@glint/core": "^1.4.0",
"@glint/environment-ember-loose": "^1.4.0",
"@glint/environment-ember-template-imports": "^1.4.0",
"@glint/template": "^1.4.0",
"@percy/cli": "^1.28.2",
"@percy/ember": "^4.2.0",
"@simple-dom/interface": "^1.4.0",
"@simple-dom/serializer": "^1.4.0",
"@simple-dom/void-map": "^1.4.0",
"@sqlite.org/sqlite-wasm": "3.45.1-build1",
"@types/flat": "^5.0.5",
"@types/htmlbars-inline-precompile": "^3.0.3",
"@types/indefinite": "^2.3.4",
"@types/lodash": "^4.14.182",
"@types/marked": "^4.3.0",
"@types/matrix-js-sdk": "^11.0.1",
"@types/ms": "^0.7.34",
"@types/qs": "^6.9.14",
"@types/qunit": "^2.11.3",
"@types/rsvp": "^4.0.9",
"@types/uuid": "^9.0.8",
"@typescript-eslint/eslint-plugin": "^5.17.0",
"@typescript-eslint/parser": "^5.17.0",
"broccoli-asset-rev": "^3.0.0",
"broccoli-merge-trees": "^4.2.0",
"broccoli-plugin": "^4.0.7",
"broccoli-source": "^3.0.1",
"buffer": "^6.0.3",
"concurrently": "^8.0.1",
"crypto-browserify": "^3.12.0",
"date-fns": "^2.28.0",
"ember-async-data": "^1.0.3",
"ember-auto-import": "^2.6.3",
"ember-basic-dropdown": "^8.0.1",
"ember-cli": "~4.12.1",
"ember-cli-app-version": "^6.0.0",
"ember-cli-babel": "^8.2.0",
"ember-cli-dependency-checker": "^3.3.1",
"ember-cli-deploy": "^1.0.2",
"ember-cli-deploy-build": "^2.0.0",
"ember-cli-deploy-cloudfront": "^5.0.0",
"ember-cli-deploy-fastboot-s3": "^0.3.6",
"ember-cli-deploy-revision-data": "^2.0.0",
"ember-cli-deploy-s3": "^3.1.0",
"ember-cli-deploy-smart-compress": "^2.0.0",
"ember-cli-deprecation-workflow": "mixonic/ember-cli-deprecation-workflow#0b4cbe7",
"ember-cli-fastboot": "^4.1.2",
"ember-cli-htmlbars": "^6.3.0",
"ember-cli-inject-live-reload": "^2.1.0",
"ember-cli-sri": "^2.1.1",
"ember-cli-terser": "^4.0.2",
"ember-cli-typescript-blueprints": "^3.0.0",
"ember-click-outside": "^6.0.1",
"ember-composable-helpers": "^5.0.0",
"ember-concurrency": "^3.1.0",
"ember-css-url": "^1.0.0",
"ember-elsewhere": "^2.0.0",
"ember-focus-trap": "^1.0.1",
"ember-freestyle": "^0.20.0",
"ember-functions-as-helper-polyfill": "^2.0.1",
"ember-keyboard": "^8.2.1",
"ember-load-initializers": "^2.1.2",
"ember-modifier": "^4.1.0",
"ember-moment": "^10.0.0",
"ember-page-title": "^8.2.3",
"ember-qunit": "^6.2.0",
"ember-resolver": "^10.0.0",
"ember-resources": "^6.3.1",
"ember-route-template": "^1.0.3",
"ember-source": "~4.12.0",
"ember-template-imports": "^3.0.1",
"ember-template-lint": "^5.7.2",
"ember-test-selectors": "^6.0.0",
"ember-velcro": "^2.1.3",
"ember-window-mock": "^0.9.0",
"eslint": "^8.37.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-ember": "^11.5.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-n": "^15.7.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-qunit": "^7.3.4",
"eslint-plugin-qunit-dom": "mainmatter/eslint-plugin-qunit-dom#d66c841",
"ethers": "^6.6.2",
"fast-json-stable-stringify": "^2.1.0",
"filesize": "^10.0.12",
"flat": "^5.0.2",
"glimmer-scoped-css": "^0.4.1",
"ignore": "^5.2.0",
"indefinite": "^2.4.3",
"loader.js": "^4.7.0",
"lodash": "^4.17.21",
"loglevel": "^1.8.1",
"marked": "^5.0.2",
"matrix-js-sdk": "^31.0.0",
"moment": "^2.29.4",
"moment-locales-webpack-plugin": "^1.2.0",
"monaco-editor": "^0.33.0",
"monaco-editor-webpack-plugin": "^7.0.1",
"ms": "^2.1.3",
"path-browserify": "^1.0.1",
"prettier": "^2.8.7",
"prettier-plugin-ember-template-tag": "^1.1.0",
"qs": "^6.10.5",
"qunit": "^2.19.4",
"qunit-dom": "^2.0.0",
"safe-stable-stringify": "^2.4.3",
"start-server-and-test": "^1.14.0",
"stream-browserify": "^3.0.0",
"testem": "3.10.1",
"testem-multi-reporter": "^1.2.0",
"tracked-built-ins": "^3.2.0",
"typescript": "~5.1.6",
"uuid": "^9.0.1",
"webpack": "^5.89.0"
},
"engines": {
"node": "18"
},
"volta": {
"extends": "../../package.json"
},
"ember": {
"edition": "octane"
},
"ember-addon": {
"paths": [
"lib/setup-ast-transforms"
]
}
}