forked from cables-gl/cables_ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.61 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
{
"name": "cables_ui",
"version": "0.0.0",
"description": "",
"main": "gulpfile.js",
"type": "module",
"engines": {
"node": "20.13.1"
},
"dependencies": {
"cables-shared-client": "file:../shared/client/",
"chroma-js": "2.1.0",
"davidshimjs-qrcodejs": "0.0.2",
"error-stack-parser": "2.1.4",
"intro.js": "2.9.0",
"izitoast": "1.1.4",
"loadjs": "4.3.0",
"marked": "12.0.2",
"moment-mini": "2.29.4",
"pako": "2.0.3",
"platform": "1.3.6",
"raphael": "2.2.0",
"socketcluster-client": "16.0.1",
"sortablejs": "1.15.2",
"tinysort": "3.2.5"
},
"devDependencies": {
"@rbarilani/remove-source-map-url-webpack-plugin": "1.1.0",
"git-last-commit": "1.0.1",
"gulp": "5.0.0",
"gulp-autoprefixer": "8.0.0",
"gulp-concat": "2.6.1",
"gulp-jshint": "2.1.0",
"gulp-rename": "2.0.0",
"gulp-replace": "1.1.4",
"gulp-sass-no-nodesass": "1.1.0",
"gulp-svg-css": "1.3.0",
"gulp-svgmin": "4.1.0",
"jshint": "2.13.6",
"merge-stream": "2.0.0",
"raw-loader": "4.0.2",
"sass": "1.58.3",
"terser-webpack-plugin": "5.3.10",
"webpack": "5.91.0",
"webpack-bundle-analyzer": "4.10.2"
},
"scripts": {
"start": "gulp",
"build": "gulp build",
"build:live": "gulp build",
"analyze": "gulp analyze"
},
"repository": {
"type": "git",
"url": "git@github.com:cables-gl/cables_ui.git"
},
"author": ""
}