-
Notifications
You must be signed in to change notification settings - Fork 190
/
Copy pathpackage.json
167 lines (167 loc) · 6.17 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
{
"name": "glimmer-engine",
"private": true,
"version": "0.92.0",
"license": "MIT",
"description": "Glimmer compiles Handlebars templates into document fragments rather than string buffers",
"repository": {
"type": "git",
"url": "git+https://github.com/glimmerjs/glimmer-vm.git"
},
"author": "Tilde, Inc.",
"type": "module",
"exports": null,
"scripts": {
"benchmark:run": "node --disable-warning=ExperimentalWarning --experimental-strip-types ./bin/setup-bench.mts",
"benchmark:setup": "node --disable-warning=ExperimentalWarning --experimental-strip-types ./bin/bench-packages.mts",
"browserstack:connect": "ember browserstack:connect",
"browserstack:disconnect": "ember browserstack:disconnect",
"browserstack:results": "ember browserstack:results",
"build:control": "rollup -c rollup.config.mjs",
"build:flags": "RETAIN_FLAGS=true ember build --env production --suppress-sizes",
"clean": "node ./bin/clean.mjs",
"link:all": "esyes ./bin/link-all.mts",
"lint:fix": "turbo test:lint -- --fix && prettier -w .",
"lint:format": "prettier -c .",
"postinstall": "node --disable-warning=ExperimentalWarning --experimental-strip-types ./bin/bench-packages.mts",
"repo:lint:all": "turbo run lint:all",
"repo:lint:files": "turbo run test:lint",
"repo:lint:fix": "turbo run test:lint -- --fix && prettier -w .",
"repo:lint:pub": "turbo run test:publint",
"repo:lint:types": "tsc -b",
"repo:prepack": "turbo run prepack",
"repo:update:conventions": "pnpm meta-updater",
"repo:update:metadata": "node --experimental-strip-types --no-warnings ./repo-metadata/lib/update.ts",
"start": "vite",
"test": "node bin/run-tests.mjs",
"test:babel-plugins": "yarn workspace @glimmer/vm-babel-plugins test",
"test:browserstack": "ember test --test-port=7774 --host 127.0.0.1 --config-file=testem-browserstack.js",
"test:lint": "eslint . --quiet",
"test:node": "node bin/run-node-tests.mjs",
"test:smoke": "SMOKE_TESTS=true ember test",
"ts": "node --disable-warning=ExperimentalWarning --experimental-strip-types",
"unlink:all": "esyes ./bin/unlink-all.mts"
},
"devDependencies": {
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-modules-commonjs": "^7.26.3",
"@babel/plugin-transform-runtime": "^7.25.9",
"@babel/preset-env": "^7.26.0",
"@babel/preset-typescript": "^7.26.0",
"@babel/runtime": "^7.26.0",
"@babel/traverse": "^7.26.4",
"@babel/types": "^7.26.3",
"@eslint-community/eslint-plugin-eslint-comments": "^4.4.1",
"@eslint/config-inspector": "^0.7.1",
"@eslint/js": "9.17.0",
"@glimmer-workspace/build-support": "workspace:*",
"@glimmer-workspace/eslint-plugin": "workspace:*",
"@glimmer-workspace/integration-tests": "workspace:*",
"@glimmer-workspace/repo-metadata": "workspace:*",
"@glimmer/env": "0.1.7",
"@pnpm/meta-updater": "^2.0.3",
"@pnpm/workspace.find-packages": "^1000.0.3",
"@rollup/plugin-sucrase": "^5.0.2",
"@rollup/plugin-terser": "^0.4.4",
"@tsconfig/strictest": "^2.0.5",
"@types/babel-plugin-macros": "^3.1.3",
"@types/babel__core": "^7.20.5",
"@types/babel__traverse": "^7.20.6",
"@types/eslint": "^9.6.1",
"@types/eslint-community__eslint-plugin-eslint-comments": "workspace:*",
"@types/eslint-plugin-qunit": "workspace:*",
"@types/eslint__eslintrc": "^2.1.2",
"@types/node": "^20.17.10",
"@types/preval.macro": "^3.0.2",
"@types/qunit": "^2.19.12",
"@typescript-eslint/parser": "^8.20.0",
"@typescript-eslint/utils": "^8.20.0",
"amd-name-resolver": "^1.3.1",
"auto-dist-tag": "^2.1.1",
"babel-plugin-macros": "^3.1.0",
"babel-plugin-strip-glimmer-utils": "^0.1.1",
"chalk": "^5.4.1",
"dag-map": "^2.0.2",
"dotenv-cli": "^7.4.4",
"ember-cli": "~4.12.3",
"ember-cli-browserstack": "^2.1.0",
"ensure-posix-path": "^1.1.1",
"eslint": "^9.18.0",
"eslint-config-flat-gitignore": "^1.0.0",
"eslint-config-prettier": "10.0.1",
"eslint-import-resolver-typescript": "^3.7.0",
"eslint-interactive": "^11.1.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-import-x": "^4.6.1",
"eslint-plugin-jsonc": "^2.18.2",
"eslint-plugin-n": "17.15.1",
"eslint-plugin-qunit": "^8.1.2",
"eslint-plugin-regexp": "^2.7.0",
"eslint-plugin-simple-import-sort": "12.1.1",
"eslint-plugin-unused-imports": "4.1.4",
"esyes": "^1.0.3",
"execa": "^7.2.0",
"fast-glob": "^3.3.2",
"glob": "^10.4.5",
"globals": "^15.14.0",
"js-yaml": "^4.1.0",
"knip": "^5.41.1",
"loader.js": "^4.7.0",
"mkdirp": "^3.0.1",
"npm-run-all": "^4.1.5",
"prettier": "^3.4.2",
"preval.macro": "^5.0.0",
"puppeteer": "23.11.1",
"puppeteer-chromium-resolver": "^23.0.0",
"qunit": "^2.23.1",
"release-plan": "0.11.0",
"rimraf": "^5.0.10",
"rollup": "^4.31.0-0",
"semver": "^7.6.3",
"testem-failure-only-reporter": "^1.0.0",
"toml": "^3.0.0",
"tracerbench": "^8.0.1",
"ts-node": "^10.9.2",
"turbo": "^2.3.3",
"typescript": "^5.7.3",
"typescript-eslint": "^8.19.0",
"vite": "^6.0.10",
"zx": "^8.3.0"
},
"changelog": {
"repo": "glimmerjs/glimmer-vm",
"labels": {
"breaking": ":boom: Breaking Change",
"enhancement": ":rocket: Enhancement",
"bug": ":bug: Bug Fix",
"documentation": ":memo: Documentation",
"internal": ":house: Internal"
}
},
"engines": {
"node": ">=22.12.0"
},
"packageManager": "pnpm@10.0.0",
"pnpm": {
"notes": {
"override:@glimemr/syntax": "when we run prettier, we want to use our local copy of prettier, not the one it declared in its package.json. This ensures that we don't accidentally break prettier as we make changes to @glimmer/syntax"
},
"overrides": {
"@glimmer/syntax": "workspace:*",
"@rollup/pluginutils": "^5.0.2",
"@types/node": "$@types/node",
"typescript": "$typescript"
},
"peerDependencyRules": {
"allowAny": [
"vite-plugin-babel",
"vite"
],
"allowedVersions": {
"@rollup/pluginutils": "5",
"rollup": "^4.31.0-0",
"typescript": "5"
}
}
}
}