-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
67 lines (67 loc) · 2.12 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
{
"name": "@cardstack/runtime-common",
"version": "1.0.0",
"license": "MIT",
"dependencies": {
"@aws-crypto/sha256-js": "^5.2.0",
"@babel/generator": "^7.17.8",
"@babel/parser": "^7.23.3",
"@babel/plugin-proposal-class-properties": "^7.16.7",
"@babel/plugin-proposal-decorators": "^7.17.9",
"@babel/plugin-syntax-class-properties": "^7.12.13",
"@babel/plugin-syntax-decorators": "^7.17.12",
"@babel/plugin-syntax-typescript": "^7.17.12",
"@babel/plugin-transform-modules-amd": "^7.13.0",
"@babel/plugin-transform-typescript": "^7.16.8",
"@babel/traverse": "^7.17.9",
"@babel/types": "^7.20.0",
"@cardstack/boxel-ui": "workspace:*",
"@cardstack/ember-template-imports": "workspace:*",
"@types/babel__core": "^7.1.19",
"@types/babel__generator": "^7.6.4",
"@types/babel__traverse": "^7.14.2",
"@types/diff": "^5.0.2",
"@types/flat": "^5.0.5",
"@types/jsonwebtoken": "^9.0.5",
"@types/lodash": "^4.14.182",
"@types/pluralize": "^0.0.30",
"@types/qs": "^6.9.14",
"@types/uuid": "^9.0.8",
"babel-import-util": "^1.2.2",
"babel-plugin-ember-template-compilation": "^2.2.1",
"date-fns": "^2.28.0",
"diff": "^5.1.0",
"ember-concurrency-async-plugin": "workspace:*",
"ember-source": "~5.4.0",
"flat": "^5.0.2",
"glimmer-scoped-css": "^0.4.1",
"http-status-codes": "^2.2.0",
"ignore": "^5.2.0",
"js-string-escape": "^1.0.1",
"json-typescript": "^1.1.2",
"jsonwebtoken": "^9.0.2",
"lodash": "^4.17.21",
"loglevel": "^1.8.1",
"marked": "^12.0.1",
"pluralize": "^8.0.0",
"qs": "^6.10.5",
"qunit": "^2.20.0",
"recast": "^0.23.4",
"safe-stable-stringify": "^2.4.3",
"super-fast-md5": "^1.0.1",
"transform-modules-amd-plugin": "workspace:*",
"uuid": "^9.0.1"
},
"devDependencies": {
"@babel/core": "^7.24.3",
"@types/dompurify": "^3.0.2",
"@types/js-string-escape": "^1.0.1",
"@types/qunit": "^2.11.3",
"dompurify": "^3.0.3",
"ember-cli-htmlbars": "^6.3.0"
},
"peerDependencies": {
"@babel/core": "^7.24.3",
"ember-cli-htmlbars": "^6.3.0"
}
}