-
Notifications
You must be signed in to change notification settings - Fork 191
/
package.json
147 lines (147 loc) · 4.72 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
{
"name": "glimmer-engine",
"version": "0.92.0",
"private": true,
"license": "MIT",
"description": "Glimmer compiles Handlebars templates into document fragments rather than string buffers",
"repository": {
"type": "git",
"url": "https://github.com/glimmerjs/glimmer-vm.git"
},
"author": "Tilde, Inc.",
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"scripts": {
"benchmark:setup": "zx ./bin/setup-bench.mjs",
"browserstack:connect": "ember browserstack:connect",
"browserstack:disconnect": "ember browserstack:disconnect",
"browserstack:results": "ember browserstack:results",
"build": "dotenv -- turbo build",
"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": "npm-run-all lint:*",
"lint:files": "turbo lint",
"lint:fix": "pnpm turbo test:lint -- --fix && prettier -w .",
"lint:format": "prettier -c .",
"lint:types": "tsc -b",
"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:node": "node bin/run-node-tests.mjs",
"test:smoke": "SMOKE_TESTS=true ember test",
"test:types": "node bin/run-types-tests.mjs",
"unlink:all": "esyes ./bin/unlink-all.mts"
},
"devDependencies": {
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-modules-commonjs": "^7.23.3",
"@babel/plugin-transform-runtime": "^7.23.4",
"@babel/preset-env": "^7.23.3",
"@babel/preset-typescript": "^7.23.3",
"@babel/runtime": "^7.23.4",
"@babel/traverse": "^7.23.4",
"@babel/types": "^7.21.5",
"@glimmer-workspace/build-support": "workspace:*",
"@glimmer-workspace/eslint-plugin": "workspace:*",
"@glimmer-workspace/integration-tests": "workspace:*",
"@glimmer/env": "0.1.7",
"@release-it-plugins/lerna-changelog": "^6.0.0",
"@release-it-plugins/workspaces": "^4.0.0",
"@rollup/plugin-terser": "^0.4.4",
"@types/babel-plugin-macros": "^3.1.3",
"@types/babel__core": "^7.20.5",
"@types/babel__traverse": "^7.20.4",
"@types/eslint": "^8.44.7",
"@types/node": "^20.9.4",
"@types/preval.macro": "^3.0.2",
"@types/qunit": "^2.19.9",
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@typescript-eslint/parser": "^6.12.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.2.0",
"dag-map": "^2.0.2",
"dotenv-cli": "^7.2.1",
"ember-cli": "~4.12.1",
"ember-cli-browserstack": "^2.0.1",
"ensure-posix-path": "^1.1.1",
"eslint": "^8.52.0",
"eslint-config-prettier": "^9.0.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "npm:eslint-plugin-i@^2.28.1",
"eslint-plugin-jsonc": "^2.10.0",
"eslint-plugin-n": "^16.3.1",
"eslint-plugin-qunit": "^8.0.1",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-unused-imports": "^3.0.0",
"esyes": "^1.0.2",
"execa": "^7.1.1",
"fast-glob": "^3.2.12",
"glob": "^10.2.3",
"js-yaml": "^4.1.0",
"loader.js": "^4.7.0",
"mkdirp": "^3.0.1",
"npm-run-all": "^4.1.5",
"prettier": "^3.1.0",
"preval.macro": "^5.0.0",
"puppeteer": "23.5.3",
"puppeteer-chromium-resolver": "^23.0.0",
"qunit": "^2.19.4",
"release-it": "^16.2.1",
"release-plan": "^0.9.2",
"rimraf": "^5.0.0",
"rollup": "^4.24.3",
"semver": "^7.5.2",
"testem-failure-only-reporter": "^1.0.0",
"toml": "^3.0.0",
"tracerbench": "^8.0.1",
"ts-node": "^10.9.1",
"turbo": "^1.9.3",
"typescript": "~5.0.4",
"vite": "^5.4.10",
"xo": "^0.54.2",
"zx": "^8.1.9"
},
"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": ">=16.0.0"
},
"packageManager": "pnpm@8.5.0",
"volta": {
"node": "20.9.0",
"pnpm": "8.5.0"
},
"pnpm": {
"overrides": {
"@rollup/pluginutils": "^5.0.2",
"@types/node": "$@types/node",
"typescript": "$typescript"
},
"peerDependencyRules": {
"allowAny": [
"vite-plugin-babel",
"vite"
],
"allowedVersions": {
"@rollup/pluginutils": "5",
"rollup": "3",
"typescript": "5"
}
}
}
}