forked from qooxdoo/qooxdoo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
131 lines (131 loc) · 3.48 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
{
"name": "@qooxdoo/framework",
"version": "7.5.0",
"description": "The JS Framework for Coders",
"author": "The qooxdoo project",
"keywords": [
"qooxdoo",
"compiler",
"cli",
"framework",
"front-end",
"fontend",
"mobile",
"back-end",
"backend",
"widgets",
"gui",
"databinding",
"classes",
"interfaces",
"mixins",
"transpiler"
],
"license": "MIT",
"homepage": "http://qooxdoo.org",
"repository": {
"type": "git",
"url": "https://github.com/qooxdoo/qooxdoo"
},
"bugs": {
"url": "https://github.com/qooxdoo/qooxdoo/issues"
},
"bin": {
"qx": "bin/deploy/qx"
},
"scripts": {
"preinstall": "node ./addGitHook",
"devtools": "node source/resource/qx/tool/bin/build-devtools",
"website": "node source/resource/qx/tool/bin/build-website",
"pretest": "node ./bootstrap-compiler",
"test": "node ./bin/build/qx test --colorize=false --quiet",
"prepack": "node ./bootstrap/qx deploy --clean"
},
"files": [
"LICENSE",
"addGitHook",
"bin/tools/utils.js",
"CHANGELOG.md",
"README.md",
"Manifest.json",
"source",
"lib/compiler",
"lib/resource",
"bin/deploy"
],
"dependencies": {
"@babel/core": "^7.17.10",
"@babel/eslint-parser": "^7.16.3",
"@babel/generator": "^7.12.11",
"@babel/parser": "^7.12.11",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.12.1",
"@babel/plugin-proposal-optional-chaining": "^7.12.7",
"@babel/plugin-syntax-jsx": "^7.16.7",
"@babel/plugin-transform-block-scoping": "^7.12.12",
"@babel/plugin-transform-react-jsx": "^7.12.12",
"@babel/preset-env": "^7.17.10",
"@babel/preset-react": "^7.12.10",
"@babel/preset-typescript": "^7.12.7",
"@babel/traverse": "^7.12.12",
"@babel/types": "^7.12.12",
"@foliojs-fork/fontkit": "^1.9.1",
"@metalsmith/layouts": "^2.5.1",
"@metalsmith/markdown": "^1.5.0",
"@octokit/rest": "^18.0.15",
"@qooxdoo/eslint-config-jsdoc-disable": "^1.0.3",
"@qooxdoo/eslint-config-qx": "^2.0.1",
"@qooxdoo/eslint-plugin-qx": "^1.2.21",
"ajv": "^8.8.1",
"app-module-path": "^2.2.0",
"async": "^2.6.3",
"babelify": "^10.0.0",
"better-ajv-errors": "^1.1.1",
"browserify": "^17.0.0",
"chokidar": "^3.5.1",
"cldr": "^7.1.1",
"columnify": "^1.5.4",
"console-control-strings": "^1.1.0",
"core-js-bundle": "^3.26.0",
"dot": "^1.1.3",
"download": "^6.0.0",
"es6-promise-pool": "^2.5.0",
"eslint": "^8.0.0",
"eslint-formatter-codeframe": "^7.32.1",
"eslint-plugin-jsdoc": "37.0.3",
"express": "^4.17.1",
"gauge": "^2.7.4",
"get-value": "^3.0.1",
"github-api": "^3.4.0",
"glob": "^7.1.6",
"image-size": "^0.8.3",
"inquirer": "^7.3.3",
"json-stable-stringify": "^1.0.1",
"jstransformer-dot": "^0.1.2",
"metalsmith": "^2.4.3",
"node-fetch": "^2.6.7",
"object-hash": "^2.1.1",
"prettier": "^2.5.1",
"ps-tree": "^1.2.0",
"replace-in-file": "^5.0.0",
"rimraf": "^3.0.2",
"sass": "^1.34.1",
"semver": "^7.3.4",
"set-value": "^4.1.0",
"showdown": "^1.9.1",
"source-map-js": "^1.0.2",
"tap-colorize": "^1.2.0",
"terser": "^5.14.1",
"tmp": "0.2.1",
"unset-value": "^1.0.0",
"upath": "^1.2.0",
"update-notifier": "^4.1.3",
"xml2js": "^0.4.23",
"yargs": "^15.4.1"
},
"devDependencies": {
"dirsum": "^0.1.1",
"source-map-support": "^0.5.19",
"tape": "^5.1.1"
},
"engine": "node >= 12"
}