-
Notifications
You must be signed in to change notification settings - Fork 29
/
package.json
201 lines (201 loc) · 6.92 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
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
{
"name": "pilasbloques",
"productName": "Pilas Bloques",
"genericName": "Programacion con bloques",
"description": "Una herramienta para aprender a programar utilizando bloques",
"version": "1.17.9",
"homepage": "http://pilasbloques.program.ar",
"author": {
"name": "Program.AR",
"email": "[email protected]",
"url": "http://program.ar"
},
"license": "GPL-3.0",
"repository": "https://github.com/Program-AR/pilas-bloques",
"categories": [
"Education",
"Development"
],
"contributors": [
"Federico Sawady O'Connor <[email protected]> (https://www.linkedin.com/in/federico-agustín-sawady-o-connor-93356578/)",
"Hugo Ruscitti <[email protected]> (http://www.examplelab.com.ar/)",
"Alfredo Sanzo <[email protected]> (https://www.linkedin.com/in/alfredo-sanzo-13a9785/)",
"Miguel Garcia <[email protected]> (https://github.com/miguelgarcia)",
"Franco Frizzo <[email protected]> (https://francofrizzo.com/)",
"Lucas Alan Silvestri <[email protected]> (https://github.com/51lv3str1)",
"Nahuel Palumbo <[email protected]> (https://github.com/PalumboN)",
"Diana López Alvas <[email protected]> (https://github.com/dlopezalvas)",
"Tomás Floxo Lodeiro <[email protected]> (https://github.com/tfloxolodeiro)",
"Ezequiel Pereyra <[email protected]> (https://github.com/ezequielPereyra)",
"Daniel Ferro <[email protected]> (https://github.com/danielferro69)",
"Rocío González <[email protected]> (https://github.com/rgonzalezt)"
],
"private": true,
"directories": {
"doc": "doc",
"test": "tests"
},
"scripts": {
"lint:fix": "npm-run-all --aggregate-output --continue-on-error --parallel lint:*:fix",
"lint:hbs:fix": "ember-template-lint . --fix",
"lint:js:fix": "eslint . --fix",
"start": "ember server",
"test": "ember test --serve",
"test:CI": "ember test",
"build": "ember build",
"build:prod": "ember build --environment=production --output-path dist_prod",
"pilasweb:build": "cd ../pilasweb; make build; cd ../pilas-bloques-ember; cp -rf ../pilasweb node_modules/pilasweb/",
"exercises:watch": "cd ../pilas-bloques-exercises; node_modules/grunt-cli/bin/grunt watch",
"exercises:build": "cd ../pilas-bloques-exercises; node_modules/grunt-cli/bin/grunt run:build ;cd ../pilas-bloques-ember ;cp -rf ../pilas-bloques-exercises/dist node_modules/pilas-bloques-exercises",
"pack:linux_x64_deb": "bash ./scripts/package.sh -linux_x64_deb",
"pack:linux_ia32_zip": "bash ./scripts/package.sh -linux_ia32_zip",
"pack:linux_x64_zip": "bash ./scripts/package.sh -linux_x64_zip",
"pack:linux": "bash ./scripts/package.sh -linux",
"pack:osx": "bash ./scripts/package.sh -osx",
"pack:win32": "bash ./scripts/package.sh -win32",
"pack:html": "bash ./scripts/package.sh -html",
"postinstall": "node ./scripts/remove-mulang-require.js && node ./scripts/change-sass-division.js && node ./scripts/change-pilas-versions.js && node ./scripts/tryInvoke-deprecation-fix.js",
"clean": "rm -rf node_modules dist dist_prod",
"release": "release-it --only-version"
},
"engines": {
"node": "12.* || 14.* || >= 16"
},
"dependencies": {
"blockly-package": "^1.0.0",
"clientjs": "^0.1.11",
"creador-de-desafios-pilasbloques": "^1.0.1",
"mulang": "^6.0.5",
"pilas-bloques-ember-intl": "^1.1.2",
"pilas-bloques-exercises": "1.4.34",
"pilasweb": "^0.5.0",
"proceds-blockly": "^1.1.0",
"ramda": "^0.28.0",
"seedrandom": "^3.0.5",
"survey-knockout": "^1.8.0",
"unzipit": "^1.3.5",
"uuid": "^8.3.0"
},
"devDependencies": {
"@ember/jquery": "^1.1.0",
"@ember/optional-features": "^1.3.0",
"@ember/test-helpers": "^2.4.2",
"@fortawesome/ember-fontawesome": "^0.4.1",
"@fortawesome/free-solid-svg-icons": "^6.2.0",
"@glimmer/component": "^1.0.0",
"@glimmer/tracking": "^1.0.0",
"broccoli-asset-rev": "^3.0.0",
"broccoli-funnel": "^2.0.2",
"broccoli-merge-trees": "^4.2.0",
"electron": "22.3.25",
"electron-packager": "15.1.0",
"electron-rebuild": "2.0.0",
"ember-ajax": "^5.0.0",
"ember-auto-import": "^1.11.3",
"ember-blockly": "^0.3.1",
"ember-cli": "^3.28.0",
"ember-cli-app-version": "^5.0.0",
"ember-cli-babel": "^7.26.6",
"ember-cli-dependency-checker": "^3.2.0",
"ember-cli-htmlbars": "^5.7.1",
"ember-cli-inject-live-reload": "^2.1.0",
"ember-cli-jshint": "^2.0.1",
"ember-cli-page-object": "^1.17.11",
"ember-cli-sass": "^10.0.1",
"ember-cli-showdown": "^6.0.1",
"ember-cli-sri": "^2.1.1",
"ember-cli-terser": "^4.0.2",
"ember-cli-test-loader": "3.0.0",
"ember-composable-helpers": "^5.0.0",
"ember-data": "3.28.0",
"ember-electron": "^4.0.0",
"ember-exam": "5.0.1",
"ember-export-application-global": "^2.0.1",
"ember-href-to": "^3.1.0",
"ember-inspector": "4.1.0",
"ember-load-initializers": "2.1.2",
"ember-modal-dialog": "^4.0.1",
"ember-page-title": "^6.2.2",
"ember-paper": "git+https://github.com/Program-AR/ember-paper.git",
"ember-paper-stepper": "^0.0.10",
"ember-qunit": "^5.1.4",
"ember-resolver": "8.0.2",
"ember-responsive": " 4.0.0",
"ember-sinon": "5.0.0",
"ember-source": "3.28.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.1",
"eslint-plugin-qunit": "^6.2.0",
"faker": "4.1.0",
"fetch-mock": "^9.11.0",
"js-yaml": "^4.1.0",
"liquid-fire": "^0.31.0",
"loader.js": "4.7.0",
"prettier": "^2.3.2",
"qunit": "^2.16.0",
"qunit-dom": "1.6.0",
"release-it": "^15.6.0",
"sass": "^1.26.9",
"sass-migrator": "^1.5.4",
"shelljs": "^0.8.5"
},
"optionalDependencies": {
"electron-installer-debian": "^3.2.0"
},
"main": "electron.js",
"ember": {
"edition": "octane"
},
"ember-electron": {
"WHAT IS THIS?": "Please see the README.md",
"copy-files": [
"electron.js",
"package.json"
],
"name": null,
"platform": null,
"arch": null,
"version": null,
"app-bundle-id": null,
"app-category-type": null,
"app-copyright": null,
"app-version": null,
"asar": null,
"asar-unpack": null,
"asar-unpack-dir": null,
"build-version": null,
"cache": null,
"extend-info": null,
"extra-resource": null,
"helper-bundle-id": null,
"icon": null,
"ignore": null,
"out": null,
"osx-sign": {
"identity": null,
"entitlements": null,
"entitlements-inherit": null
},
"overwrite": null,
"prune": null,
"strict-ssl": null,
"version-string": {
"CompanyName": null,
"FileDescription": null,
"OriginalFilename": null,
"ProductName": null,
"InternalName": null
}
},
"release-it": {
"github": {
"release": true,
"tag": true,
"commit": true,
"push": true
},
"npm": {
"publish": false
}
}
}