forked from zeroc-ice/ice-demos
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.24 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
{
"name": "ice-demos",
"version": "3.7.4",
"description": "Sample programs for Ice (Internet Communications Engine)",
"author": "ZeroC, Inc.",
"homepage": "https://zeroc.com",
"repository": "https://github.com/zeroc-ice/ice-demos.git",
"license": "GPL-2.0",
"browserslist": "> 0.25%, not dead",
"scripts": {
"build": "gulp build",
"clean": "gulp clean",
"run": "gulp run"
},
"dependencies": {
"ice": "^3.7.4",
"slice2js": "^3.7.4"
},
"devDependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.9.6",
"@babel/plugin-transform-async-to-generator": "^7.8.3",
"@babel/preset-env": "^7.9.6",
"babel-plugin-transform-builtin-extend": "^1.1.2",
"babel-preset-es2015-script": "^1.1.0",
"core-js": "^3.6.5",
"core-js-bundle": "^3.6.5",
"del": "^5.0.0",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-concat": "^2.6.1",
"gulp-ext-replace": "^0.3.0",
"gulp-gzip": "1.4.2",
"gulp-ice-builder": "^3.0.2",
"gulp-newer": "^1.4.0",
"gulp-open": "^3.0.1",
"gulp-terser": "^1.2.0",
"gulp-uglifyes": "^0.2.1",
"hogan.js": "^3.0.2",
"http-proxy": "^1.18.1",
"pump": "^3.0.0",
"regenerator-runtime": "^0.13.5",
"vinyl-paths": "^3.0.1"
}
}