-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
78 lines (78 loc) · 2.41 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
{
"name": "@glimmer/build",
"version": "0.10.3",
"description": "Build tooling for Glimmer packages.",
"main": "index.js",
"directories": {
"lib": "lib"
},
"files": [
"index.js",
"lib",
"test-support"
],
"contributors": [
"Dan Gebhardt <[email protected]>",
"Tom Dale <[email protected]>",
"Kris Selden <[email protected]>"
],
"license": "MIT",
"scripts": {
"test": "mocha test/*"
},
"repository": {
"type": "git",
"url": "https://github.com/glimmerjs/glimmer-build"
},
"homepage": "https://github.com/glimmerjs/glimmer-build",
"dependencies": {
"@babel/core": "^7.5.5",
"@babel/generator": "^7.5.5",
"@babel/helpers": "^7.5.5",
"@babel/plugin-transform-arrow-functions": "^7.2.0",
"@babel/plugin-transform-block-scoping": "^7.5.5",
"@babel/plugin-transform-classes": "^7.5.5",
"@babel/plugin-transform-computed-properties": "^7.2.0",
"@babel/plugin-transform-destructuring": "^7.5.0",
"@babel/plugin-transform-for-of": "^7.4.4",
"@babel/plugin-transform-modules-commonjs": "^7.5.0",
"@babel/plugin-transform-parameters": "^7.4.4",
"@babel/plugin-transform-proto-to-assign": "^7.5.5",
"@babel/plugin-transform-regenerator": "^7.4.5",
"@babel/plugin-transform-shorthand-properties": "^7.2.0",
"@babel/plugin-transform-spread": "^7.2.2",
"@babel/plugin-transform-template-literals": "^7.4.4",
"@babel/types": "^7.5.5",
"@types/qunit": "^2.9.0",
"amd-name-resolver": "^1.3.1",
"babel-plugin-check-es2015-constants": "^6.22.0",
"babel-plugin-debug-macros": "^0.3.2",
"babel-plugin-feature-flags": "^0.3.1",
"babel-plugin-filter-imports": "~3.0.0",
"babel-plugin-strip-glimmer-utils": "^0.1.1",
"broccoli": "^2.3.0",
"broccoli-babel-transpiler": "^7.2.0",
"broccoli-cli": "^1.0.0",
"broccoli-concat": "^3.7.4",
"broccoli-debug": "^0.6.5",
"broccoli-file-creator": "^2.1.1",
"broccoli-funnel": "^2.0.2",
"broccoli-merge-trees": "^3.0.2",
"broccoli-rollup": "^1.3.0",
"broccoli-string-replace": "^0.1.2",
"broccoli-typescript-compiler": "4.1.0",
"loader.js": "^4.7.0",
"qunit": "^2.9.2",
"resolve": "^1.12.0",
"stack-trace": "^0.0.10",
"testem": "^2.17.0",
"tslint": "^5.18.0",
"typescript": "~3.5.3"
},
"devDependencies": {
"chai": "^4.2.0",
"fixturify": "^1.2.0",
"mocha": "^6.2.0",
"rimraf": "^3.0.0"
}
}